diff options
author | dependabot[bot] | 2021-08-11 17:07:49 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 644a455a81b3427c03587e692741c731e201224f (patch) | |
tree | ae624333659e772fb545e6fb06f8be58d62d9d82 /vnext/package-lock.json | |
parent | 36e199583c976a59bdbc95ab87bae596f737f616 (diff) |
Bump webpack from 5.49.0 to 5.50.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.49.0 to 5.50.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.49.0...v5.50.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r-- | vnext/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index e7831331..9b9669b7 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -17070,9 +17070,9 @@ "dev": true }, "webpack": { - "version": "5.49.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.49.0.tgz", - "integrity": "sha512-XarsANVf28A7Q3KPxSnX80EkCcuOer5hTOEJWJNvbskOZ+EK3pobHarGHceyUZMxpsTHBHhlV7hiQyLZzGosYw==", + "version": "5.50.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.50.0.tgz", + "integrity": "sha512-hqxI7t/KVygs0WRv/kTgUW8Kl3YC81uyWQSo/7WUs5LsuRw0htH/fCwbVBGCuiX/t4s7qzjXFcf41O8Reiypag==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", |