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 dd91b0a
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 272 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Add setup for Node.js and pnpm
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16' # Specify the Node.js version you need
node-version: '18'

- name: Install pnpm
run: npm install -g pnpm
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## ShadeRunner Version 0.10.1

**Security Updates**:
This is only a security update, running `pnpm audit --fix`.

-------


## ShadeRunner Version 0.10.0

Expand Down Expand Up @@ -255,4 +262,4 @@
**Features**:
- basic funcitonality to highlight on any webpage using LLM-based class embeddings

-------
-------
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 dd91b0a

Please sign in to comment.