Merge pull request #7269 from swagger-api/dependabot/npm_and_yarn/json-ptr-2.2.0

This commit is contained in:
dependabot[bot]
2021-05-14 16:49:45 +00:00
committed by GitHub

8
package-lock.json generated
View File

@@ -19595,12 +19595,12 @@
}
},
"json-ptr": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/json-ptr/-/json-ptr-2.0.0.tgz",
"integrity": "sha512-VGP7ucQzBLJFUC8sWR57ALW/+iui9NCE2i61SULum4TBfu9664bCdWjuRkjghbg1rj1k+8+PciKbfFJdGQlS1w==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/json-ptr/-/json-ptr-2.2.0.tgz",
"integrity": "sha512-w9f6/zhz4kykltXMG7MLJWMajxiPj0q+uzQPR1cggNAE/sXoq/C5vjUb/7QNcC3rJsVIIKy37ALTXy1O+3c8QQ==",
"dev": true,
"requires": {
"tslib": "^2.0.3"
"tslib": "^2.2.0"
},
"dependencies": {
"tslib": {