Skip to content

Commit bcd6ba3

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 9110977 commit bcd6ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"husky": "^4.3.0",
5050
"lerna": "^3.22.1",
5151
"prettier": "^2.0.5",
52-
"rimraf": "^3.0.2"
52+
"rimraf": "^4.3.1"
5353
},
5454
"devDependencies": {
5555
"wsrun": "^5.2.4"

0 commit comments

Comments
 (0)