File tree 2 files changed +19
-2
lines changed
kubeflow-centraldashboard
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : kubeflow-centraldashboard
3
3
version : 1.9.2
4
- epoch : 2
4
+ epoch : 3
5
5
description : Landing page and central dashboard for Kubeflow deployments
6
6
copyright :
7
7
- license : MIT
@@ -30,6 +30,10 @@ pipeline:
30
30
tag : v${{package.version}}
31
31
expected-commit : 315ee7e305e8b7485c975283fb7e5751d21f267d
32
32
33
+ - uses : patch
34
+ with :
35
+ patches : GHSA-rhx6-c78j-4q9w.patch
36
+
33
37
- working-directory : components/centraldashboard
34
38
runs : |
35
39
# Create "overrides" section of package.json
@@ -54,7 +58,6 @@ pipeline:
54
58
"follow-redirects": "^1.15.6",
55
59
"express": "^4.20.0",
56
60
"@grpc/grpc-js": "^1.10.9",
57
- "path-to-regexp": "0.1.10",
58
61
"serve-static": "^1.16.0",
59
62
"cookie": "0.7.0",
60
63
"jsonpath-plus": "10.0.7"
Original file line number Diff line number Diff line change
1
+ diff --git a/components/centraldashboard/package.json b/components/centraldashboard/package.json
2
+ index a8f2e45..b9c3d12 100644
3
+ --- a/components/centraldashboard/package.json
4
+ +++ b/components/centraldashboard/package.json
5
+ @@ -258,7 +258,8 @@
6
+ },
7
+ "overrides": {
8
+ "pug-loader": {
9
+ - "pug": "^3.0.1"
10
+ + "pug": "^3.0.1",
11
+ + "path-to-regexp": "0.1.12"
12
+ }
13
+ }
14
+ }
You can’t perform that action at this time.
0 commit comments