Skip to content

Commit e42fd72

Browse files
Bump webpack from 5.16.0 to 5.18.0 (#56)
Bumps [webpack](https://github.com/webpack/webpack) from 5.16.0 to 5.18.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.16.0...v5.18.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e7476c commit e42fd72

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
@@ -18,7 +18,7 @@
1818
"terser-webpack-plugin": "5.1.1",
1919
"ts-loader": "8.0.14",
2020
"typescript": "4.1.3",
21-
"webpack": "5.16.0",
21+
"webpack": "5.18.0",
2222
"webpack-cli": "4.3.1"
2323
}
2424
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@types/estree" "*"
4040
"@types/json-schema" "*"
4141

42-
"@types/estree@*", "@types/estree@^0.0.45":
43-
version "0.0.45"
44-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
45-
integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==
42+
"@types/estree@*", "@types/estree@^0.0.46":
43+
version "0.0.46"
44+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
45+
integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
4646

4747
"@types/json-schema@*", "@types/json-schema@^7.0.6":
4848
version "7.0.6"
@@ -1223,13 +1223,13 @@ webpack-sources@^2.1.1:
12231223
source-list-map "^2.0.1"
12241224
source-map "^0.6.1"
12251225

1226-
webpack@5.16.0:
1227-
version "5.16.0"
1228-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.16.0.tgz#796e093c2d92c229f013aefefde82b50c0572570"
1229-
integrity sha512-QOkctcjYfEGxcYg4AzPJafyAQ7ANc266/URkX881uFA7b2k31E0Dmpy1ExfppHOTp1kHDTsRh9sXojVUvgPF0g==
1226+
webpack@5.18.0:
1227+
version "5.18.0"
1228+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.18.0.tgz#bbcf13094aa0da0534d513f27d7ee72d74e499c6"
1229+
integrity sha512-RmiP/iy6ROvVe/S+u0TrvL/oOmvP+2+Bs8MWjvBwwY/j82Q51XJyDJ75m0QAGntL1Wx6B//Xc0+4VPP/hlNHmw==
12301230
dependencies:
12311231
"@types/eslint-scope" "^3.7.0"
1232-
"@types/estree" "^0.0.45"
1232+
"@types/estree" "^0.0.46"
12331233
"@webassemblyjs/ast" "1.11.0"
12341234
"@webassemblyjs/wasm-edit" "1.11.0"
12351235
"@webassemblyjs/wasm-parser" "1.11.0"

0 commit comments

Comments
 (0)