Skip to content

Commit

Permalink
build: FORMS-1689 fix cross-spawn vulnerability (#1566)
Browse files Browse the repository at this point in the history
* build: FORMS-1689 fix cross-spawn vulnerability

First step is to remove the pre-commit since it isn't even working.

* build: update the cross-spawn dependency

This is used by webpack-cli. We're two major versions behind on it, but let's leave it for now.
  • Loading branch information
WalterMoar authored Jan 8, 2025
1 parent 51fa134 commit 9162d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 125 deletions.
125 changes: 4 additions & 121 deletions components/package-lock.json

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

4 changes: 0 additions & 4 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"purge": "rm -rf node_modules",
"lint": "tslint -p ."
},
"pre-commit": [
"lint"
],
"files": [
"dist",
"lib"
Expand All @@ -60,7 +57,6 @@
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-template": "^5.0.0",
"pre-commit": "^1.2.2",
"sass": "^1.62.0",
"tslint": "^6.1.3",
"typescript": "^4.7.4",
Expand Down

0 comments on commit 9162d3d

Please sign in to comment.