diff options
author | dependabot[bot] | 2023-03-13 21:59:04 +0000 |
---|---|---|
committer | vitalyster | 2023-03-14 02:11:13 +0300 |
commit | 7d35591e142a0ccc4ce87db6c166a5ef536295c9 (patch) | |
tree | 912eccd5a29277e956a360efee7eacf253212b14 /package-lock.json | |
parent | 3fffb4ac161b53bdcf0eadae76e47fdde6e2e596 (diff) |
build(deps-dev): bump webpack from 5.76.0 to 5.76.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.76.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 0a0ef89a..14740910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "style-loader": "^3.3.1", "stylelint": "^15.2.0", "stylelint-config-standard": "^30.0.1", - "webpack": "^5.76.0", + "webpack": "^5.76.1", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" } @@ -17674,9 +17674,9 @@ } }, "node_modules/webpack": { - "version": "5.76.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", - "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", + "version": "5.76.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -31002,9 +31002,9 @@ "dev": true }, "webpack": { - "version": "5.76.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", - "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", + "version": "5.76.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", |