Skip to content

Commit 0496b51

Browse files
renovate-botvikerman
authored andcommitted
build: update ajv to version 6.8.1 (#13583)
1 parent b27fabe commit 0496b51

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@types/webpack-dev-server": "^3.1.0",
9494
"@types/webpack-sources": "^0.1.5",
9595
"@yarnpkg/lockfile": "1.1.0",
96-
"ajv": "6.7.0",
96+
"ajv": "6.8.1",
9797
"common-tags": "^1.8.0",
9898
"conventional-changelog": "^1.1.0",
9999
"conventional-commits-parser": "^3.0.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular-devkit/build-webpack": "0.0.0",
1212
"@angular-devkit/core": "0.0.0",
1313
"@ngtools/webpack": "0.0.0",
14-
"ajv": "6.7.0",
14+
"ajv": "6.8.1",
1515
"autoprefixer": "9.4.7",
1616
"circular-dependency-plugin": "5.0.2",
1717
"clean-css": "4.2.1",

packages/angular_devkit/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core"
99
],
1010
"dependencies": {
11-
"ajv": "6.7.0",
11+
"ajv": "6.8.1",
1212
"chokidar": "2.0.4",
1313
"fast-json-stable-stringify": "2.0.0",
1414
"rxjs": "6.3.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,10 @@ ajv-keywords@^3.1.0:
837837
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
838838
integrity sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=
839839

840-
ajv@6.7.0:
841-
version "6.7.0"
842-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.7.0.tgz#e3ce7bb372d6577bb1839f1dfdfcbf5ad2948d96"
843-
integrity sha512-RZXPviBTtfmtka9n9sy1N5M5b82CbxWIR6HIis4s3WQTXDJamc/0gpCWNGz6EWdWp4DOfjzJfhz/AS9zVPjjWg==
840+
ajv@6.8.1:
841+
version "6.8.1"
842+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.8.1.tgz#0890b93742985ebf8973cd365c5b23920ce3cb20"
843+
integrity sha512-eqxCp82P+JfqL683wwsL73XmFs1eG6qjw+RD3YHx+Jll1r0jNd4dh8QG9NYAeNGA/hnZjeEDgtTskgJULbxpWQ==
844844
dependencies:
845845
fast-deep-equal "^2.0.1"
846846
fast-json-stable-stringify "^2.0.0"

0 commit comments

Comments
 (0)