1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

chore(package): update lockfile package-lock.json

This commit is contained in:
greenkeeper[bot] 2020-01-25 18:51:32 +00:00 committed by GitHub
parent c3187b83de
commit eb141a6d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
package-lock.json generated
View File

@ -3650,12 +3650,12 @@
} }
}, },
"cross-env": { "cross-env": {
"version": "6.0.3", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz", "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz",
"integrity": "sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==", "integrity": "sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-spawn": "^7.0.0" "cross-spawn": "^7.0.1"
}, },
"dependencies": { "dependencies": {
"cross-spawn": { "cross-spawn": {
@ -3670,9 +3670,9 @@
} }
}, },
"path-key": { "path-key": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.0.tgz", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
"dev": true "dev": true
}, },
"shebang-command": { "shebang-command": {
@ -3691,9 +3691,9 @@
"dev": true "dev": true
}, },
"which": { "which": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.1.tgz", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true, "dev": true,
"requires": { "requires": {
"isexe": "^2.0.0" "isexe": "^2.0.0"