Skip to content

Commit

Permalink
Routine security updates. (#1781)
Browse files Browse the repository at this point in the history
* Routine security updates.

* Bump Node for CI to 23.3

* Consistently bump Vite, address CVE-2025-24010.
  • Loading branch information
dokterbob authored Jan 22, 2025
1 parent fa9dc9e commit 67cb607
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-node-install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
node-version:
description: Node.js version
required: true
default: '22.7.0'
default: '23.3.0'
pnpm-version:
description: pnpm version
required: true
Expand Down
6 changes: 4 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"tailwindcss": "^3.4.16",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.4.12",
"vite": "^5.4.14",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.4"
Expand All @@ -112,7 +112,9 @@
"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",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}
58 changes: 30 additions & 28 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions libs/copilot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"build-storybook": "storybook build"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0",
"@chainlit/app": "workspace:^",
"@chainlit/react-client": "workspace:^",
"class-variance-authority": "^0.7.1",
Expand All @@ -25,11 +22,14 @@
"i18next": "^23.7.16",
"lodash": "^4.17.21",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.0.0",
"recoil": "^0.7.7",
"sonner": "^1.2.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.4.7",
Expand All @@ -52,7 +52,7 @@
"storybook": "^8.4.7",
"tailwindcss": "^3.4.16",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^5.4.14",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0"
},
Expand All @@ -75,7 +75,9 @@
"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",
"cookie@<0.7.0": ">=0.7.0"
"cookie@<0.7.0": ">=0.7.0",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8"
}
}
}
Loading

0 comments on commit 67cb607

Please sign in to comment.