Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"sinon": "21.1.2",
"style-loader": "4.0.0",
"svg-inline-loader": "0.8.2",
"webpack": "5.108.0",
"webpack": "5.108.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-middleware": "7.4.5",
Expand Down
2 changes: 1 addition & 1 deletion libraries/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"ts-node": "10.9.2",
"webpack": "5.108.0",
"webpack": "5.108.1",
"ws": "8.21.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/react-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"rimraf": "6.1.3",
"storybook": "^8.5.2",
"typescript": "6.0.3",
"webpack": "5.108.0"
"webpack": "5.108.1"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11580,7 +11580,7 @@ __metadata:
spark-md5: "npm:3.0.2"
tough-cookie: "npm:4.1.4"
ts-node: "npm:10.9.2"
webpack: "npm:5.108.0"
webpack: "npm:5.108.1"
ws: "npm:8.21.0"
zod: "npm:3.25.76"
languageName: unknown
Expand Down Expand Up @@ -11925,7 +11925,7 @@ __metadata:
rimraf: "npm:6.1.3"
storybook: "npm:^8.5.2"
typescript: "npm:6.0.3"
webpack: "npm:5.108.0"
webpack: "npm:5.108.1"
peerDependencies:
"@emotion/react": ^11
"@types/react": ^18
Expand Down Expand Up @@ -12204,7 +12204,7 @@ __metadata:
underscore: "npm:1.13.8"
use-debounce: "npm:10.1.1"
webgl-utils.js: "npm:1.1.0"
webpack: "npm:5.108.0"
webpack: "npm:5.108.1"
webpack-bundle-analyzer: "npm:4.10.2"
webpack-cli: "npm:6.0.1"
webpack-dev-middleware: "npm:7.4.5"
Expand Down Expand Up @@ -32118,9 +32118,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5.108.0":
version: 5.108.0
resolution: "webpack@npm:5.108.0"
"webpack@npm:5.108.1":
version: 5.108.1
resolution: "webpack@npm:5.108.1"
dependencies:
"@types/estree": "npm:^1.0.8"
"@types/json-schema": "npm:^7.0.15"
Expand Down Expand Up @@ -32149,7 +32149,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10/16f261d0785d7c29efa139131325d4d09725a14b163a29e2ce9c7089e817158e0f6c57a0f1ee2be7f66d79b2a20aa60e0766677a2ed223f05136e7780b7895fc
checksum: 10/d816c66353702e0d117c1e80812f48e1c516f683dae745113437ffe9c189d23fc232d1396786ce427bd5282cdef090e5e99815c58a38393df2df0ad4641d4822
languageName: node
linkType: hard

Expand Down
Loading