Skip to content

Commit 0a01aec

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

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@vitejs/plugin-basic-ssl": "1.2.0",
113113
"@web/test-runner": "^0.20.0",
114114
"@yarnpkg/lockfile": "1.1.0",
115-
"ajv": "8.17.1",
115+
"ajv": "8.18.0",
116116
"ajv-formats": "3.0.1",
117117
"ansi-colors": "4.1.3",
118118
"autoprefixer": "10.4.20",

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.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)