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

@ -17,6 +17,7 @@
"@plane/helpers": "*", "@plane/helpers": "*",
"@plane/types": "*", "@plane/types": "*",
"@plane/ui": "*", "@plane/ui": "*",
"@sentry/nextjs": "^8.32.0",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.17.0", "@types/lodash": "^4.17.0",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",
@ -38,15 +39,15 @@
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
}, },
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
"@types/node": "18.16.1", "@types/node": "18.16.1",
"@types/react": "^18.2.48", "@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.8", "@types/uuid": "^9.0.8",
"@types/zxcvbn": "^4.4.4", "@types/zxcvbn": "^4.4.4",
"@plane/eslint-config": "*",
"tailwind-config-custom": "*", "tailwind-config-custom": "*",
"@plane/typescript-config": "*",
"typescript": "5.3.3" "typescript": "5.3.3"
} }
} }

View file

@ -22,7 +22,7 @@
"@plane/editor": "*", "@plane/editor": "*",
"@plane/types": "*", "@plane/types": "*",
"@plane/ui": "*", "@plane/ui": "*",
"@sentry/nextjs": "^8", "@sentry/nextjs": "^8.32.0",
"axios": "^1.7.4", "axios": "^1.7.4",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
@ -49,6 +49,8 @@
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
}, },
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.3", "@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.17.1", "@types/lodash": "^4.17.1",
@ -59,9 +61,7 @@
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"@types/zxcvbn": "^4.4.4", "@types/zxcvbn": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/eslint-plugin": "^5.48.2",
"@plane/eslint-config": "*",
"tailwind-config-custom": "*", "tailwind-config-custom": "*",
"@plane/typescript-config": "*",
"typescript": "5.3.3" "typescript": "5.3.3"
} }
} }

View file

@ -32,7 +32,7 @@
"@plane/types": "*", "@plane/types": "*",
"@plane/ui": "*", "@plane/ui": "*",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@sentry/nextjs": "^8", "@sentry/nextjs": "^8.32.0",
"@sqlite.org/sqlite-wasm": "^3.46.0-build2", "@sqlite.org/sqlite-wasm": "^3.46.0-build2",
"axios": "^1.7.4", "axios": "^1.7.4",
"clsx": "^2.0.0", "clsx": "^2.0.0",
@ -68,6 +68,8 @@
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
}, },
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "*",
"@plane/typescript-config": "*",
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.2", "@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.202", "@types/lodash": "^4.14.202",
@ -78,10 +80,8 @@
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@types/zxcvbn": "^4.4.4", "@types/zxcvbn": "^4.4.4",
"@plane/eslint-config": "*",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"tailwind-config-custom": "*", "tailwind-config-custom": "*",
"@plane/typescript-config": "*",
"typescript": "5.3.3" "typescript": "5.3.3"
} }
} }

828
yarn.lock

File diff suppressed because it is too large Load diff