From 2775124d80f86466dbc0c3bcb227f489f35aab62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:07:58 -0400 Subject: [PATCH] chore(deps-dev): bump webpack from 5.24.2 to 5.26.3 (#2164) Bumps [webpack](https://github.com/webpack/webpack) from 5.24.2 to 5.26.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.2...v5.26.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 394f2bd4fe..d3b21cefb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "sinon": "^9.2.4", "ts-node": "^9.1.1", "typescript": "^4.2.3", - "webpack": "^5.24.2" + "webpack": "^5.26.3" }, "engines": { "node": ">=12.0.0" @@ -11438,9 +11438,9 @@ } }, "node_modules/webpack": { - "version": "5.24.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.2.tgz", - "integrity": "sha512-uxxKYEY4kMNjP+D2Y+8aw5Vd7ar4pMuKCNemxV26ysr1nk0YDiQTylg9U3VZIdkmI0YHa0uC8ABxL+uGxGWWJg==", + "version": "5.26.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.3.tgz", + "integrity": "sha512-z/F2lt2N1fZqaud1B4SzjL3OW03eULThbBXQ2OX4LSrZX4N9k1A5d0Rje3zS2g887DTWyAV0KGqEf64ois2dhg==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -11472,6 +11472,15 @@ }, "engines": { "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } } }, "node_modules/webpack-sources": { @@ -20883,9 +20892,9 @@ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" }, "webpack": { - "version": "5.24.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.24.2.tgz", - "integrity": "sha512-uxxKYEY4kMNjP+D2Y+8aw5Vd7ar4pMuKCNemxV26ysr1nk0YDiQTylg9U3VZIdkmI0YHa0uC8ABxL+uGxGWWJg==", + "version": "5.26.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.3.tgz", + "integrity": "sha512-z/F2lt2N1fZqaud1B4SzjL3OW03eULThbBXQ2OX4LSrZX4N9k1A5d0Rje3zS2g887DTWyAV0KGqEf64ois2dhg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index 2890b3d366..7764e3f35a 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,6 @@ "sinon": "^9.2.4", "ts-node": "^9.1.1", "typescript": "^4.2.3", - "webpack": "^5.24.2" + "webpack": "^5.26.3" } }