Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/express-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@csrf-armor/express": "workspace:*",
"express": "^4.22.1",
"express": "^5.0.0",
"cookie-parser": "^1.4.6"
},
"author": "Muneeb Samuels",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@csrf-armor/nuxt": "workspace:*",
"nuxt": "^4.3.1",
"nuxt": "^4.4.2",
"vue": "^3.5.0"
},
"author": "Jordan Labrosse",
Expand Down
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,30 @@
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.8",
"@types/node": "^20.0.0",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vitest/coverage-v8": "^4.1.2",
"@vitest/ui": "^4.1.2",
"jsdom": "^27.4.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
"vitest": "^4.1.2"
},
"pnpm": {
"overrides": {
"brace-expansion": "^2.0.2",
"brace-expansion": "^2.0.3",
"tmp": ">=0.2.4",
"vite": "^6.4.1",
"qs": ">=6.14.2",
"simple-git": ">=3.32.3",
"rollup": ">=4.59.0",
"serialize-javascript": ">=7.0.3",
"serialize-javascript": ">=7.0.5",
"svgo": ">=4.0.1",
"tar": ">=7.5.11",
"devalue": ">=5.6.4",
"unhead": ">=2.1.11",
"yaml": ">=2.8.3",
"node-forge": ">=1.4.0",
"picomatch@>=2.0.0 <3.0.0": "2.3.2",
"picomatch@>=4.0.0 <5.0.0": "4.0.4",
"path-to-regexp@>=0.1.0 <0.2.0": "0.1.13",
"minimatch@>=5.0.0 <6.0.0": "5.1.9",
"minimatch@>=9.0.0 <10.0.0": "9.0.9",
"minimatch@>=10.0.0 <11.0.0": "10.2.4"
Expand Down
8 changes: 3 additions & 5 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"version": "1.2.1",
"description": "Express.js adapter for CSRF Armor - Advanced CSRF protection for Express.js applications",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"files": [
Expand Down Expand Up @@ -41,7 +40,6 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"express": "^4.x"
},
"module": "./dist/index.js"
"express": "^4.0.0 || ^5.0.0"
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@csrf-armor/core": "workspace:*"
},
"devDependencies": {
"@nuxt/kit": "^4.3.1",
"@nuxt/schema": "^4.3.1",
"h3": "^1.15.6",
"nuxt": "^4.3.1",
"@nuxt/kit": "^4.4.2",
"@nuxt/schema": "^4.4.2",
"h3": "^1.15.9",
"nuxt": "^4.4.2",
"tsdown": "^0.20.1",
"typescript": "^5",
"vitest": "^4.0.18"
"vitest": "^4.1.2"
},
"peerDependencies": {
"@nuxt/kit": "^3.0.0 || ^4.0.0",
Expand Down
Loading
Loading