Skip to content

Commit

Permalink
Address npm vulnerabilities (digital-asset#9978)
Browse files Browse the repository at this point in the history
Nothing sensible we can do about ws than force a newer version. It’s
pulled in via transitive deps that don’t have newer versions yet.

For glob-parent we can do something more sensible by bumping grunt-browserify.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jun 14, 2021
1 parent d7d6e37 commit 85667af
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 223 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"express-session": "^1.15.6",
"grunt": "^1.4.0",
"grunt-banner": "0.6.0",
"grunt-browserify": "5.3.0",
"grunt-browserify": "6.0.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-connect": "2.0.0",
Expand All @@ -37,5 +37,8 @@
"devDependencies": {
"@bazel/hide-bazel-files": "1.7.0",
"@bazel/typescript": "3.4.2"
},
"resolutions": {
"ws": "^7.4.6"
}
}
Loading

0 comments on commit 85667af

Please sign in to comment.