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

Merge pull request #363 from oceanprotocol/greenkeeper/cross-env-7.0.0

Update cross-env to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-01-27 13:43:01 +01:00 committed by GitHub
commit 6a4fd76d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

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"

View File

@ -74,7 +74,7 @@
"auto-changelog": "^1.16.2", "auto-changelog": "^1.16.2",
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-spies": "^1.0.0", "chai-spies": "^1.0.0",
"cross-env": "^6.0.3", "cross-env": "^7.0.0",
"eslint": "^6.7.2", "eslint": "^6.7.2",
"eslint-config-oceanprotocol": "^1.5.0", "eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.7.0", "eslint-config-prettier": "^6.7.0",