Skip to content

Commit

Permalink
fix: packages/ts-scripts/package.json to reduce vulnerabilities (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay and snyk-bot authored Mar 10, 2021
1 parent 2f3cec2 commit 8d6facd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ts-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^5.3.0",
"copy-webpack-plugin": "5.1.2",
"copy-webpack-plugin": "6.0.0",
"core-js": "^3.9.1",
"cross-env": "^6.0.3",
"css-loader": "^3.6.0",
Expand All @@ -55,17 +55,17 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-svelte3": "^2.7.3",
"eslint-webpack-plugin": "^2.5.2",
"favicons-webpack-plugin": "^2.1.0",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.5.2",
"husky": "^4.3.8",
"isomorphic-fetch": "^2.2.1",
"isomorphic-fetch": "^3.0.0",
"jest": "^26.6.3",
"jest-config": "^26.6.3",
"jest-coverage-badges": "^1.1.2",
"jest-fetch-mock": "^2.1.2",
"jest-fetch-mock": "^3.0.0",
"jest-transform-graphql": "^2.1.0",
"linaria": "^2.0.2",
"mini-css-extract-plugin": "^0.7.0",
Expand Down

0 comments on commit 8d6facd

Please sign in to comment.