Skip to content

Commit 1a4d721

Browse files
jaredwrayclaude
andauthored
fix: Upgrade flatted to ^3.4.2 to fix GHSA-rf6f-7fwh-wjgh (#1606)
* Upgrade flatted to ^3.4.2 to fix prototype pollution vulnerability (GHSA-rf6f-7fwh-wjgh) Fixes #1604 https://claude.ai/code/session_013wvUrdCg1BZA1yKgsriN43 * upgrading typescript * moving back to typescript 5 * concurrency fixes * updating with faker for better tests --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent bf8c696 commit 1a4d721

4 files changed

Lines changed: 252 additions & 168 deletions

File tree

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"private": true,
55
"description": "Cacheable Mono Repo",
66
"scripts": {
7-
"test": "pnpm -r --workspace-concurrency 1 test",
8-
"test:ci": "pnpm -r --workspace-concurrency 1 test:ci",
7+
"test": "pnpm -r test",
8+
"test:list": "pnpm -r --workspace-concurrency 1 test",
9+
"test:ci": "pnpm -r test:ci",
910
"test:services:start": "docker compose up -d",
1011
"test:services:stop": "docker compose down",
1112
"website:build": "pnpm recursive --filter @cacheable/website run website:build",
1213
"website:serve": "pnpm recursive --filter @cacheable/website run website:serve",
13-
"build": "pnpm recursive run build",
14+
"build": "pnpm -r build",
15+
"build:list": "pnpm recursive run build",
1416
"clean": "pnpm recursive run clean"
1517
},
1618
"keywords": [],

packages/flat-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {
7373
"cacheable": "workspace:^",
74-
"flatted": "^3.4.1",
74+
"flatted": "^3.4.2",
7575
"hookified": "^1.15.0"
7676
},
7777
"files": [

0 commit comments

Comments
 (0)