Bump ajv from 7.0.3 to 8.3.0

Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.0.3 to 8.3.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v7.0.3...v8.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-05-10 12:43:55 +00:00 committed by GitHub
parent eee0aa95ea
commit 4b067f2e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1699,9 +1699,9 @@
} }
}, },
"ajv": { "ajv": {
"version": "7.0.3", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-7.0.3.tgz", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.3.0.tgz",
"integrity": "sha512-R50QRlXSxqXcQP5SvKUrw8VZeypvo12i2IX0EeR5PiZ7bEKeHWgzgo264LDadUsCU42lTJVhFikTqJwNeH34gQ==", "integrity": "sha512-RYE7B5An83d7eWnDR8kbdaIFqmKCNsP16ay1hDbJEU+sa0e3H9SebskCt0Uufem6cfAVu7Col6ubcn/W+Sm8/Q==",
"requires": { "requires": {
"fast-deep-equal": "^3.1.1", "fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0", "json-schema-traverse": "^1.0.0",

View File

@ -19,7 +19,7 @@
"@oclif/config": "1.17.0", "@oclif/config": "1.17.0",
"@oclif/plugin-help": "3.2.1", "@oclif/plugin-help": "3.2.1",
"@oclif/plugin-warn-if-update-available": "1.7.0", "@oclif/plugin-warn-if-update-available": "1.7.0",
"ajv": "7.0.3", "ajv": "8.3.0",
"beau-std": "0.9.4", "beau-std": "0.9.4",
"better-ajv-errors": "0.7.0", "better-ajv-errors": "0.7.0",
"cli-color": "2.0.0", "cli-color": "2.0.0",