mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Fix vulnerable dev dependencies (no-changelog) (#9545)
This commit is contained in:
committed by
GitHub
parent
936bbb2068
commit
596990bed7
10
package.json
10
package.json
@@ -43,7 +43,7 @@
|
||||
"@ngneat/falso": "^6.4.0",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@types/supertest": "^6.0.2",
|
||||
"@vitest/coverage-v8": "^1.2.1",
|
||||
"@vitest/coverage-v8": "^1.6.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^13.6.2",
|
||||
"cypress-otp": "^1.0.3",
|
||||
@@ -65,10 +65,10 @@
|
||||
"tsc-watch": "^6.0.4",
|
||||
"turbo": "1.13.3",
|
||||
"typescript": "*",
|
||||
"vite": "^5.1.6",
|
||||
"vite": "^5.2.12",
|
||||
"vite-plugin-checker": "^0.6.4",
|
||||
"vitest": "^1.3.1",
|
||||
"vue-tsc": "^2.0.6"
|
||||
"vitest": "^1.6.0",
|
||||
"vue-tsc": "^2.0.19"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
@@ -78,8 +78,10 @@
|
||||
"@types/node": "^18.16.16",
|
||||
"axios": "1.6.7",
|
||||
"chokidar": "3.5.2",
|
||||
"esbuild": "^0.20.2",
|
||||
"formidable": "3.5.1",
|
||||
"prettier": "^3.2.5",
|
||||
"pug": "^3.0.3",
|
||||
"semver": "^7.5.4",
|
||||
"tslib": "^2.6.2",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
|
||||
Reference in New Issue
Block a user