1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

package fixes

This commit is contained in:
Matthias Kretschmann 2020-09-10 20:17:35 +02:00
parent 32e2dca15d
commit 38ac4ced8e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 18 additions and 7 deletions

23
package-lock.json generated
View File

@ -6682,9 +6682,9 @@
"integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==" "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA=="
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.0", "version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==", "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"dev": true "dev": true
}, },
"node-gyp-build": { "node-gyp-build": {
@ -8903,6 +8903,17 @@
"rollup-pluginutils": "^2.8.2", "rollup-pluginutils": "^2.8.2",
"serialize-javascript": "^4.0.0", "serialize-javascript": "^4.0.0",
"terser": "^4.6.2" "terser": "^4.6.2"
},
"dependencies": {
"serialize-javascript": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
"integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
"dev": true,
"requires": {
"randombytes": "^2.1.0"
}
}
} }
}, },
"rollup-plugin-typescript2": { "rollup-plugin-typescript2": {
@ -9134,9 +9145,9 @@
} }
}, },
"serialize-javascript": { "serialize-javascript": {
"version": "4.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz",
"integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==",
"dev": true, "dev": true,
"requires": { "requires": {
"randombytes": "^2.1.0" "randombytes": "^2.1.0"

View File

@ -45,7 +45,7 @@
"microbundle": "^0.12.3", "microbundle": "^0.12.3",
"prettier": "^2.1.1", "prettier": "^2.1.1",
"release-it": "^14.0.2", "release-it": "^14.0.2",
"serialize-javascript": "^4.0.0", "serialize-javascript": "^5.0.1",
"typescript": "^4.0.2" "typescript": "^4.0.2"
}, },
"peerDependencies": { "peerDependencies": {