chore(deps-dev): bump webpack from 5.26.3 to 5.27.0 (#961)

Bumps [webpack](https://github.com/webpack/webpack) from 5.26.3 to 5.27.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-19 22:18:47 +01:00 committed by GitHub
parent a82febb894
commit b6b441c100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -30,7 +30,7 @@
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.26.3",
"webpack": "^5.27.0",
"webpack-cli": "^4.5.0"
},
"engines": {
@ -3106,9 +3106,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.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.0.tgz",
"integrity": "sha512-So7grHu//UyJ+80VrNHjWwW6WSZkfWWD6a7NV/88r8G92PO6TYOGzbtTiZBwbPVkx6LVP8OYvHD+IxuJ2KBz4g==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -5750,9 +5750,9 @@
}
},
"webpack": {
"version": "5.26.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.26.3.tgz",
"integrity": "sha512-z/F2lt2N1fZqaud1B4SzjL3OW03eULThbBXQ2OX4LSrZX4N9k1A5d0Rje3zS2g887DTWyAV0KGqEf64ois2dhg==",
"version": "5.27.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.0.tgz",
"integrity": "sha512-So7grHu//UyJ+80VrNHjWwW6WSZkfWWD6a7NV/88r8G92PO6TYOGzbtTiZBwbPVkx6LVP8OYvHD+IxuJ2KBz4g==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View file

@ -196,7 +196,7 @@
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.26.3",
"webpack": "^5.27.0",
"webpack-cli": "^4.5.0"
},
"engines": {