iron-session 6.1.2 → 6.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iron-session",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "description": "Node.js stateless session utility using signed and encrypted cookies to store data. Works with Next.js, Express, NestJs, Fastify, and any Node.js HTTP framework.",
5
5
  "keywords": [
6
6
  "Next.js",
@@ -122,26 +122,26 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@hapi/iron": "^6.0.0",
125
- "@types/cookie": "^0.4.0",
125
+ "@types/cookie": "^0.5.1",
126
126
  "@types/express": "^4.17.13",
127
127
  "@types/node": "^16.11.7",
128
- "cookie": "^0.4.2"
128
+ "cookie": "^0.5.0"
129
129
  },
130
130
  "devDependencies": {
131
- "@swc/core": "^1.2.156",
131
+ "@swc/core": "^1.2.171",
132
132
  "@swc/jest": "^0.2.20",
133
133
  "@tsconfig/node12": "1.0.9",
134
134
  "@types/jest": "^27.4.1",
135
- "@typescript-eslint/eslint-plugin": "^5.15.0",
136
- "@typescript-eslint/parser": "^5.15.0",
137
- "concurrently": "^7.0.0",
138
- "eslint": "^8.11.0",
135
+ "@typescript-eslint/eslint-plugin": "^5.20.0",
136
+ "@typescript-eslint/parser": "^5.20.0",
137
+ "concurrently": "^7.1.0",
138
+ "eslint": "^8.14.0",
139
139
  "jest": "^27.5.1",
140
- "prettier": "^2.6.0",
141
- "prettier-plugin-packagejson": "^2.2.16",
140
+ "prettier": "^2.6.2",
141
+ "prettier-plugin-packagejson": "^2.2.17",
142
142
  "rimraf": "3.0.2",
143
143
  "tsup": "5.6.0",
144
- "typescript": "^4.6.2"
144
+ "typescript": "^4.6.3"
145
145
  },
146
146
  "peerDependencies": {
147
147
  "express": ">=4",