Skip to content

Commit f97c0f3

Browse files
angular-robotdgp1130
authored andcommitted
build: update dependency ajv-formats to v3
1 parent 573e80c commit f97c0f3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"@web/test-runner": "^0.18.0",
119119
"@yarnpkg/lockfile": "1.1.0",
120120
"ajv": "8.12.0",
121-
"ajv-formats": "2.1.1",
121+
"ajv-formats": "3.0.1",
122122
"ansi-colors": "4.1.3",
123123
"autoprefixer": "10.4.19",
124124
"babel-loader": "9.1.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-formats": "2.1.1",
28+
"ajv-formats": "3.0.1",
2929
"ajv": "8.12.0",
3030
"jsonc-parser": "3.2.1",
3131
"picomatch": "4.0.1",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4817,6 +4817,13 @@ [email protected], ajv-formats@^2.1.1:
48174817
dependencies:
48184818
ajv "^8.0.0"
48194819

4820+
4821+
version "3.0.1"
4822+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578"
4823+
integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==
4824+
dependencies:
4825+
ajv "^8.0.0"
4826+
48204827
ajv-keywords@^3.5.2:
48214828
version "3.5.2"
48224829
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"

0 commit comments

Comments
 (0)