Skip to content

Commit

Permalink
Update dependencies. Address CVE-2025-24010.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jan 26, 2025
1 parent d1b3096 commit bc78493
Show file tree
Hide file tree
Showing 4 changed files with 1,821 additions and 1,651 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"svelte-tweakpane-ui": "link:.."
},
"devDependencies": {
"@playform/compress": "^0.1.6",
"linkedom": "^0.18.5",
"@playform/compress": "^0.1.7",
"linkedom": "^0.18.7",
"linkinator": "^6.1.2",
"marked": "^14.1.4",
"svelte": "^4.2.19"
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://ericmika.com"
},
"license": "MIT",
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"engines": {
"node": ">=18.0.0 <23.0.0",
"pnpm": ">=9.0.0"
Expand Down Expand Up @@ -249,43 +249,43 @@
"@kitschpatrol/tweakpane-plugin-textarea": "2.0.1-beta.1",
"@kitschpatrol/tweakpane-plugin-waveform": "1.0.4-beta.2",
"@tweakpane/core": "2.0.5",
"esm-env": "^1.2.1",
"esm-env": "^1.2.2",
"fast-copy": "^3.0.2",
"fast-equals": "^5.0.1",
"fast-equals": "^5.2.2",
"nanoid": "^5.0.9",
"svelte-persisted-store": "0.12.0",
"tweakpane": "4.0.5"
},
"devDependencies": {
"@kitschpatrol/shared-config": "^4.7.12",
"@phenomnomnominal/tsquery": "^6.1.3",
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@stkb/rewrap": "^0.1.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.10.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/package": "^2.3.9",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/eslint": "^8.56.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.68",
"bumpp": "^9.9.0",
"@types/node": "^18.19.74",
"bumpp": "^9.11.1",
"eslint": "^8.57.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"postcss-html": "^1.7.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"postcss-html": "^1.8.0",
"publint": "^0.2.12",
"read-package-up": "^11.0.0",
"remark-mdat": "^0.7.4",
"remark-mdat": "^0.7.5",
"svelte": "^4.2.19",
"svelte-check": "^4.1.1",
"svelte-check": "^4.1.4",
"svelte-language-server": "0.17.0",
"svelte2tsx": "^0.7.30",
"svelte2tsx": "^0.7.34",
"ts-morph": "^24.0.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
"vite": "^5.4.11",
"yaml": "^2.6.1"
"vite": "^5.4.14",
"yaml": "^2.7.0"
},
"publishConfig": {
"access": "public"
Expand All @@ -295,7 +295,7 @@
"@astrojs/[email protected]": "patches/@[email protected]"
},
"overrides": {
"@sveltejs/kit>cookie": "^0.7.0"
"@sveltejs/kit>cookie": "^0.7.2"
}
}
}
Loading

0 comments on commit bc78493

Please sign in to comment.