1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

Bump swagger-client from 3.12.2 to 3.13.1

Bumps [swagger-client](https://github.com/swagger-api/swagger-js) from 3.12.2 to 3.13.1.
- [Release notes](https://github.com/swagger-api/swagger-js/releases)
- [Commits](https://github.com/swagger-api/swagger-js/compare/v3.12.2...v3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-15 10:20:33 +00:00 committed by GitHub
parent ce907c0e23
commit f8ffc97db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -23129,9 +23129,9 @@
}
},
"swagger-client": {
"version": "3.12.2",
"resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.12.2.tgz",
"integrity": "sha512-l4aAty0VNmHaOEEvOI7Tc6xtUZLNxtFEOZzansjxHjbV9o2ZsiFPMdomIGj14n/Zb0S2eN83cEJYHJ3SENUYPw==",
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-3.13.1.tgz",
"integrity": "sha512-Hmy4+wVVa3kveWzC7PIeUwiAY5qcYbm4XlC4uZ7e5kAePfB2cprXImiqrZHIzL+ndU0YTN7I+9w/ZayTisn3Jg==",
"requires": {
"@babel/runtime-corejs3": "^7.11.2",
"btoa": "^1.2.1",
@ -23150,9 +23150,9 @@
},
"dependencies": {
"@babel/runtime-corejs3": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz",
"integrity": "sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz",
"integrity": "sha512-8fSpqYRETHATtNitsCXq8QQbKJP31/KnDl2Wz2Vtui9nKzjss2ysuZtyVsWjBtvkeEFo346gkwjYPab1hvrXkQ==",
"requires": {
"core-js-pure": "^3.0.0",
"regenerator-runtime": "^0.13.4"

View File

@ -59,7 +59,7 @@
"shortid": "^2.2.16",
"slugify": "^1.4.6",
"smoothscroll-polyfill": "^0.4.4",
"swagger-client": "^3.12.2"
"swagger-client": "^3.13.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",