Skip to content

Commit

Permalink
build: bump ajv from 6.2.1 to 6.3.0 in /template
Browse files Browse the repository at this point in the history
Bumps [ajv](https://github.com/epoberezkin/ajv) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/epoberezkin/ajv/releases)
- [Commits](ajv-validator/ajv@v6.2.1...v6.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 19, 2018
1 parent 5403d58 commit f580b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"ajv": "^6.2.1",
"ajv": "^6.3.0",
"autoprefixer": "^8.1.0",
"babel-core": "^6.16.0",
"babel-eslint": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions template/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0:
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"

ajv@^6.1.0, ajv@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.2.1.tgz#28a6abc493a2abe0fb4c8507acaedb43fa550671"
ajv@^6.1.0, ajv@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.3.0.tgz#1650a41114ef00574cac10b8032d8f4c14812da7"
dependencies:
fast-deep-equal "^1.0.0"
fast-json-stable-stringify "^2.0.0"
Expand Down

0 comments on commit f580b38

Please sign in to comment.