Update dependency webpack to v5.46.0

This commit is contained in:
Renovate Bot 2021-07-22 10:42:48 +00:00
parent 0a0b05b3cf
commit 52f0d6fd0c
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 16 additions and 16 deletions

View File

@ -53,7 +53,7 @@
"speed-measure-webpack-plugin": "1.5.0",
"style-loader": "3.2.1",
"terser-webpack-plugin": "5.1.4",
"webpack": "5.45.1",
"webpack": "5.46.0",
"webpack-assets-manifest": "5.0.6",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2",
@ -6221,9 +6221,9 @@
}
},
"node_modules/webpack": {
"version": "5.45.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.45.1.tgz",
"integrity": "sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==",
"version": "5.46.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.46.0.tgz",
"integrity": "sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -6248,7 +6248,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0",
"webpack-sources": "^2.3.0"
"webpack-sources": "^2.3.1"
},
"bin": {
"webpack": "bin/webpack.js"
@ -6612,9 +6612,9 @@
}
},
"node_modules/webpack-sources": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.0.tgz",
"integrity": "sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
"integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
"dev": true,
"dependencies": {
"source-list-map": "^2.0.1",
@ -11429,9 +11429,9 @@
}
},
"webpack": {
"version": "5.45.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.45.1.tgz",
"integrity": "sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==",
"version": "5.46.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.46.0.tgz",
"integrity": "sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@ -11456,7 +11456,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0",
"webpack-sources": "^2.3.0"
"webpack-sources": "^2.3.1"
},
"dependencies": {
"acorn": {
@ -11718,9 +11718,9 @@
}
},
"webpack-sources": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.0.tgz",
"integrity": "sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
"integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
"dev": true,
"requires": {
"source-list-map": "^2.0.1",

View File

@ -58,7 +58,7 @@
"speed-measure-webpack-plugin": "1.5.0",
"style-loader": "3.2.1",
"terser-webpack-plugin": "5.1.4",
"webpack": "5.45.1",
"webpack": "5.46.0",
"webpack-assets-manifest": "5.0.6",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2",