diff --git a/package-lock.json b/package-lock.json index 838620e8..10635238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-preset-japanese": "^10.0.3", "textlint-rule-preset-jtf-style": "^2.3.14", - "webpack": "^5.92.1", + "webpack": "^5.93.0", "webpack-cli": "^5.1.1", "webpack-merge": "^5.10.0" } @@ -6215,9 +6215,9 @@ } }, "node_modules/webpack": { - "version": "5.92.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", - "integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", + "version": "5.93.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", + "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", diff --git a/package.json b/package.json index a75827bd..acb9781d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-preset-japanese": "^10.0.3", "textlint-rule-preset-jtf-style": "^2.3.14", - "webpack": "^5.92.1", + "webpack": "^5.93.0", "webpack-cli": "^5.1.1", "webpack-merge": "^5.10.0" },