Skip to content

Commit

Permalink
fix: patch high vulnerabilities deps issues (#1631)
Browse files Browse the repository at this point in the history
Because

- patch high vulnerabilities deps issues

This commit

- patch high vulnerabilities deps issues
  • Loading branch information
EiffelFly authored Nov 29, 2024
1 parent 6f55bf2 commit 955355e
Show file tree
Hide file tree
Showing 10 changed files with 547 additions and 728 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
path: ./apps/console/.next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
if: success() && github.event.number
with:
workflow: nextjs-bundle-analysis.yml
Expand Down
9 changes: 3 additions & 6 deletions apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@radix-ui/react-toast": "^1.1.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.9.3",
"axios": "^1.6.8",
"axios": "^1.7.8",
"clsx": "^1.1.1",
"cookie": "^0.5.0",
"copy-to-clipboard": "^3.3.2",
Expand Down Expand Up @@ -81,16 +81,13 @@
"dotenv": "^16.3.2",
"eslint": "^8.13.0",
"eslint-config-next": "latest",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"postcss": "^8.4.12",
"react-is": "^18.2.0",
"require-from-string": "^2.0.2",
"tailwindcss": "^3.3.1",
"tailwindcss": "catalog:",
"tsx": "^4.6.2",
"typescript": "^5.5.4",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.9.0"
"typescript": "^5.5.4"
},
"engines": {
"node": ">=14.6.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/instill-form-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"tailwindcss": "catalog:",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"@instill-ai/eslint-config-cortex": "workspace:*",
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@
"packageManager": "pnpm@9.1.4",
"pnpm": {
"overrides": {
"vite": "^5.2.0",
"express": "4.19.2"
"vite": "^5.2.14",
"express": "4.21.1",
"braces": "^3.0.3",
"ws": "8.17.1",
"svelte": "^4.2.19",
"elliptic": "^6.6.0"
}
},
"prettier": "@instill-ai/prettier-config-cortex",
Expand Down
9 changes: 2 additions & 7 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
"@instill-ai/prettier-config-cortex": "workspace:*",
"@instill-ai/tsconfig": "workspace:*",
"@radix-ui/react-toggle-group": "^1.0.4",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-a11y": "^8.1.4",
"@storybook/addon-actions": "^8.1.4",
"@storybook/addon-essentials": "^8.1.4",
Expand Down Expand Up @@ -97,13 +94,11 @@
"react-dom": "^18.2.0",
"require-from-string": "^2.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.77.2",
"storybook": "^8.1.4",
"tailwindcss": "^3.3.2",
"tailwindcss": "catalog:",
"tsup": "^8.1.0",
"typescript": "^5.5.4",
"vitest": "^1.6.0",
"webpack": "^5.76.0"
"vitest": "^1.6.0"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vitejs/plugin-react": "^4.3.0",
"postcss-import": "^15.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.3.2",
"tailwindcss": "catalog:",
"tsx": "^4.6.2",
"typescript": "^5.5.4",
"vitest": "^1.6.0"
Expand All @@ -51,7 +51,7 @@
"style-dictionary": "^3.8.0"
},
"peerDependencies": {
"tailwindcss": "^3.3.0"
"tailwindcss": "catalog:"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
Expand Down
6 changes: 0 additions & 6 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,5 @@
"json-schema": "^0.4.0",
"openapi-types": "^12.1.3",
"whatwg-fetch": "^3.6.20"
},
"pnpm": {
"overrides": {
"braces": "^3.0.3",
"ws": "8.17.1"
}
}
}
6 changes: 3 additions & 3 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/cookie": "^0.5.1",
"@types/cookie": "^1.0.0",
"@types/json-schema": "^7.0.14",
"@types/lodash.throttle": "^4.1.9",
"@types/markdown-it": "^13.0.7",
Expand All @@ -79,7 +79,7 @@
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"stripe": "^13.7.0",
"tailwindcss": "^3.3.2",
"tailwindcss": "catalog:",
"tailwindcss-animate": "^1.0.6",
"tsup": "^8.1.0",
"typescript": "^5.5.4",
Expand Down Expand Up @@ -141,7 +141,7 @@
"ajv": "^8.16.0",
"axios": "^1.6.8",
"clsx": "^1.0.0",
"cookie": "^0.5.0",
"cookie": "^1.0.2",
"echarts": "^5.4.2",
"elkjs": "^0.8.2",
"fuse.js": "^7.0.0",
Expand Down
Loading

0 comments on commit 955355e

Please sign in to comment.