chore: upgrade openapi-sampler (#2525)

This commit is contained in:
Alex Varchuk 2024-04-24 17:43:01 +03:00 committed by GitHub
parent edac97236d
commit 20a923b485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"mark.js": "^8.11.1",
"marked": "^4.3.0",
"mobx-react": "^7.2.0",
"openapi-sampler": "^1.3.1",
"openapi-sampler": "^1.5.0",
"path-browserify": "^1.0.1",
"perfect-scrollbar": "^1.5.5",
"polished": "^4.2.2",
@ -14431,9 +14431,9 @@
}
},
"node_modules/openapi-sampler": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.3.1.tgz",
"integrity": "sha512-Ert9mvc2tLPmmInwSyGZS+v4Ogu9/YoZuq9oP3EdUklg2cad6+IGndP9yqJJwbgdXwZibiq5fpv6vYujchdJFg==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.5.0.tgz",
"integrity": "sha512-6aZ/C0/1Dr3NoIuEy+CcavOsH49I8x0jHjik0kOuNmT+qmBLPrDWMncIQhrd0zbsd/zCVzfb9Vn3BZGFGTLn7A==",
"dependencies": {
"@types/json-schema": "^7.0.7",
"json-pointer": "0.6.2"
@ -29533,9 +29533,9 @@
}
},
"openapi-sampler": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.3.1.tgz",
"integrity": "sha512-Ert9mvc2tLPmmInwSyGZS+v4Ogu9/YoZuq9oP3EdUklg2cad6+IGndP9yqJJwbgdXwZibiq5fpv6vYujchdJFg==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.5.0.tgz",
"integrity": "sha512-6aZ/C0/1Dr3NoIuEy+CcavOsH49I8x0jHjik0kOuNmT+qmBLPrDWMncIQhrd0zbsd/zCVzfb9Vn3BZGFGTLn7A==",
"requires": {
"@types/json-schema": "^7.0.7",
"json-pointer": "0.6.2"

View File

@ -150,7 +150,7 @@
"mark.js": "^8.11.1",
"marked": "^4.3.0",
"mobx-react": "^7.2.0",
"openapi-sampler": "^1.3.1",
"openapi-sampler": "^1.5.0",
"path-browserify": "^1.0.1",
"perfect-scrollbar": "^1.5.5",
"polished": "^4.2.2",