@ctx-core/session 9.2.179 → 9.2.181

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/session",
3
- "version": "9.2.179",
3
+ "version": "9.2.181",
4
4
  "description": "ctx-core session",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,12 +33,12 @@
33
33
  "./package.json": "./package.json"
34
34
  },
35
35
  "dependencies": {
36
- "ctx-core": "^7.2.1"
36
+ "ctx-core": "^7.2.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "c8": "^9.1.0",
40
40
  "check-dts": "^0.7.2",
41
- "tsx": "^4.7.2",
41
+ "tsx": "^4.8.2",
42
42
  "typescript": "next",
43
43
  "uvu": "^0.5.6"
44
44
  },