Skip to content

Commit c889e84

Browse files
Bump webpack from 5.91.0 to 5.94.0 in the npm_and_yarn group (#1285)
Bumps the npm_and_yarn group with 1 update: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.91.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.91.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jason Basuil <[email protected]>
1 parent 6888e6f commit c889e84

File tree

2 files changed

+59
-4
lines changed

2 files changed

+59
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"storybook-addon-designs": "6.3.1",
164164
"style-loader": "^1.3.0",
165165
"typescript": "^5.5.4",
166-
"webpack": "^5.91.0",
166+
"webpack": "^5.94.0",
167167
"yalc": "^1.0.0-pre.53"
168168
},
169169
"resolutions": {

yarn.lock

Lines changed: 58 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4842,7 +4842,7 @@ __metadata:
48424842
tippy.js: "npm:^6.3.7"
48434843
typescript: "npm:^5.5.4"
48444844
uuid: "npm:^7.0.3"
4845-
webpack: "npm:^5.91.0"
4845+
webpack: "npm:^5.94.0"
48464846
yalc: "npm:^1.0.0-pre.53"
48474847
peerDependencies:
48484848
"@fortawesome/fontawesome-svg-core": ^6.5.1
@@ -5112,6 +5112,15 @@ __metadata:
51125112
languageName: node
51135113
linkType: hard
51145114

5115+
"acorn-import-attributes@npm:^1.9.5":
5116+
version: 1.9.5
5117+
resolution: "acorn-import-attributes@npm:1.9.5"
5118+
peerDependencies:
5119+
acorn: ^8
5120+
checksum: 10c0/5926eaaead2326d5a86f322ff1b617b0f698aa61dc719a5baa0e9d955c9885cc71febac3fb5bacff71bbf2c4f9c12db2056883c68c53eb962c048b952e1e013d
5121+
languageName: node
5122+
linkType: hard
5123+
51155124
"acorn-jsx@npm:^5.3.1, acorn-jsx@npm:^5.3.2":
51165125
version: 5.3.2
51175126
resolution: "acorn-jsx@npm:5.3.2"
@@ -7436,6 +7445,16 @@ __metadata:
74367445
languageName: node
74377446
linkType: hard
74387447

7448+
"enhanced-resolve@npm:^5.17.1":
7449+
version: 5.17.1
7450+
resolution: "enhanced-resolve@npm:5.17.1"
7451+
dependencies:
7452+
graceful-fs: "npm:^4.2.4"
7453+
tapable: "npm:^2.2.0"
7454+
checksum: 10c0/81a0515675eca17efdba2cf5bad87abc91a528fc1191aad50e275e74f045b41506167d420099022da7181c8d787170ea41e4a11a0b10b7a16f6237daecb15370
7455+
languageName: node
7456+
linkType: hard
7457+
74397458
"entities@npm:^2.0.0":
74407459
version: 2.2.0
74417460
resolution: "entities@npm:2.2.0"
@@ -15056,7 +15075,7 @@ __metadata:
1505615075

1505715076
"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
1505815077
version: 5.5.4
15059-
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=b45daf"
15078+
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=5adc0c"
1506015079
bin:
1506115080
tsc: bin/tsc
1506215081
tsserver: bin/tsserver
@@ -15606,7 +15625,7 @@ __metadata:
1560615625
languageName: node
1560715626
linkType: hard
1560815627

15609-
"webpack@npm:5, webpack@npm:^5.91.0":
15628+
"webpack@npm:5":
1561015629
version: 5.91.0
1561115630
resolution: "webpack@npm:5.91.0"
1561215631
dependencies:
@@ -15643,6 +15662,42 @@ __metadata:
1564315662
languageName: node
1564415663
linkType: hard
1564515664

15665+
"webpack@npm:^5.94.0":
15666+
version: 5.94.0
15667+
resolution: "webpack@npm:5.94.0"
15668+
dependencies:
15669+
"@types/estree": "npm:^1.0.5"
15670+
"@webassemblyjs/ast": "npm:^1.12.1"
15671+
"@webassemblyjs/wasm-edit": "npm:^1.12.1"
15672+
"@webassemblyjs/wasm-parser": "npm:^1.12.1"
15673+
acorn: "npm:^8.7.1"
15674+
acorn-import-attributes: "npm:^1.9.5"
15675+
browserslist: "npm:^4.21.10"
15676+
chrome-trace-event: "npm:^1.0.2"
15677+
enhanced-resolve: "npm:^5.17.1"
15678+
es-module-lexer: "npm:^1.2.1"
15679+
eslint-scope: "npm:5.1.1"
15680+
events: "npm:^3.2.0"
15681+
glob-to-regexp: "npm:^0.4.1"
15682+
graceful-fs: "npm:^4.2.11"
15683+
json-parse-even-better-errors: "npm:^2.3.1"
15684+
loader-runner: "npm:^4.2.0"
15685+
mime-types: "npm:^2.1.27"
15686+
neo-async: "npm:^2.6.2"
15687+
schema-utils: "npm:^3.2.0"
15688+
tapable: "npm:^2.1.1"
15689+
terser-webpack-plugin: "npm:^5.3.10"
15690+
watchpack: "npm:^2.4.1"
15691+
webpack-sources: "npm:^3.2.3"
15692+
peerDependenciesMeta:
15693+
webpack-cli:
15694+
optional: true
15695+
bin:
15696+
webpack: bin/webpack.js
15697+
checksum: 10c0/b4d1b751f634079bd177a89eef84d80fa5bb8d6fc15d72ab40fc2b9ca5167a79b56585e1a849e9e27e259803ee5c4365cb719e54af70a43c06358ec268ff4ebf
15698+
languageName: node
15699+
linkType: hard
15700+
1564615701
"whatwg-encoding@npm:^2.0.0":
1564715702
version: 2.0.0
1564815703
resolution: "whatwg-encoding@npm:2.0.0"

0 commit comments

Comments
 (0)