@hellocoop/fastify 1.14.2 → 1.14.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellocoop/fastify",
3
- "version": "1.14.2",
3
+ "version": "1.14.3",
4
4
  "description": "Fastify SDK for Hellō https://hello.dev",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@tsconfig/node18": "^18.2.2",
50
- "fastify": "^4",
50
+ "fastify": "^5",
51
51
  "rimraf": "^5.0.1",
52
52
  "typescript": "^5.2.2"
53
53
  },
@@ -56,9 +56,9 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@fastify/formbody": "^8.0.2",
59
- "@hellocoop/api": "^2.2.3",
59
+ "@hellocoop/api": "^2.2.4",
60
60
  "dotenv": "^16.3.1",
61
61
  "fastify-plugin": "^4.5.1"
62
62
  },
63
- "gitHead": "c6005d2c55712fb69f6c9d691c842c93c065736b"
63
+ "gitHead": "b260ad4e60525d9700061b00a3403e6e3b68361a"
64
64
  }