Skip to content

Commit 7f7d699

Browse files
renovate-botclydin
authored andcommitted
build: update dependency ajv-formats to v2.1.1
1 parent 6fd7a30 commit 7f7d699

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@typescript-eslint/parser": "4.29.1",
130130
"@yarnpkg/lockfile": "1.1.0",
131131
"ajv": "8.6.2",
132-
"ajv-formats": "2.1.0",
132+
"ajv-formats": "2.1.1",
133133
"ansi-colors": "4.1.1",
134134
"babel-loader": "8.2.2",
135135
"bootstrap": "^4.0.0",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core"
99
],
1010
"dependencies": {
11-
"ajv-formats": "2.1.0",
11+
"ajv-formats": "2.1.1",
1212
"ajv": "8.6.2",
1313
"fast-json-stable-stringify": "2.1.0",
1414
"magic-string": "0.25.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2690,10 +2690,10 @@ ajv-errors@^1.0.0:
26902690
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
26912691
integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
26922692

2693-
2694-
version "2.1.0"
2695-
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.0.tgz#96eaf83e38d32108b66d82a9cb0cfa24886cdfeb"
2696-
integrity sha512-USH2jBb+C/hIpwD2iRjp0pe0k+MvzG0mlSn/FIdCgQhUb9ALPRjt2KIQdfZDS9r0ZIeUAg7gOu9KL0PFqGqr5Q==
2693+
2694+
version "2.1.1"
2695+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
2696+
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
26972697
dependencies:
26982698
ajv "^8.0.0"
26992699

0 commit comments

Comments
 (0)