chore: update openapi-sampler to v1.3.0

This commit is contained in:
Alex Varchuk 2022-05-30 16:18:44 +03:00
parent 27a9dbaf46
commit b98c7a0d34
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"mark.js": "^8.11.1", "mark.js": "^8.11.1",
"marked": "^4.0.15", "marked": "^4.0.15",
"mobx-react": "^7.2.0", "mobx-react": "^7.2.0",
"openapi-sampler": "^1.2.3", "openapi-sampler": "^1.3.0",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"perfect-scrollbar": "^1.5.1", "perfect-scrollbar": "^1.5.1",
"polished": "^4.1.3", "polished": "^4.1.3",
@ -14217,9 +14217,9 @@
} }
}, },
"node_modules/openapi-sampler": { "node_modules/openapi-sampler": {
"version": "1.2.3", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.2.3.tgz", "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.3.0.tgz",
"integrity": "sha512-dH2QYXqakorV5dxkP/f1BV3Ku4yNn21YmBsqJunnyrHLw7mnCNZZldftgrEpv/66b1m5oaUAmiJoJN+FqBEkJg==", "integrity": "sha512-2QfjK1oM9Sv0q82Ae1RrUe3yfFmAyjF548+6eAeb+h/cL1Uj51TW4UezraBEvwEdzoBgfo4AaTLVFGTKj+yYDw==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.7", "@types/json-schema": "^7.0.7",
"json-pointer": "0.6.2" "json-pointer": "0.6.2"
@ -29872,9 +29872,9 @@
} }
}, },
"openapi-sampler": { "openapi-sampler": {
"version": "1.2.3", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.2.3.tgz", "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.3.0.tgz",
"integrity": "sha512-dH2QYXqakorV5dxkP/f1BV3Ku4yNn21YmBsqJunnyrHLw7mnCNZZldftgrEpv/66b1m5oaUAmiJoJN+FqBEkJg==", "integrity": "sha512-2QfjK1oM9Sv0q82Ae1RrUe3yfFmAyjF548+6eAeb+h/cL1Uj51TW4UezraBEvwEdzoBgfo4AaTLVFGTKj+yYDw==",
"requires": { "requires": {
"@types/json-schema": "^7.0.7", "@types/json-schema": "^7.0.7",
"json-pointer": "0.6.2" "json-pointer": "0.6.2"

View File

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