Skip to content

Commit

Permalink
build: update dependency ajv-formats to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and dgp1130 committed Apr 1, 2024
1 parent 573e80c commit f97c0f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@web/test-runner": "^0.18.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"ajv-formats": "3.0.1",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./*.js": "./*.js"
},
"dependencies": {
"ajv-formats": "2.1.1",
"ajv-formats": "3.0.1",
"ajv": "8.12.0",
"jsonc-parser": "3.2.1",
"picomatch": "4.0.1",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4817,6 +4817,13 @@ ajv-formats@2.1.1, ajv-formats@^2.1.1:
dependencies:
ajv "^8.0.0"

ajv-formats@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578"
integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==
dependencies:
ajv "^8.0.0"

ajv-keywords@^3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
Expand Down

0 comments on commit f97c0f3

Please sign in to comment.