Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
This commit is contained in:
renovate[bot] 2022-06-09 11:26:23 +03:00 committed by GitHub
parent b5252dbd8f
commit 2bc09b13e6
2 changed files with 13 additions and 11 deletions

View File

@ -108,7 +108,7 @@
"copy-webpack-plugin": "6.4.1",
"core-js": "3.16.2",
"create-file-webpack": "1.0.2",
"cross-env": "6.0.3",
"cross-env": "7.0.3",
"cssnano": "4.1.11",
"deep-freeze": "0.0.1",
"eslint-import-resolver-typescript": "2.5.0",
@ -20001,19 +20001,21 @@
}
},
"node_modules/cross-env": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz",
"integrity": "sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.0"
"cross-spawn": "^7.0.1"
},
"bin": {
"cross-env": "src/bin/cross-env.js",
"cross-env-shell": "src/bin/cross-env-shell.js"
},
"engines": {
"node": ">=8.0"
"node": ">=10.14",
"npm": ">=6",
"yarn": ">=1"
}
},
"node_modules/cross-env/node_modules/cross-spawn": {
@ -64999,12 +65001,12 @@
}
},
"cross-env": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz",
"integrity": "sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
"dev": true,
"requires": {
"cross-spawn": "^7.0.0"
"cross-spawn": "^7.0.1"
},
"dependencies": {
"cross-spawn": {

View File

@ -156,7 +156,7 @@
"copy-webpack-plugin": "6.4.1",
"core-js": "3.16.2",
"create-file-webpack": "1.0.2",
"cross-env": "6.0.3",
"cross-env": "7.0.3",
"cssnano": "4.1.11",
"deep-freeze": "0.0.1",
"eslint-import-resolver-typescript": "2.5.0",