Skip to content

Commit c3f1c77

Browse files
chore(deps-dev): bump webpack from 5.47.1 to 5.48.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.47.1 to 5.48.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.47.1...v5.48.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f6a24a8 commit c3f1c77

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"ts-loader": "^9.2.4",
8686
"typescript": "^4.3.5",
8787
"vscode-test": "^1.6.1",
88-
"webpack": "^5.47.1",
88+
"webpack": "^5.48.0",
8989
"webpack-cli": "^4.7.2",
9090
"xml2js": "^0.4.19"
9191
},

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,11 @@ abbrev@1, abbrev@~1.1.1:
636636
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
637637
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
638638

639+
acorn-import-assertions@^1.7.6:
640+
version "1.7.6"
641+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
642+
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
643+
639644
acorn-jsx@^5.3.1:
640645
version "5.3.1"
641646
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
@@ -6724,22 +6729,23 @@ webpack-merge@^5.7.3:
67246729
clone-deep "^4.0.1"
67256730
wildcard "^2.0.0"
67266731

6727-
webpack-sources@^3.1.1:
6728-
version "3.1.1"
6729-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.1.1.tgz#586d15bc9a9723765f6a735f672357d6402f9c57"
6730-
integrity sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==
6732+
webpack-sources@^3.2.0:
6733+
version "3.2.0"
6734+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
6735+
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
67316736

6732-
webpack@^5.47.1:
6733-
version "5.47.1"
6734-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.47.1.tgz#20fb7d76f68912a2249a6dd7ff16faa178049ad2"
6735-
integrity sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==
6737+
webpack@^5.48.0:
6738+
version "5.48.0"
6739+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.48.0.tgz#06180fef9767a6fd066889559a4c4d49bee19b83"
6740+
integrity sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==
67366741
dependencies:
67376742
"@types/eslint-scope" "^3.7.0"
67386743
"@types/estree" "^0.0.50"
67396744
"@webassemblyjs/ast" "1.11.1"
67406745
"@webassemblyjs/wasm-edit" "1.11.1"
67416746
"@webassemblyjs/wasm-parser" "1.11.1"
67426747
acorn "^8.4.1"
6748+
acorn-import-assertions "^1.7.6"
67436749
browserslist "^4.14.5"
67446750
chrome-trace-event "^1.0.2"
67456751
enhanced-resolve "^5.8.0"
@@ -6756,7 +6762,7 @@ webpack@^5.47.1:
67566762
tapable "^2.1.1"
67576763
terser-webpack-plugin "^5.1.3"
67586764
watchpack "^2.2.0"
6759-
webpack-sources "^3.1.1"
6765+
webpack-sources "^3.2.0"
67606766

67616767
which-module@^2.0.0:
67626768
version "2.0.0"

0 commit comments

Comments
 (0)