diff --git a/src/test/K8s-tests/package-lock.json b/src/test/K8s-tests/package-lock.json index d40fccaea..cf6dd8b19 100644 --- a/src/test/K8s-tests/package-lock.json +++ b/src/test/K8s-tests/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^28.5.0", - "eslint-plugin-n": "^17.2.1", + "eslint-plugin-n": "^17.4.0", "eslint-plugin-promise": "^6.1.1", "mocha": "^10.3.0" } @@ -1921,16 +1921,16 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.2.1.tgz", - "integrity": "sha512-uW1+df2bo06kR7ix6nB614RUlvjRPrYxlaX832O6e1MCJp4V7YozEdvMgCYuvn4ltnjPu1FVYhQ2KRrmTNoJfg==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.4.0.tgz", + "integrity": "sha512-RtgGgNpYxECwE9dFr+D66RtbN0B8r/fY6ZF8EVsmK2YnZxE8/n9LNQhgnkL9z37UFZjYVmvMuC32qu7fQBsLVQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "enhanced-resolve": "^5.15.0", "eslint-plugin-es-x": "^7.5.0", "get-tsconfig": "^4.7.0", - "globals": "^14.0.0", + "globals": "^15.0.0", "ignore": "^5.2.4", "minimatch": "^9.0.0", "semver": "^7.5.3" @@ -1939,7 +1939,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" + "url": "https://opencollective.com/eslint" }, "peerDependencies": { "eslint": ">=8.23.0" @@ -1955,9 +1955,9 @@ } }, "node_modules/eslint-plugin-n/node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.1.0.tgz", + "integrity": "sha512-926gJqg+4mkxwYKiFvoomM4J0kWESfk3qfTvRL2/oc/tK/eTDBbrfcKnSa2KtfdxB5onoL7D3A3qIHQFpd4+UA==", "dev": true, "engines": { "node": ">=18" diff --git a/src/test/K8s-tests/package.json b/src/test/K8s-tests/package.json index d2041ccf1..12dcc7efc 100644 --- a/src/test/K8s-tests/package.json +++ b/src/test/K8s-tests/package.json @@ -10,7 +10,7 @@ "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^28.5.0", - "eslint-plugin-n": "^17.2.1", + "eslint-plugin-n": "^17.4.0", "eslint-plugin-promise": "^6.1.1", "mocha": "^10.3.0" },