fix: rollup dependabot vulnerability fix

This commit is contained in:
sriram veeraghanta 2024-09-25 19:35:26 +05:30
parent 6942e491d0
commit 0068ea93de
4 changed files with 441 additions and 404 deletions

View file

@ -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",
@ -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",
@ -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"
}
}