Bump the actions group with 2 updates (#150)
Some checks failed
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 1s
Run Integration Tests / kubeconfig-method-integration-test (push) Failing after 1s
Run Prettify / Prettier Check (push) Failing after 1s
Run Unit Tests / unit-test (push) Failing after 1s

This commit is contained in:
dependabot[bot] 2025-06-03 15:05:10 -04:00 committed by GitHub
parent 1aa4d89457
commit c11aaa17fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 26 deletions

49
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@kubernetes/client-node": "^1.2.0",
"@kubernetes/client-node": "^1.3.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
@ -20,7 +20,7 @@
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.21",
"@types/node": "^22.15.29",
"@vercel/ncc": "^0.38.3",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
@ -2264,9 +2264,9 @@
}
},
"node_modules/@kubernetes/client-node": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@kubernetes/client-node/-/client-node-1.2.0.tgz",
"integrity": "sha512-poAuFgw571HYaaCp+96Zm82CUJY95Nf3f6Qfsv/Ah/fj8ra2558xX07u0FmGgCR2EJj2mLyFqVGdT5MndRcawQ==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@kubernetes/client-node/-/client-node-1.3.0.tgz",
"integrity": "sha512-IE0yrIpOT97YS5fg2QpzmPzm8Wmcdf4ueWMn+FiJSI3jgTTQT1u+LUhoYpdfhdHAVxdrNsaBg2C0UXSnOgMoCQ==",
"license": "Apache-2.0",
"dependencies": {
"@types/js-yaml": "^4.0.1",
@ -2283,7 +2283,8 @@
"rfc4648": "^1.3.0",
"socks-proxy-agent": "^8.0.4",
"stream-buffers": "^3.0.2",
"tar-fs": "^3.0.8"
"tar-fs": "^3.0.8",
"ws": "^8.18.2"
}
},
"node_modules/@sinclair/typebox": {
@ -2411,9 +2412,9 @@
"integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg=="
},
"node_modules/@types/node": {
"version": "22.15.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz",
"integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==",
"version": "22.15.29",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.29.tgz",
"integrity": "sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
@ -5939,10 +5940,10 @@
}
},
"node_modules/ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"peer": true,
"version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
@ -7493,9 +7494,9 @@
"requires": {}
},
"@kubernetes/client-node": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@kubernetes/client-node/-/client-node-1.2.0.tgz",
"integrity": "sha512-poAuFgw571HYaaCp+96Zm82CUJY95Nf3f6Qfsv/Ah/fj8ra2558xX07u0FmGgCR2EJj2mLyFqVGdT5MndRcawQ==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@kubernetes/client-node/-/client-node-1.3.0.tgz",
"integrity": "sha512-IE0yrIpOT97YS5fg2QpzmPzm8Wmcdf4ueWMn+FiJSI3jgTTQT1u+LUhoYpdfhdHAVxdrNsaBg2C0UXSnOgMoCQ==",
"requires": {
"@types/js-yaml": "^4.0.1",
"@types/node": "^22.0.0",
@ -7511,7 +7512,8 @@
"rfc4648": "^1.3.0",
"socks-proxy-agent": "^8.0.4",
"stream-buffers": "^3.0.2",
"tar-fs": "^3.0.8"
"tar-fs": "^3.0.8",
"ws": "^8.18.2"
}
},
"@sinclair/typebox": {
@ -7628,9 +7630,9 @@
"integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg=="
},
"@types/node": {
"version": "22.15.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz",
"integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==",
"version": "22.15.29",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.29.tgz",
"integrity": "sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==",
"requires": {
"undici-types": "~6.21.0"
}
@ -10019,10 +10021,9 @@
}
},
"ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"peer": true,
"version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
"requires": {}
},
"y18n": {

View file

@ -23,7 +23,7 @@
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@kubernetes/client-node": "^1.2.0",
"@kubernetes/client-node": "^1.3.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
@ -31,7 +31,7 @@
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.21",
"@types/node": "^22.15.29",
"@vercel/ncc": "^0.38.3",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",