Skip to content

Commit

Permalink
Update jsonpath-plus to the latest (che-incubator#428)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
azatsarynnyy authored and RomanNikitenko committed Oct 15, 2024
1 parent b0f2aa3 commit 105c414
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion code/extensions/che-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@devfile/api": "^2.3.0-1723034342",
"axios": "^1.7.4",
"@kubernetes/client-node": "^0.21.0",
"@kubernetes/client-node": "^0.22.0",
"fs-extra": "^11.2.0",
"inversify": "^6.0.2",
"js-yaml": "^4.1.0",
Expand All @@ -48,6 +48,9 @@
"ts-jest": "^27.1.2",
"webpack-node-externals": "^3.0.0"
},
"resolutions": {
"jsonpath-plus": "10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/che-incubator/che-code.git"
Expand Down
5 changes: 4 additions & 1 deletion code/extensions/che-github-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"inversify": "^6.0.2",
"@devfile/api": "^2.3.0-1723034342",
"@kubernetes/client-node": "^0.21.0",
"@kubernetes/client-node": "^0.22.0",
"uuid": "8.1.0",
"@vscode/extension-telemetry": "0.7.5",
"vscode-nls": "^5.0.0",
Expand All @@ -66,6 +66,9 @@
"@types/uuid": "8.0.0",
"webpack-node-externals": "^3.0.0"
},
"resolutions": {
"jsonpath-plus": "10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/che-incubator/che-code.git"
Expand Down
5 changes: 4 additions & 1 deletion code/extensions/che-resource-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@devfile/api": "^2.3.0-1723034342",
"@kubernetes/client-node": "^0.21.0",
"@kubernetes/client-node": "^0.22.0",
"got": "11.8.0",
"inversify": "^6.0.2",
"reflect-metadata": "^0.2.2",
Expand All @@ -46,6 +46,9 @@
"jest": "27.3.1",
"ts-jest": "^27.1.4"
},
"resolutions": {
"jsonpath-plus": "10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/che-incubator/che-code.git"
Expand Down

0 comments on commit 105c414

Please sign in to comment.