Skip to content

Commit

Permalink
security update v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh-lambda committed Sep 30, 2024
1 parent 5222156 commit 119e81e
Show file tree
Hide file tree
Showing 2 changed files with 803 additions and 269 deletions.
21 changes: 20 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaderunner",
"displayName": "Shaderunner",
"version": "0.10.0",
"version": "0.10.1",
"description": "ShadeRunner",
"author": "Lambda, Inc.",
"scripts": {
Expand Down Expand Up @@ -56,5 +56,24 @@
}
}
}
},
"pnpm": {
"overrides": {
"sharp@<0.32.6": ">=0.32.6",
"vite@=4.5.0": ">=4.5.1",
"msgpackr@<1.10.1": ">=1.10.1",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"follow-redirects@<=1.15.5": ">=1.15.6",
"vite@>=4.0.0 <=4.5.2": ">=4.5.3",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"svelte@<4.2.19": ">=4.2.19",
"body-parser@<1.20.3": ">=1.20.3",
"path-to-regexp@>=0.2.0 <1.9.0": ">=1.9.0",
"vite@>=4.0.0 <4.5.4": ">=4.5.4",
"vite@>=4.0.0 <=4.5.3": ">=4.5.4",
"rollup@>=3.0.0 <3.29.5": ">=3.29.5"
}
}
}
Loading

0 comments on commit 119e81e

Please sign in to comment.