Skip to content

Commit 6eda181

Browse files
committed
fix: update jsonpath-plus to 10.3.0 across CRUD web apps (Security v1.11)
Signed-off-by: utruong309 <[email protected]>
1 parent 669de15 commit 6eda181

File tree

8 files changed

+234
-21
lines changed

8 files changed

+234
-21
lines changed

components/crud-web-apps/common/frontend/kubeflow-common-lib/package-lock.json

Lines changed: 57 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/crud-web-apps/common/frontend/kubeflow-common-lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"monaco-editor": "^0.33.0",
4848
"rxjs": "~7.4.0",
4949
"tslib": "^2.0.0",
50-
"zone.js": "~0.11.4"
50+
"zone.js": "~0.11.4",
51+
"jsonpath-plus": "10.3.0"
5152
},
5253
"devDependencies": {
5354
"@angular-devkit/build-angular": "~14.2.13",

components/crud-web-apps/jupyter/frontend/package-lock.json

Lines changed: 56 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/crud-web-apps/jupyter/frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"raw-loader": "^4.0.0",
5454
"rxjs": "~7.4.0",
5555
"tslib": "^2.0.0",
56-
"zone.js": "~0.11.4"
56+
"zone.js": "~0.11.4",
57+
"jsonpath-plus": "10.3.0"
5758
},
5859
"devDependencies": {
5960
"@angular-devkit/build-angular": "^14.2.13",

components/crud-web-apps/tensorboards/frontend/package-lock.json

Lines changed: 57 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/crud-web-apps/tensorboards/frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"rxjs": "~7.4.0",
5151
"tough-cookie": "4.1.3",
5252
"tslib": "^2.0.0",
53-
"zone.js": "~0.11.4"
53+
"zone.js": "~0.11.4",
54+
"jsonpath-plus": "10.3.0"
5455
},
5556
"devDependencies": {
5657
"@angular-devkit/build-angular": "^14.2.13",

0 commit comments

Comments
 (0)