Skip to content

Commit a010ab9

Browse files
CR-20460 security fix
1 parent bcda700 commit a010ab9

File tree

2 files changed

+1385
-501
lines changed

2 files changed

+1385
-501
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,17 @@
88
"lint": "eslint ."
99
},
1010
"resolutions": {
11-
"**/openid-client": "^4.9.0",
11+
"**/openid-client": "5.1.6",
1212
"lodash": "4.17.21",
13-
"node-forge": "1.3.0",
14-
"normalize-url": "4.5.1",
1513
"underscore": "1.12.1",
16-
"newrelic": "^8.0.0",
17-
"mongoose": "6.4.6",
1814
"http-cache-semantics": "4.1.1",
19-
"jsonwebtoken": "9.0.0",
20-
"xml2js": "0.5.0",
2115
"semver": "7.5.2",
22-
"protobufjs": "7.2.4",
2316
"ajv": "6.12.3",
2417
"word-wrap": "1.2.4",
2518
"tough-cookie": "4.1.3"
2619
},
2720
"dependencies": {
28-
"@codefresh-io/kube-integration": "1.26.4",
21+
"@codefresh-io/kube-integration": "1.30.6",
2922
"bluebird": "^3.5.4",
3023
"cookie-parser": "~1.4.3",
3124
"debug": "~2.6.9",

0 commit comments

Comments
 (0)