diff options
author | dependabot[bot] | 2021-03-22 08:56:49 +0000 |
---|---|---|
committer | vitalyster | 2021-03-22 12:09:06 +0300 |
commit | f2a03cf99832df716a07a249ffcb121509a9869d (patch) | |
tree | bca13c0fe1da5c356eaeb91d55c96f8a70efb697 | |
parent | 232e4e6fd1fb095d0e29ed8bed03caa9f108a2a6 (diff) |
Bump webpack from 5.26.3 to 5.27.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.3 to 5.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index cf0e37df..bf98fc87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "stylelint": "^13.11.0", "stylelint-config-standard": "^21.0.0", "url-loader": "^4.1.1", - "webpack": "^5.26.3", + "webpack": "^5.27.1", "webpack-cli": "^4.5.0" } }, @@ -8215,9 +8215,9 @@ } }, "node_modules/webpack": { - "version": "5.26.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.3.tgz", - "integrity": "sha512-z/F2lt2N1fZqaud1B4SzjL3OW03eULThbBXQ2OX4LSrZX4N9k1A5d0Rje3zS2g887DTWyAV0KGqEf64ois2dhg==", + "version": "5.27.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.1.tgz", + "integrity": "sha512-rxIDsPZ3Apl3JcqiemiLmWH+hAq04YeOXqvCxNZOnTp8ZgM9NEPtbu4CaMfMEf9KShnx/Ym8uLGmM6P4XnwCoA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -15302,9 +15302,9 @@ } }, "webpack": { - "version": "5.26.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.3.tgz", - "integrity": "sha512-z/F2lt2N1fZqaud1B4SzjL3OW03eULThbBXQ2OX4LSrZX4N9k1A5d0Rje3zS2g887DTWyAV0KGqEf64ois2dhg==", + "version": "5.27.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.1.tgz", + "integrity": "sha512-rxIDsPZ3Apl3JcqiemiLmWH+hAq04YeOXqvCxNZOnTp8ZgM9NEPtbu4CaMfMEf9KShnx/Ym8uLGmM6P4XnwCoA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index e03bb4df..7e27321e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "stylelint": "^13.11.0", "stylelint-config-standard": "^21.0.0", "url-loader": "^4.1.1", - "webpack": "^5.26.3", + "webpack": "^5.27.1", "webpack-cli": "^4.5.0" }, "dependencies": { |