Skip to content

Commit

Permalink
Merge pull request #2435 from nordic-institute/CVE-2024-21538
Browse files Browse the repository at this point in the history
chore: fix npm vulneribility
  • Loading branch information
ovidijusnortal authored Nov 18, 2024
2 parents aeb0383 + 3519c9f commit 0676a0d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
5 changes: 3 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"eslint-plugin-vuetify": "^2.4.0",
"eslint-plugin-vuetify": "^2.5.1",
"happy-dom": "^15.11.6",
"license-check-and-add": "~4.0.5",
"mkdirp": "^3.0.1",
Expand All @@ -43,7 +43,8 @@
},
"pnpm": {
"overrides": {
"semver": "^7.5.3"
"semver": "^7.5.3",
"cross-spawn": "7.0.5"
}
},
"packageManager": "pnpm@9.12.2",
Expand Down
25 changes: 13 additions & 12 deletions src/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0676a0d

Please sign in to comment.