Skip to content

Commit

Permalink
fix: rollup dependabot vulnerability fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta committed Sep 25, 2024
1 parent 6942e49 commit 0068ea9
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 417 deletions.
5 changes: 3 additions & 2 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@plane/helpers": "*",
"@plane/types": "*",
"@plane/ui": "*",
"@sentry/nextjs": "^8.32.0",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.17.0",
"autoprefixer": "10.4.14",
Expand All @@ -38,15 +39,15 @@
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@types/js-cookie": "^3.0.6",
"@types/node": "18.16.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.8",
"@types/zxcvbn": "^4.4.4",
"@plane/eslint-config": "*",
"tailwind-config-custom": "*",
"@plane/typescript-config": "*",
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions space/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@plane/editor": "*",
"@plane/types": "*",
"@plane/ui": "*",
"@sentry/nextjs": "^8",
"@sentry/nextjs": "^8.32.0",
"axios": "^1.7.4",
"clsx": "^2.0.0",
"date-fns": "^3.6.0",
Expand All @@ -49,6 +49,8 @@
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.17.1",
Expand All @@ -59,9 +61,7 @@
"@types/uuid": "^9.0.1",
"@types/zxcvbn": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@plane/eslint-config": "*",
"tailwind-config-custom": "*",
"@plane/typescript-config": "*",
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@plane/types": "*",
"@plane/ui": "*",
"@popperjs/core": "^2.11.8",
"@sentry/nextjs": "^8",
"@sentry/nextjs": "^8.32.0",
"@sqlite.org/sqlite-wasm": "^3.46.0-build2",
"axios": "^1.7.4",
"clsx": "^2.0.0",
Expand Down Expand Up @@ -68,6 +68,8 @@
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.202",
Expand All @@ -78,10 +80,8 @@
"@types/react-dom": "^18.2.18",
"@types/uuid": "^8.3.4",
"@types/zxcvbn": "^4.4.4",
"@plane/eslint-config": "*",
"prettier": "^3.2.5",
"tailwind-config-custom": "*",
"@plane/typescript-config": "*",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 0068ea9

Please sign in to comment.