Skip to content

Commit 39596d5

Browse files
committed
fix(@angular-devkit/core): update ajv to 8.18.0
This fixes GHSA-2g4f-4pwh-qvx6 Closes #32592
1 parent f668e27 commit 39596d5

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/yarnpkg__lockfile": "^1.1.5",
9797
"@typescript-eslint/eslint-plugin": "8.39.1",
9898
"@typescript-eslint/parser": "8.39.1",
99-
"ajv": "8.17.1",
99+
"ajv": "8.18.0",
100100
"ansi-colors": "4.1.3",
101101
"beasties": "0.3.5",
102102
"buffer": "6.0.3",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"./*.js": "./*.js"
2626
},
2727
"dependencies": {
28-
"ajv": "8.17.1",
28+
"ajv": "8.18.0",
2929
"ajv-formats": "3.0.1",
3030
"jsonc-parser": "3.3.1",
3131
"picomatch": "4.0.3",

pnpm-lock.yaml

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)