Skip to content

Commit 1c5eef7

Browse files
fix: package.json to reduce vulnerabilities (#589)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 Co-authored-by: snyk-bot <[email protected]>
1 parent 47e50dd commit 1c5eef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@types/dotenv": "^8.2.0",
1414
"@types/express": "^4.17.11",
1515
"@types/fscreen": "^1.0.1",
16-
"@types/jest": "^24.9.1",
16+
"@types/jest": "^25.1.0",
1717
"@types/linkify-it": "^3.0.0",
1818
"@types/lodash.throttle": "^4.1.6",
1919
"@types/node": "^12.12.26",
2020
"@types/react": "^16.9.19",
2121
"@types/react-dom": "^16.9.5",
2222
"@types/react-router-dom": "^5.1.3",
23-
"concurrently": "^5.1.0",
23+
"concurrently": "^6.0.0",
2424
"copyfiles": "2.4.1",
2525
"cross-env": "^7.0.2",
2626
"d3-timer": "^1.0.10",

0 commit comments

Comments
 (0)