Skip to content

Commit d4b077d

Browse files
Merge pull request #128 from codefresh-io/CR-22902-security
chore: fixed vulnerabilities
2 parents 22d3f4f + e22a4c8 commit d4b077d

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.20.2
1+
v20.11.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.20.2-alpine
1+
FROM node:20.11.1-alpine3.19
22

33
WORKDIR /cf-k8s-agent
44

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "cf-k8s-agent",
3-
"version": "1.3.16",
3+
"version": "1.3.17",
44
"private": true,
55
"scripts": {
66
"start": "node ./src/index.js",
77
"test": "jest --coverage --detectOpenHandles --silent --passWithNoTests",
88
"lint": "eslint ."
99
},
1010
"resolutions": {
11-
"**/openid-client": "5.1.6",
11+
"**/openid-client": "5.6.5",
1212
"lodash": "4.17.21",
1313
"underscore": "1.12.1",
1414
"http-cache-semantics": "4.1.1",
@@ -18,11 +18,10 @@
1818
"tough-cookie": "4.1.3"
1919
},
2020
"dependencies": {
21-
"@codefresh-io/kube-integration": "1.30.6",
21+
"@codefresh-io/kube-integration": "1.31.0",
2222
"bluebird": "^3.5.4",
2323
"cookie-parser": "~1.4.3",
2424
"debug": "~2.6.9",
25-
"eslint-plugin-jest": "^22.3.0",
2625
"express": "4.17.3",
2726
"json-stream": "^1.0.0",
2827
"kubernetes-client": "9.0.0",
@@ -41,7 +40,8 @@
4140
"eslint-config-airbnb": "^17.1.0",
4241
"eslint-plugin-import": "^2.14.0",
4342
"eslint-plugin-jsx-a11y": "^6.1.2",
44-
"eslint-plugin-react": "^7.11.1"
43+
"eslint-plugin-react": "^7.11.1",
44+
"eslint-plugin-jest": "^22.3.0"
4545
},
4646
"repository": {
4747
"type": "git",
@@ -55,4 +55,4 @@
5555
},
5656
"homepage": "https://github.com/codefresh-io/cf-k8s-agent#readme",
5757
"description": ""
58-
}
58+
}

yarn.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -808,10 +808,10 @@
808808
request "^2.88.2"
809809
requestretry "^7.0.0"
810810

811-
"@codefresh-io/kube-integration@1.30.6":
812-
version "1.30.6"
813-
resolved "https://registry.yarnpkg.com/@codefresh-io/kube-integration/-/kube-integration-1.30.6.tgz#f32c20fd18270bb857bef8a3a72bada29151e366"
814-
integrity sha512-BY2gLf9CDIw9bTrFofU+Lo54mG6u41wetVVQRcQrXoJjX+dKgdBtOS+hG66+3BxnXKDRJ7iuyGm916o79+Xprg==
811+
"@codefresh-io/kube-integration@1.31.0":
812+
version "1.31.0"
813+
resolved "https://registry.yarnpkg.com/@codefresh-io/kube-integration/-/kube-integration-1.31.0.tgz#5c3262f2cc340df77d2d2cabfa0c6eaa89332e93"
814+
integrity sha512-bZA5iwqPEA5JUYPyXldpKKc1M0uHGxkulekD4uHCZebqeHEMmrmumpjum+sw0WvPYj6TQnI3MaN1hlkYWhp9MA==
815815
dependencies:
816816
"@codefresh-io/cf-monitor" "0.0.29"
817817
"@codefresh-io/docker-reference" "^0.0.5"
@@ -3469,9 +3469,9 @@ [email protected]:
34693469
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
34703470

34713471
follow-redirects@^1.14.0:
3472-
version "1.15.2"
3473-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
3474-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
3472+
version "1.15.6"
3473+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
3474+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
34753475

34763476
for-each@^0.3.3:
34773477
version "0.3.3"
@@ -4611,10 +4611,10 @@ [email protected]:
46114611
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.16.0.tgz#b15b0a85dfd4d930d43e69ed605943c802785076"
46124612
integrity sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==
46134613

4614-
jose@^4.1.4:
4615-
version "4.14.6"
4616-
resolved "https://registry.yarnpkg.com/jose/-/jose-4.14.6.tgz#94dca1d04a0ad8c6bff0998cdb51220d473cc3af"
4617-
integrity sha512-EqJPEUlZD0/CSUMubKtMaYUOtWe91tZXTWMJZoKSbLk+KtdhNdcvppH8lA9XwVu2V4Ailvsj0GBZJ2ZwDjfesQ==
4614+
jose@^4.15.5:
4615+
version "4.15.5"
4616+
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706"
4617+
integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==
46184618

46194619
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
46204620
version "4.0.0"
@@ -5239,7 +5239,7 @@ object-hash@^1.2.0:
52395239
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
52405240
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
52415241

5242-
object-hash@^2.0.1:
5242+
object-hash@^2.2.0:
52435243
version "2.2.0"
52445244
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
52455245
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
@@ -5299,7 +5299,7 @@ object.values@^1.1.5:
52995299
define-properties "^1.1.3"
53005300
es-abstract "^1.19.1"
53015301

5302-
oidc-token-hash@^5.0.1:
5302+
oidc-token-hash@^5.0.3:
53035303
version "5.0.3"
53045304
resolved "https://registry.yarnpkg.com/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz#9a229f0a1ce9d4fc89bcaee5478c97a889e7b7b6"
53055305
integrity sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==
@@ -5344,15 +5344,15 @@ onetime@^5.1.2:
53445344
dependencies:
53455345
mimic-fn "^2.1.0"
53465346

5347-
openid-client@5.1.6, openid-client@^3.14.0, openid-client@^5.1.6:
5348-
version "5.1.6"
5349-
resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.1.6.tgz#e5eb2032ecfdcfc108660b5c525910a14e352f11"
5350-
integrity sha512-HTFaXWdUHvLFw4GaEMgC0jXYBgpjgzQQNHW1pZsSqJorSgrXzxJ+4u/LWCGaClDEse5HLjXRV+zU5Bn3OefiZw==
5347+
openid-client@5.6.5, openid-client@^3.14.0, openid-client@^5.1.6:
5348+
version "5.6.5"
5349+
resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.6.5.tgz#c149ad07b9c399476dc347097e297bbe288b8b00"
5350+
integrity sha512-5P4qO9nGJzB5PI0LFlhj4Dzg3m4odt0qsJTfyEtZyOlkgpILwEioOhVVJOrS1iVH494S4Ee5OCjjg6Bf5WOj3w==
53515351
dependencies:
5352-
jose "^4.1.4"
5352+
jose "^4.15.5"
53535353
lru-cache "^6.0.0"
5354-
object-hash "^2.0.1"
5355-
oidc-token-hash "^5.0.1"
5354+
object-hash "^2.2.0"
5355+
oidc-token-hash "^5.0.3"
53565356

53575357
optionator@^0.8.1, optionator@^0.8.2:
53585358
version "0.8.3"

0 commit comments

Comments
 (0)