Skip to content

Commit 3297316

Browse files
authored
fix the js-yaml vulnerability and node-forge (#446)
1 parent d388b67 commit 3297316

File tree

7 files changed

+11
-61
lines changed

7 files changed

+11
-61
lines changed

.github/workflows/post-merge-admin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- release-*
1212
paths:
1313
- 'apps/admin/**'
14+
- 'package-lock.json'
1415
workflow_dispatch:
1516

1617
permissions:

.github/workflows/post-merge-app-orch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- release-*
1212
paths:
1313
- 'apps/app-orch/**'
14+
- 'package-lock.json'
1415
workflow_dispatch:
1516

1617
permissions:

.github/workflows/post-merge-cluster-orch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- release-*
1212
paths:
1313
- 'apps/cluster-orch/**'
14+
- 'package-lock.json'
1415
workflow_dispatch:
1516

1617
permissions:

.github/workflows/post-merge-infra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- release-*
1212
paths:
1313
- 'apps/infra/**'
14+
- 'package-lock.json'
1415
workflow_dispatch:
1516

1617
permissions:

.github/workflows/post-merge-root.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- release-*
1212
paths:
1313
- 'apps/root/**'
14+
- 'package-lock.json'
1415
workflow_dispatch:
1516

1617
permissions:

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,8 @@
144144
"apps\\infra\\public",
145145
"apps\\root\\public"
146146
]
147+
},
148+
"overrides": {
149+
"js-yaml": "^4.1.1"
147150
}
148151
}

0 commit comments

Comments
 (0)