Skip to content
Open
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
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"notistack": "^3.0.2",
"papaparse": "^5.5.4",
"path-fx": "^2.1.2",
"postcss": "^8.5.20",
"postcss": "^8.5.23",
"rc-dock": "^4.0.0-alpha.2",
"react": "^19.2.7",
"react-arborist": "^3.5.0",
Expand Down Expand Up @@ -163,7 +163,7 @@
"@xmldom/xmldom": "^0.8.13",
"serialize-javascript": "^7.0.5",
"ip-address": "^10.2.0",
"postcss": "^8.5.20",
"postcss": "^8.5.23",
"ws": "^8.20.1",
"qs": "^6.15.2",
"@tootallnate/once": "^2.0.1",
Expand Down
20 changes: 10 additions & 10 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11124,12 +11124,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.16":
version: 3.3.16
resolution: "nanoid@npm:3.3.16"
"nanoid@npm:^3.3.17":
version: 3.3.18
resolution: "nanoid@npm:3.3.18"
bin:
nanoid: bin/nanoid.cjs
checksum: 10c0/bbf2dcffe22d2b62d16de2711752070b539c0f644c7916f823ad6521986b2078cbe524f2d6240f58c46e9141ea0c7b87a029e100c0f7f175228cacaf30e41bba
checksum: 10c0/b994b4e396730f8be2520923284e2040d61eaee55cc6d4935ef6d38d34bafdc46133eda4d3faea5073bda545aa6079d82b886caeac5c731cf9ac18bcc1301425
languageName: node
linkType: hard

Expand Down Expand Up @@ -12182,14 +12182,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.5.20":
version: 8.5.21
resolution: "postcss@npm:8.5.21"
"postcss@npm:^8.5.23":
version: 8.5.26
resolution: "postcss@npm:8.5.26"
dependencies:
nanoid: "npm:^3.3.16"
nanoid: "npm:^3.3.17"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10c0/89bf8860bba456eafcbc6c8addc3f5d3010529069ec67adb1a26b79b098d1b2afa49cc1abf80c5b01867980db6eae0c02fd0350e17a84c5f12d07aaec704aa50
checksum: 10c0/2bdafc00d96bd57b6649a52e458864a4bf58ee56cfdbe4aea1472b5cccc127e6c1ad653bd0bec50d211e650eb0b9270c80e1e72aff2e2fa40d9e7363234d6e43
languageName: node
linkType: hard

Expand Down Expand Up @@ -13293,7 +13293,7 @@ __metadata:
notistack: "npm:^3.0.2"
papaparse: "npm:^5.5.4"
path-fx: "npm:^2.1.2"
postcss: "npm:^8.5.20"
postcss: "npm:^8.5.23"
postcss-loader: "npm:^8.2.1"
process: "npm:^0.11.10"
prop-types: "npm:^15.8.1"
Expand Down
Loading