diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json index bcbac443..fd3d408d 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -24,7 +24,7 @@ "eslint": "^6.1.0", "eslint-loader": "^2.2.1", "eslint-plugin-babel": "^5.3.0", - "eslint-plugin-jest": "^22.15.0", + "eslint-plugin-jest": "^22.15.1", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^1.7.0", @@ -41,7 +41,7 @@ "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.4.1", - "webpack": "^4.39.1", + "webpack": "^4.39.2", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.8.0" }, @@ -77,7 +77,7 @@ }, "dependencies": { "axios": "^0.19.0", - "core-js": "^3.2.0", + "core-js": "^3.2.1", "evil-icons": "^1.10.1", "moment": "^2.24.0", "qs": "^6.7.0", |