diff options
author | dependabot[bot] | 2021-04-26 09:18:53 +0000 |
---|---|---|
committer | vitalyster | 2021-04-27 07:48:42 +0300 |
commit | 3068f8353e851a26c9ab2b777e9b457d744c7c07 (patch) | |
tree | 702caecf7644d635917d682798399497d8caf197 | |
parent | a10c01105d1fde1e6a88aaf730adf1e73cbe3031 (diff) |
Bump webpack from 5.35.0 to 5.35.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.35.0 to 5.35.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.35.0...v5.35.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index b7cd3d94..58ffcbdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7812,9 +7812,9 @@ } }, "webpack": { - "version": "5.35.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz", - "integrity": "sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.1.tgz", + "integrity": "sha512-uWKYStqJ23+N6/EnMEwUjPSSKUG1tFmcuKhALEh/QXoUxwN8eb3ATNIZB38A+fO6QZ0xfc7Cu7KNV9LXNhDCsw==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", @@ -7849,9 +7849,9 @@ "dev": true }, "acorn": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.1.1.tgz", - "integrity": "sha512-xYiIVjNuqtKXMxlRMDc6mZUhXehod4a3gbZ1qRlM7icK4EbxUFNLhWoPblCvFtB2Y9CIqHP3CF/rdxLItaQv8g==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.2.1.tgz", + "integrity": "sha512-z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SMfyhCCfCJ3HmTL0NkVOi+8a/55T7YB3bg==", "dev": true }, "schema-utils": { diff --git a/package.json b/package.json index 62a0c27d..f1d56298 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.7", "stylelint": "^13.13.0", "stylelint-config-standard": "^21.0.0", - "webpack": "^5.35.0", + "webpack": "^5.35.1", "webpack-cli": "^4.6.0" }, "dependencies": { |