diff options
author | dependabot[bot] | 2021-07-16 21:10:47 +0000 |
---|---|---|
committer | vitalyster | 2021-07-17 00:33:59 +0300 |
commit | 7ee48102bd4e9da06ff388cce6f1ecf51cea8820 (patch) | |
tree | f457d4bc629c4da82535270d3bdb6812c770613e | |
parent | 9b304c8a307d45286652c6931f365df598542f03 (diff) |
Bump webpack from 5.44.0 to 5.45.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.44.0 to 5.45.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.44.0...v5.45.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index c4ad9626..97447293 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7908,9 +7908,9 @@ } }, "webpack": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.44.0.tgz", - "integrity": "sha512-I1S1w4QLoKmH19pX6YhYN0NiSXaWY8Ou00oA+aMcr9IUGeF5azns+IKBkfoAAG9Bu5zOIzZt/mN35OffBya8AQ==", + "version": "5.45.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.45.1.tgz", + "integrity": "sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -7931,7 +7931,7 @@ "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.0.0", + "schema-utils": "^3.1.0", "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", "watchpack": "^2.2.0", diff --git a/package.json b/package.json index 337ce5bd..abd9e4cf 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.7", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.44.0", + "webpack": "^5.45.1", "webpack-cli": "^4.7.2" }, "dependencies": { |