diff --git a/package-lock.json b/package-lock.json index 673e1f904..91a2e7d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "base64-loader": "1.0.0", "big.js": "^6.2.1", "casper-js-sdk": "^5.0.6", - "casper-wallet-core": "git+ssh://git@github.com:make-software/casper-wallet-core.git#v1.1.5", + "casper-wallet-core": "https://github.com/make-software/casper-wallet-core.git#v1.1.5", "date-fns": "^2.30.0", "dotenv-webpack": "^8.1.0", "i18next": "^23.11.0", @@ -89,7 +89,7 @@ "babel-eslint": "^10.1.0", "babel-loader": "9.1.0", "babel-preset-react-app": "^10.0.0", - "concurrently": "7.6.0", + "concurrently": "9.2.1", "copy-webpack-plugin": "^11.0.0", "css-loader": "6.8.1", "eslint": "8.57.0", @@ -11495,27 +11495,25 @@ } }, "node_modules/concurrently": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-7.6.0.tgz", - "integrity": "sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz", + "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==", "dev": true, + "license": "MIT", "dependencies": { - "chalk": "^4.1.0", - "date-fns": "^2.29.1", - "lodash": "^4.17.21", - "rxjs": "^7.0.0", - "shell-quote": "^1.7.3", - "spawn-command": "^0.0.2-1", - "supports-color": "^8.1.0", - "tree-kill": "^1.2.2", - "yargs": "^17.3.1" + "chalk": "4.1.2", + "rxjs": "7.8.2", + "shell-quote": "1.8.3", + "supports-color": "8.1.1", + "tree-kill": "1.2.2", + "yargs": "17.7.2" }, "bin": { "conc": "dist/bin/concurrently.js", "concurrently": "dist/bin/concurrently.js" }, "engines": { - "node": "^12.20.0 || ^14.13.0 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" @@ -25380,12 +25378,6 @@ "node": ">=0.10.0" } }, - "node_modules/spawn-command": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz", - "integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==", - "dev": true - }, "node_modules/spawn-sync": { "version": "1.0.15", "resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz", diff --git a/package.json b/package.json index 578aba05a..e03efcf3d 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "babel-eslint": "^10.1.0", "babel-loader": "9.1.0", "babel-preset-react-app": "^10.0.0", - "concurrently": "7.6.0", + "concurrently": "9.2.1", "copy-webpack-plugin": "^11.0.0", "css-loader": "6.8.1", "eslint": "8.57.0",