Skip to content

Commit a23841a

Browse files
Merge pull request #917 from Gomah/dependabot/npm_and_yarn/webpack-5.46.0
2 parents 5cb8351 + 89bda56 commit a23841a

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
@@ -11018,18 +11018,18 @@ webpack-node-externals@^3.0.0:
1101811018
resolved "https://registry.yarnpkg.com/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz#1a3407c158d547a9feb4229a9e3385b7b60c9917"
1101911019
integrity sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==
1102011020

11021-
webpack-sources@^2.3.0:
11022-
version "2.3.0"
11023-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
11024-
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
11021+
webpack-sources@^2.3.1:
11022+
version "2.3.1"
11023+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
11024+
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
1102511025
dependencies:
1102611026
source-list-map "^2.0.1"
1102711027
source-map "^0.6.1"
1102811028

11029-
webpack@^5.45.1:
11030-
version "5.45.1"
11031-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
11032-
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
11029+
webpack@^5.46.0:
11030+
version "5.46.0"
11031+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
11032+
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
1103311033
dependencies:
1103411034
"@types/eslint-scope" "^3.7.0"
1103511035
"@types/estree" "^0.0.50"
@@ -11053,7 +11053,7 @@ webpack@^5.45.1:
1105311053
tapable "^2.1.1"
1105411054
terser-webpack-plugin "^5.1.3"
1105511055
watchpack "^2.2.0"
11056-
webpack-sources "^2.3.0"
11056+
webpack-sources "^2.3.1"
1105711057

1105811058
1105911059
version "1.0.31"

0 commit comments

Comments
 (0)