Skip to content

Commit 2abf46f

Browse files
Merge pull request #307 from mxenabled/wes/vulnerabilities
Wes/vulnerabilities
2 parents b60e33d + 00779bb commit 2abf46f

3 files changed

Lines changed: 83 additions & 2 deletions

File tree

.github/workflows/audit.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: NPM Audit
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
NPM-Audit:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v2
13+
with:
14+
node-version: "lts/*"
15+
16+
- name: Run npm audit
17+
run: npm audit --audit-level=high

package-lock.json

Lines changed: 65 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
},
123123
"volta": {
124124
"node": "24.14.0",
125-
"npm": "11.9.0"
125+
"npm": "11.12.1"
126126
},
127127
"config": {
128128
"commitizen": {

0 commit comments

Comments
 (0)