1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Bump ajv from 8.7.1 to 8.8.2 (#23316)

Bumps [ajv](https://github.com/ajv-validator/ajv) from 8.7.1 to 8.8.2.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.7.1...v8.8.2)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-02 22:18:47 +00:00
committed by GitHub
parent dbe9d5c64f
commit 33f3dcce65
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@primer/octicons-react": "^16.1.1",
"@react-aria/ssr": "^3.1.0",
"accept-language-parser": "^1.5.0",
"ajv": "^8.7.1",
"ajv": "^8.8.2",
"ajv-formats": "^2.1.1",
"cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1",
@@ -4702,9 +4702,9 @@
}
},
"node_modules/ajv": {
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz",
"integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==",
"version": "8.8.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
"integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
@@ -26572,9 +26572,9 @@
}
},
"ajv": {
"version": "8.7.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz",
"integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==",
"version": "8.8.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
"integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
"requires": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",

View File

@@ -17,7 +17,7 @@
"@primer/octicons-react": "^16.1.1",
"@react-aria/ssr": "^3.1.0",
"accept-language-parser": "^1.5.0",
"ajv": "^8.7.1",
"ajv": "^8.8.2",
"ajv-formats": "^2.1.1",
"cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1",