nuudel-main 1.2.4 → 1.2.6

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -7,7 +7,7 @@ main module for nodejs of nuudel
7
7
  git remote show origin
8
8
  git branch -a
9
9
  git checkout main
10
- git checkout fastify_v3
10
+ git checkout fastify_v4
11
11
  git remote set-head origin main
12
12
 
13
13
  yarn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-main",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "main module for nodejs of nuudel",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -45,18 +45,18 @@
45
45
  "prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish"
46
46
  },
47
47
  "engines": {
48
- "node": ">=18"
48
+ "node": ">=20.9.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "@aws-sdk/client-s3": "^3.477.0",
52
52
  "@aws-sdk/client-ses": "^3.477.0",
53
53
  "apn": "^2.2.0",
54
54
  "bcryptjs": "^2.4.3",
55
- "fastify": "^4.29.1",
56
- "fastify-plugin": "^4.5.1",
57
- "@fastify/under-pressure": "^8.5.2",
55
+ "fastify": "^5.8.2",
56
+ "fastify-plugin": "^5.1.0",
57
+ "@fastify/under-pressure": "^9.0.3",
58
58
  "glob": "^10.3.10",
59
- "graphql-scalars": "^1.22.4",
59
+ "graphql-scalars": "^1.25.0",
60
60
  "mongoose": "^8.0.3",
61
61
  "mongoose-paginate-v2": "^1.7.4",
62
62
  "nodemailer": "^6.9.7",
@@ -77,13 +77,13 @@
77
77
  "axios": "^1.13.6",
78
78
  "cspell": "^9.7.0",
79
79
  "cz-conventional-changelog": "^3.3.0",
80
- "eslint": "^7.32.0",
80
+ "eslint": "^8.57.1",
81
81
  "eslint-config-prettier": "^7.2.0",
82
82
  "eslint-plugin-eslint-comments": "^3.2.0",
83
83
  "eslint-plugin-functional": "^5.0.8",
84
84
  "eslint-plugin-import": "^2.32.0",
85
85
  "gh-pages": "^3.1.0",
86
- "graphql": "^16.8.1",
86
+ "graphql": "^16.13.1",
87
87
  "next": "^16.1.6",
88
88
  "npm-run-all": "^4.1.5",
89
89
  "nyc": "^15.1.0",
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "peerDependencies": {
100
100
  "axios": "^1.13.6",
101
- "graphql": "^16.8.1",
101
+ "graphql": "^16.13.1",
102
102
  "next": "^16.1.6"
103
103
  },
104
104
  "files": [