chore: update openapi-sampler to v1.2.1 (#1911)

This commit is contained in:
AlexVarchuk 2022-02-24 13:51:49 +02:00 committed by GitHub
parent 777efdde35
commit b33ac554dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -20,7 +20,7 @@
"mark.js": "^8.11.1",
"marked": "^4.0.10",
"mobx-react": "^7.2.0",
"openapi-sampler": "^1.1.1",
"openapi-sampler": "^1.2.1",
"path-browserify": "^1.0.1",
"perfect-scrollbar": "^1.5.1",
"polished": "^4.1.3",
@ -14191,12 +14191,12 @@
}
},
"node_modules/openapi-sampler": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.1.1.tgz",
"integrity": "sha512-WAFsl5SPYuhQwaMTDFOcKhnEY1G1rmamrMiPmJdqwfl1lr81g63/befcsN9BNi0w5/R0L+hfcUj13PANEBeLgg==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.2.1.tgz",
"integrity": "sha512-mHrYmyvcLD0qrfqPkPRBAL2z16hGT2rW0d0B7nklfoTcc3pmkJLkSZlKSeFgerUM41E5c7jlxf0Y19xrM7mWQQ==",
"dependencies": {
"@types/json-schema": "^7.0.7",
"json-pointer": "^0.6.1"
"json-pointer": "0.6.2"
}
},
"node_modules/optionator": {
@ -29794,12 +29794,12 @@
}
},
"openapi-sampler": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.1.1.tgz",
"integrity": "sha512-WAFsl5SPYuhQwaMTDFOcKhnEY1G1rmamrMiPmJdqwfl1lr81g63/befcsN9BNi0w5/R0L+hfcUj13PANEBeLgg==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.2.1.tgz",
"integrity": "sha512-mHrYmyvcLD0qrfqPkPRBAL2z16hGT2rW0d0B7nklfoTcc3pmkJLkSZlKSeFgerUM41E5c7jlxf0Y19xrM7mWQQ==",
"requires": {
"@types/json-schema": "^7.0.7",
"json-pointer": "^0.6.1"
"json-pointer": "0.6.2"
}
},
"optionator": {

View File

@ -150,7 +150,7 @@
"mark.js": "^8.11.1",
"marked": "^4.0.10",
"mobx-react": "^7.2.0",
"openapi-sampler": "^1.1.1",
"openapi-sampler": "^1.2.1",
"path-browserify": "^1.0.1",
"perfect-scrollbar": "^1.5.1",
"polished": "^4.1.3",