Skip to content

Commit 89bda56

Browse files
chore(deps-dev): bump webpack from 5.45.1 to 5.46.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.45.1 to 5.46.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.45.1...v5.46.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0a00d8c commit 89bda56

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"ts-node": "^9.1.1",
8080
"ts-node-dev": "^1.1.8",
8181
"typescript": "4.3.5",
82-
"webpack": "^5.45.1",
82+
"webpack": "^5.46.0",
8383
"webpack-cli": "^4.3.0",
8484
"webpack-node-externals": "^3.0.0"
8585
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -11013,18 +11013,18 @@ webpack-node-externals@^3.0.0:
1101311013
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz#1a3407c158d547a9feb4229a9e3385b7b60c9917"
1101411014
integrity sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==
1101511015

11016-
webpack-sources@^2.3.0:
11017-
version "2.3.0"
11018-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
11019-
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
11016+
webpack-sources@^2.3.1:
11017+
version "2.3.1"
11018+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
11019+
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
1102011020
dependencies:
1102111021
source-list-map "^2.0.1"
1102211022
source-map "^0.6.1"
1102311023

11024-
webpack@^5.45.1:
11025-
version "5.45.1"
11026-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
11027-
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
11024+
webpack@^5.46.0:
11025+
version "5.46.0"
11026+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
11027+
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
1102811028
dependencies:
1102911029
"@types/eslint-scope" "^3.7.0"
1103011030
"@types/estree" "^0.0.50"
@@ -11048,7 +11048,7 @@ webpack@^5.45.1:
1104811048
tapable "^2.1.1"
1104911049
terser-webpack-plugin "^5.1.3"
1105011050
watchpack "^2.2.0"
11051-
webpack-sources "^2.3.0"
11051+
webpack-sources "^2.3.1"
1105211052

1105311053
1105411054
version "1.0.31"

0 commit comments

Comments
 (0)