Skip to content

Commit b547f63

Browse files
Bump webpack from 5.15.0 to 5.17.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.15.0 to 5.17.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.15.0...v5.17.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ba377ab commit b547f63

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ts-node": "9.1.1",
5151
"tsconfig-paths": "3.9.0",
5252
"typescript": "4.1.3",
53-
"webpack": "5.15.0",
53+
"webpack": "5.17.0",
5454
"webpack-cli": "4.1.0",
5555
"webpack-dev-server": "3.11.2",
5656
"webpack-merge": "5.7.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,10 +1051,10 @@
10511051
"@types/estree" "*"
10521052
"@types/json-schema" "*"
10531053

1054-
"@types/estree@*", "@types/estree@^0.0.45":
1055-
version "0.0.45"
1056-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
1057-
integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==
1054+
"@types/estree@*", "@types/estree@^0.0.46":
1055+
version "0.0.46"
1056+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
1057+
integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
10581058

10591059
"@types/events@*":
10601060
version "3.0.0"
@@ -8263,13 +8263,13 @@ webpack-sources@^2.1.1:
82638263
source-list-map "^2.0.1"
82648264
source-map "^0.6.1"
82658265

8266-
webpack@5.15.0:
8267-
version "5.15.0"
8268-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.15.0.tgz#63d7b6228a4e15ee8c89899c2cfdd993e809bdd2"
8269-
integrity sha512-y/xG+ONDz78yn3VvP6gAvGr1/gkxOgitvHSXBmquyN8KDtrGEyE3K9WkXOPB7QmfcOBCpO4ELXwNcCYQnEmexA==
8266+
webpack@5.17.0:
8267+
version "5.17.0"
8268+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.17.0.tgz#e92aebad45be25f86f788dc72fc11daacdcfd55d"
8269+
integrity sha512-R+IdNEaYcYaACpXZOt7reyc8txBK7J06lOPkX1SbgmeoAnUbyBZivJIksrDBnmMA3wlTWvPcX7DubxELyPB8rA==
82708270
dependencies:
82718271
"@types/eslint-scope" "^3.7.0"
8272-
"@types/estree" "^0.0.45"
8272+
"@types/estree" "^0.0.46"
82738273
"@webassemblyjs/ast" "1.11.0"
82748274
"@webassemblyjs/wasm-edit" "1.11.0"
82758275
"@webassemblyjs/wasm-parser" "1.11.0"

0 commit comments

Comments
 (0)