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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fast-safe-stringify": "^2.1.1",
"mobx": "^6.13.7",
"path-browserify": "^1.0.1",
"postcss": "^8.5.3",
"postcss": "^8.5.10",
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json now requests postcss@^8.5.10, but yarn.lock still contains older PostCSS installs (e.g. 8.4.49 and 8.5.6). If the Dependabot alert is fixed only in >=8.5.10 (per PR description), this change may not fully remove the vulnerable version(s) from the dependency tree. Consider forcing a single patched version via resolutions (e.g. pin PostCSS to 8.5.12) or running an upgrade that updates all PostCSS ranges and regenerating the lockfile.

Copilot uses AI. Check for mistakes.
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.6.0",
"prism-react-renderer": "^2.4.1",
Expand Down Expand Up @@ -93,6 +93,7 @@
"picomatch@^4.0.2": "^4.0.4",
"dompurify": "^3.4.0",
"follow-redirects": "^1.16.0",
"uuid": "^14.0.0"
"uuid": "^14.0.0",
"postcss": "^8.5.10"
}
}
23 changes: 6 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6562,7 +6562,7 @@ __metadata:
fast-safe-stringify: "npm:^2.1.1"
mobx: "npm:^6.13.7"
path-browserify: "npm:^1.0.1"
postcss: "npm:^8.5.3"
postcss: "npm:^8.5.10"
postcss-import: "npm:^15.1.0"
postcss-preset-env: "npm:^9.6.0"
prism-react-renderer: "npm:^2.4.1"
Expand Down Expand Up @@ -10276,7 +10276,7 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.11, nanoid@npm:^3.3.7":
"nanoid@npm:^3.3.11":
version: 3.3.11
resolution: "nanoid@npm:3.3.11"
bin:
Expand Down Expand Up @@ -12186,25 +12186,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:8.4.49":
version: 8.4.49
resolution: "postcss@npm:8.4.49"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10/28fe1005b1339870e0a5006375ba5ac1213fd69800f79e7db09c398e074421ba6e162898e94f64942fed554037fd292db3811d87835d25ab5ef7f3c9daacb6ca
languageName: node
linkType: hard

"postcss@npm:^8.4.21, postcss@npm:^8.4.24, postcss@npm:^8.4.33, postcss@npm:^8.4.45, postcss@npm:^8.4.47, postcss@npm:^8.5.3, postcss@npm:^8.5.4":
version: 8.5.6
resolution: "postcss@npm:8.5.6"
"postcss@npm:^8.5.10":
version: 8.5.12
resolution: "postcss@npm:8.5.12"
dependencies:
nanoid: "npm:^3.3.11"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10/9e4fbe97574091e9736d0e82a591e29aa100a0bf60276a926308f8c57249698935f35c5d2f4e80de778d0cbb8dcffab4f383d85fd50c5649aca421c3df729b86
checksum: 10/ec6b79b68c363eca3c8ffceb134a4ab637274aee6ac0857614bf7c18d40ce4ce5f9036edec57b7e0be99895724d2599d0ec7328dbd7f407204e7548697b322f1
languageName: node
linkType: hard

Expand Down
Loading