diff --git a/package-lock.json b/package-lock.json index c89adc7..7788a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "kubernetes-client": "9.0.0", - "undici": "^6.23.0" + "undici": "^6.24.0" }, "devDependencies": { "coveralls": "~3.1.1", @@ -23,7 +23,7 @@ "eslint-plugin-promise": "^6.2.0", "husky": "^7.0.4", "nock": "^13.3.2", - "nyc": "^18.0.0", + "nyc": "~18.0.0", "proxyquire": "^2.1.3", "tap-spec": "^5.0.0", "tape": "~5.9.0" @@ -8413,9 +8413,9 @@ "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ==" }, "node_modules/undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", + "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", "license": "MIT", "engines": { "node": ">=18.17" @@ -15169,9 +15169,9 @@ "integrity": "sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ==" }, "undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==" + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", + "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==" }, "unified": { "version": "10.1.2", diff --git a/package.json b/package.json index 13fccc7..0613a24 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "license": "Apache-2.0", "dependencies": { "kubernetes-client": "9.0.0", - "undici": "^6.23.0" + "undici": "^6.24.0" }, "devDependencies": { "coveralls": "~3.1.1",