diff --git a/package-lock.json b/package-lock.json index 27ceae8..7584c13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,17 +11,17 @@ "dependencies": { "@qiwi/deep-proxy": "^3.0.0", "@types/ip": "^1.1.3", - "@types/node": "^20.11.19", - "@types/semver": "^7.5.7", + "@types/node": "^20.11.29", + "@types/semver": "^7.5.8", "globby-cp": "^1.3.0", - "ini": "^4.1.1", + "ini": "^4.1.2", "ip": "^2.0.1", "is-reachable": "^5.2.1", - "npm-run-path": "^5.2.0", + "npm-run-path": "^5.3.0", "semver": "^7.6.0", "ssri": "^10.0.5", "tempy": "^3.1.0", - "zx": "7.2.3-dev.7e728f6" + "zx": "7.2.3-dev.1d8aa93" }, "bin": { "zx-extra": "src/main/js/cli.mjs" @@ -187,9 +187,9 @@ } }, "node_modules/@types/node": { - "version": "20.11.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz", - "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==", + "version": "20.11.29", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.29.tgz", + "integrity": "sha512-P99thMkD/1YkCvAtOd6/zGedKNA0p2fj4ZpjCzcNiSCBWgm3cNRTBfa/qjFnsKkkojxu4vVLtWpesnZ9+ap+gA==", "dependencies": { "undici-types": "~5.26.4" } @@ -203,9 +203,9 @@ } }, "node_modules/@types/semver": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz", - "integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==" + "version": "7.5.8", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", + "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" }, "node_modules/aggregate-error": { "version": "3.1.0", @@ -762,9 +762,9 @@ "dev": true }, "node_modules/ini": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", - "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.2.tgz", + "integrity": "sha512-AMB1mvwR1pyBFY/nSevUX6y8nJWS63/SzUKD3JyQn97s4xgIdgQPT75IRouIiBAN4yLQBUShNYVW0+UG25daCw==", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } @@ -1033,9 +1033,9 @@ } }, "node_modules/npm-run-path": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz", - "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dependencies": { "path-key": "^4.0.0" }, @@ -1628,9 +1628,9 @@ } }, "node_modules/zx": { - "version": "7.2.3-dev.7e728f6", - "resolved": "https://registry.npmjs.org/zx/-/zx-7.2.3-dev.7e728f6.tgz", - "integrity": "sha512-VWyonGwEGhnrjX+KkqoMbdf3WPMzIKksLO7peSb0LB1klzrHCCxpzHgI3CJTfDrDPoLSpcYqw+zogTQsVkvkKw==", + "version": "7.2.3-dev.1d8aa93", + "resolved": "https://registry.npmjs.org/zx/-/zx-7.2.3-dev.1d8aa93.tgz", + "integrity": "sha512-x+y5SWdvMH11YHlWmTVh4RejRXkpbPxkjjHzqfWsXzQGXhkt8NsrMGLlDUn68bJmoJkNgf5Xvch8H2Y4h+W1gA==", "bin": { "zx": "build/cli.js" }, @@ -1639,7 +1639,7 @@ }, "optionalDependencies": { "@types/fs-extra": "^11.0.4", - "@types/node": ">=20.11.19" + "@types/node": ">=20.11.28" } } } diff --git a/package.json b/package.json index 752fe0c..2a9f585 100644 --- a/package.json +++ b/package.json @@ -40,17 +40,17 @@ "dependencies": { "@qiwi/deep-proxy": "^3.0.0", "@types/ip": "^1.1.3", - "@types/node": "^20.11.19", - "@types/semver": "^7.5.7", + "@types/node": "^20.11.29", + "@types/semver": "^7.5.8", "globby-cp": "^1.3.0", - "ini": "^4.1.1", + "ini": "^4.1.2", "ip": "^2.0.1", "is-reachable": "^5.2.1", - "npm-run-path": "^5.2.0", + "npm-run-path": "^5.3.0", "semver": "^7.6.0", "ssri": "^10.0.5", "tempy": "^3.1.0", - "zx": "7.2.3-dev.7e728f6" + "zx": "7.2.3-dev.1d8aa93" }, "devDependencies": { "c8": "^9.1.0"