aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json4
-rw-r--r--yarn.lock17
2 files changed, 10 insertions, 11 deletions
diff --git a/package.json b/package.json
index 4121dbd..169f82a 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"smoothscroll-polyfill": "0.4.4",
"swc-loader": "0.1.12",
"typescript": "4.1.3",
- "webpack": "5.18.0",
+ "webpack": "5.20.0",
"webpack-cli": "4.4.0",
"webpack-manifest-plugin": "3.0.0",
"workbox-webpack-plugin": "6.1.0"
@@ -62,7 +62,7 @@
"@swc/jest": "0.1.2",
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.5",
- "@testing-library/user-event": "12.6.2",
+ "@testing-library/user-event": "12.6.3",
"@types/jest": "26.0.20",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
diff --git a/yarn.lock b/yarn.lock
index 9a10b2b..d5610de 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1925,10 +1925,10 @@
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"
-"@testing-library/[email protected]":
- version "12.6.2"
- resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.6.2.tgz#accce6be0353be38e07bce55b31232d89ae10bc2"
- integrity sha512-4OsiTSo2vbQm+eOnm1un8b9i2Re4mn+D7d7ET6HXtzYKY7vPe3O01iYKRmSW9vS5mNrQcCLwvRhVq1gWs5YGKA==
+"@testing-library/[email protected]":
+ version "12.6.3"
+ resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.6.3.tgz#4a77c56a48823cf8adebd0f57670e4a89c24d058"
+ integrity sha512-PCmbUKofE4SXA7l8jphZAbvv5H3c4ix34xPZ/GNe99fASX//msJRgiMbHIBP+GwRfgVG9c7zmkODSPu2X2vNRw==
dependencies:
"@babel/runtime" "^7.12.5"
@@ -9083,10 +9083,10 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0:
source-list-map "^2.0.1"
source-map "^0.6.1"
- version "5.18.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.18.0.tgz#bbcf13094aa0da0534d513f27d7ee72d74e499c6"
- integrity sha512-RmiP/iy6ROvVe/S+u0TrvL/oOmvP+2+Bs8MWjvBwwY/j82Q51XJyDJ75m0QAGntL1Wx6B//Xc0+4VPP/hlNHmw==
+ version "5.20.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.0.tgz#7225c2e780f4332aef18e0b323b8b3ec01e16d66"
+ integrity sha512-k7X/+gisrvirr4bzv8JVLzy2RhWiVzd3gA9qzS5je3lwqYrMc5F549vLOk34BoNkkUp4SIpt1rQp48pTxBMXvA==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.46"
@@ -9106,7 +9106,6 @@ [email protected]:
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
- pkg-dir "^5.0.0"
schema-utils "^3.0.0"
tapable "^2.1.1"
terser-webpack-plugin "^5.1.1"