diff --git a/.changeset/slow-onions-smash.md b/.changeset/slow-onions-smash.md deleted file mode 100644 index 43ed04cd7..000000000 --- a/.changeset/slow-onions-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dependency-review": patch ---- - -add new dependency vulnerability preset vulnerability-high-cve-2026-34040 diff --git a/actions/dependency-review/CHANGELOG.md b/actions/dependency-review/CHANGELOG.md index e7eba27f6..c0052b3f6 100644 --- a/actions/dependency-review/CHANGELOG.md +++ b/actions/dependency-review/CHANGELOG.md @@ -1,5 +1,14 @@ # dependency-review +## 2.1.2 + +### Patch Changes + +- [#1501](https://github.com/smartcontractkit/.github/pull/1501) + [`f633596`](https://github.com/smartcontractkit/.github/commit/f633596e63722f993ba09a2aa12284a6d2f9c61f) + Thanks [@erikburt](https://github.com/erikburt)! - add new dependency + vulnerability preset vulnerability-high-cve-2026-34040 + ## 2.1.1 ### Patch Changes diff --git a/actions/dependency-review/package.json b/actions/dependency-review/package.json index d04b54fa9..d56de329f 100644 --- a/actions/dependency-review/package.json +++ b/actions/dependency-review/package.json @@ -1,6 +1,6 @@ { "name": "dependency-review", - "version": "2.1.1", + "version": "2.1.2", "description": "", "private": true, "scripts": {},