diff options
author | dependabot[bot] | 2020-12-16 07:12:07 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | faf168bc76322621498f1ceff565bd87086ae923 (patch) | |
tree | 89a0cc1dbb0406df22778889a0cb2274f8c7d97e | |
parent | fdf3002ffd6b801050731df04709e507899621a7 (diff) |
Bump webpack from 5.10.1 to 5.10.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.1 to 5.10.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.1...v5.10.3)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 0fefdfbc..d82c5328 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -16193,9 +16193,9 @@ "dev": true }, "webpack": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.10.1.tgz", - "integrity": "sha512-mHu4iM2mW7d/8R91VPPNtUCNd1D8k51TTb4e0XjylapIR6WEmW8XUTBZq8TqmShj9XYxVXJn6AzKlWnrlty6DA==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.10.3.tgz", + "integrity": "sha512-KFPEbpNKfNU4t2CDsUZJ7KpuUbzDqGUCZqLmz4667KSUWMc9BuR3a8jpa72Emv7JUbdGwISD9OZjoI9S5BnHig==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/vnext/package.json b/vnext/package.json index 2d4a8a00..8d886d5b 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^5.10.1", + "webpack": "^5.10.3", "webpack-cli": "^4.2.0", "webpack-dev-server": "^3.11.0" }, |