@hellocoop/fastify 1.12.2 → 1.12.3

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/fastify",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "Fastify SDK for Hellō https://hello.dev",
5
5
  "repository": {
6
6
  "type": "git",
@@ -52,7 +52,7 @@
52
52
  "node": ">=18"
53
53
  },
54
54
  "dependencies": {
55
- "@hellocoop/router": "^1.10.0",
55
+ "@hellocoop/router": "~1.11.1",
56
56
  "dotenv": "^16.3.1",
57
57
  "fastify-plugin": "^4.5.1"
58
58
  }