mirror of https://github.com/Seich/Beau.git
Bump ajv from 7.0.3 to 8.0.3
Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.0.3 to 8.0.3. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v7.0.3...v8.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
eee0aa95ea
commit
1194dc1625
|
|
@ -1699,9 +1699,9 @@
|
|||
}
|
||||
},
|
||||
"ajv": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz",
|
||||
"integrity": "sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==",
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.0.3.tgz",
|
||||
"integrity": "sha512-Df6NAivu9KpZw+q8ySijAgLvr1mUA5ihkRvCLCxpdYR21ann5yIuN+PpFxmweSj7i3yjJ0x5LN5KVs0RRzskAQ==",
|
||||
"requires": {
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"json-schema-traverse": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"@oclif/config": "1.17.0",
|
||||
"@oclif/plugin-help": "3.2.1",
|
||||
"@oclif/plugin-warn-if-update-available": "1.7.0",
|
||||
"ajv": "7.0.3",
|
||||
"ajv": "8.0.3",
|
||||
"beau-std": "0.9.4",
|
||||
"better-ajv-errors": "0.7.0",
|
||||
"cli-color": "2.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue