This commit is contained in:
dependabot[bot] 2023-11-29 11:44:56 +00:00 committed by GitHub
commit 512f5b13e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@oceanprotocol/contracts": "^2.0.2",
"@oceanprotocol/typographies": "^0.1.0",
"@svgr/webpack": "^7.0.0",
"axios": "^1.1.3",
"axios": "^1.6.0",
"dotenv": "^16.0.3",
"next": "12.3.1",
"react": "18.2.0",
@ -3472,9 +3472,9 @@
}
},
"node_modules/axios": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz",
"integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@ -8919,9 +8919,9 @@
"dev": true
},
"axios": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz",
"integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",

View File

@ -15,7 +15,7 @@
"@oceanprotocol/contracts": "^2.0.2",
"@oceanprotocol/typographies": "^0.1.0",
"@svgr/webpack": "^7.0.0",
"axios": "^1.1.3",
"axios": "^1.6.0",
"dotenv": "^16.0.3",
"next": "12.3.1",
"react": "18.2.0",