1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Bump swagger-client from 3.13.2 to 3.13.3 (#650)

Bumps [swagger-client](https://github.com/swagger-api/swagger-js) from 3.13.2 to 3.13.3.
- [Release notes](https://github.com/swagger-api/swagger-js/releases)
- [Commits](https://github.com/swagger-api/swagger-js/compare/v3.13.2...v3.13.3)

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-05-25 10:11:50 +02:00 committed by GitHub
parent d5115ebc36
commit 8e1183876c
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

@ -23667,9 +23667,9 @@
} }
}, },
"swagger-client": { "swagger-client": {
"version": "3.13.2", "version": "3.13.3",
"resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.13.2.tgz", "resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.13.3.tgz",
"integrity": "sha512-kamtyXtmbZiA2C5YTVqJYgoPJgzqtM5RbeP23Rt/YPYjMArTKZ2fjx1UTsI0aSbws0GluU5pVHiGp8YMciSUfw==", "integrity": "sha512-8ZVm0NIhmAiHaBwDibkX76W3jvs3h1Okb41iyeSG8TPXwuZbeS5tEpOkqgUMdK48dKs0S8VMu5ldkak79MFVMw==",
"requires": { "requires": {
"@babel/runtime-corejs3": "^7.11.2", "@babel/runtime-corejs3": "^7.11.2",
"btoa": "^1.2.1", "btoa": "^1.2.1",
@ -23688,9 +23688,9 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime-corejs3": { "@babel/runtime-corejs3": {
"version": "7.13.10", "version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.14.0.tgz",
"integrity": "sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==", "integrity": "sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==",
"requires": { "requires": {
"core-js-pure": "^3.0.0", "core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
@ -23720,9 +23720,9 @@
} }
}, },
"object-inspect": { "object-inspect": {
"version": "1.9.0", "version": "1.10.3",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz",
"integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==" "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw=="
}, },
"qs": { "qs": {
"version": "6.10.1", "version": "6.10.1",

View File

@ -60,7 +60,7 @@
"shortid": "^2.2.16", "shortid": "^2.2.16",
"slugify": "^1.5.3", "slugify": "^1.5.3",
"smoothscroll-polyfill": "^0.4.4", "smoothscroll-polyfill": "^0.4.4",
"swagger-client": "^3.13.2" "swagger-client": "^3.13.3"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",