File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @cipherstash/protect " : minor
3+ " @cipherstash/nextjs " : minor
4+ ---
5+
6+ Bumped versions of dependencies to address CWE-346.
Original file line number Diff line number Diff line change 1212 "description" : " " ,
1313 "dependencies" : {
1414 "@cipherstash/protect" : " workspace:*" ,
15- "typescript" : " ^5.0.0" ,
16- "tsx" : " ^4.19.2" ,
1715 "dotenv" : " ^16.4.7"
16+ },
17+ "devDependencies" : {
18+ "tsx" : " catalog:repo" ,
19+ "typescript" : " catalog:repo"
1820 }
1921}
Original file line number Diff line number Diff line change 77 "@types/node" : " ^22.10.2" ,
88 "@types/pg" : " ^8.11.10" ,
99 "dotenv" : " ^16.4.7" ,
10- "drizzle-kit" : " ^0.24.2 " ,
11- "typescript" : " ^5.0.0 " ,
12- "tsx" : " ^4.19.2 "
10+ "drizzle-kit" : " ^0.30.5 " ,
11+ "typescript" : " catalog:repo " ,
12+ "tsx" : " catalog:repo "
1313 },
1414 "scripts" : {
1515 "insert" : " tsx src/insert.ts" ,
Original file line number Diff line number Diff line change 1414 },
1515 "devDependencies" : {
1616 "@types/node" : " ^20.11.17" ,
17- "tsx" : " ^4.7.1"
17+ "tsx" : " catalog:repo" ,
18+ "typescript" : " catalog:repo"
1819 }
1920}
Original file line number Diff line number Diff line change 3535 "@types/node" : " ^20" ,
3636 "@types/react" : " ^19" ,
3737 "@types/react-dom" : " ^19" ,
38- "drizzle-kit" : " ^0.30.1 " ,
38+ "drizzle-kit" : " ^0.30.5 " ,
3939 "postcss" : " ^8" ,
4040 "tailwindcss" : " ^3.4.1" ,
41- "tsx" : " ^4.19.2 " ,
42- "typescript" : " ^5 "
41+ "tsx" : " catalog:repo " ,
42+ "typescript" : " catalog:repo "
4343 }
4444}
Original file line number Diff line number Diff line change 3838 "devDependencies" : {
3939 "@clerk/nextjs" : " ^6.9.7" ,
4040 "dotenv" : " ^16.4.7" ,
41- "tsup" : " ^8.3.0" ,
42- "vitest" : " ^2.1.9"
41+ "tsup" : " catalog:repo" ,
42+ "typescript" : " catalog:repo" ,
43+ "vitest" : " catalog:repo"
4344 },
4445 "peerDependencies" : {
45- "next" : " ^14 || ^15" ,
46- "typescript" : " ^5.0.0"
46+ "next" : " ^14 || ^15"
4747 },
4848 "publishConfig" : {
4949 "access" : " public"
Original file line number Diff line number Diff line change 4444 "dotenv" : " ^16.4.7" ,
4545 "execa" : " ^9.5.2" ,
4646 "json-schema-to-typescript" : " ^15.0.2" ,
47- "tsup" : " ^8.3.0" ,
48- "tsx" : " ^4.19.3" ,
49- "vitest" : " ^2.1.9"
50- },
51- "peerDependencies" : {
52- "typescript" : " ^5.0.0"
47+ "tsup" : " catalog:repo" ,
48+ "typescript" : " catalog:repo" ,
49+ "tsx" : " catalog:repo" ,
50+ "vitest" : " catalog:repo"
5351 },
5452 "publishConfig" : {
5553 "access" : " public"
You can’t perform that action at this time.
0 commit comments