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: 0 additions & 5 deletions .changeset/ajwi-rrh-hwf.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/skott/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# skott

## 0.35.9

### Patch Changes

- [#201](https://github.com/antoine-coulon/skott/pull/201) [`41e2cdb`](https://github.com/antoine-coulon/skott/commit/41e2cdb5822658abad051bc20eb1136071d2de78) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Upgrade `effect` dependency from pinned `3.3.2` to `^3.20.0` to fix high-severity security vulnerability GHSA-38f7-945m-qr2g (`AsyncLocalStorage` context contamination inside Effect fibers under concurrent RPC load).

- Updated dependencies []:
- skott-webapp@2.3.0

## 0.35.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skott/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skott",
"version": "0.35.8",
"version": "0.35.9",
"description": "Automatically construct and visualize Graphs generated from your JavaScript and TypeScript project",
"author": "Antoine Coulon",
"license": "MIT",
Expand Down