Skip to content

Commit f27cf6b

Browse files
committed
fix: dataCompilation/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150
1 parent 2bab33d commit f27cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataCompilation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"csv": "~0.3.7",
99
"underscore": "~1.6.0",
1010
"underscore.string": "~2.3.3",
11-
"jsdom": "~4.5.2"
11+
"jsdom": "~16.6.0"
1212
},
1313
"devDependencies": {},
1414
"keywords": [

0 commit comments

Comments
 (0)