Skip to content

Commit 85ea2a9

Browse files
committed
Update dependency ajv to v6.6.2
1 parent 2795c29 commit 85ea2a9

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
},
147147
"devDependencies": {
148148
"@babel/core": "7.2.2",
149-
"ajv": "6.6.1",
149+
"ajv": "6.6.2",
150150
"babel-core": "7.0.0-bridge.0",
151151
"babel-eslint": "10.0.1",
152152
"babel-jest": "23.6.0",

yarn.lock

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,10 @@ agent-base@4, agent-base@^4.1.0:
796796
dependencies:
797797
es6-promisify "^5.0.0"
798798

799-
[email protected].1, ajv@^6.5.3:
800-
version "6.6.1"
801-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.6.1.tgz#6360f5ed0d80f232cc2b294c362d5dc2e538dd61"
802-
integrity sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==
799+
800+
version "6.6.2"
801+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.6.2.tgz#caceccf474bf3fc3ce3b147443711a24063cc30d"
802+
integrity sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g==
803803
dependencies:
804804
fast-deep-equal "^2.0.1"
805805
fast-json-stable-stringify "^2.0.0"
@@ -816,6 +816,16 @@ ajv@^5.3.0:
816816
fast-json-stable-stringify "^2.0.0"
817817
json-schema-traverse "^0.3.0"
818818

819+
ajv@^6.5.3:
820+
version "6.6.1"
821+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.6.1.tgz#6360f5ed0d80f232cc2b294c362d5dc2e538dd61"
822+
integrity sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==
823+
dependencies:
824+
fast-deep-equal "^2.0.1"
825+
fast-json-stable-stringify "^2.0.0"
826+
json-schema-traverse "^0.4.1"
827+
uri-js "^4.2.2"
828+
819829
align-text@^0.1.1, align-text@^0.1.3:
820830
version "0.1.4"
821831
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"

0 commit comments

Comments
 (0)