@uscreen.de/create-fastify-app 1.1.1 → 1.1.2

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.
@@ -14,7 +14,7 @@ jobs:
14
14
  runs-on: ubuntu-latest
15
15
  strategy:
16
16
  matrix:
17
- node-version: [14, 16, 18, 19]
17
+ node-version: [16, 18, 19]
18
18
  steps:
19
19
  - name: Checkout code
20
20
  uses: actions/checkout@v3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uscreen.de/create-fastify-app",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "cli to create a new @uscreen.de/fastify-app",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -22,14 +22,14 @@
22
22
  "prepare": "husky install"
23
23
  },
24
24
  "dependencies": {
25
- "commander": "^10.0.0",
25
+ "commander": "^11.0.0",
26
26
  "fs-extra": "^11.1.0",
27
- "read-pkg-up": "^9.1.0",
27
+ "read-pkg-up": "^10.0.0",
28
28
  "write-pkg": "^5.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@uscreen.de/eslint-config-prettystandard-node": "^0.2.10",
32
- "c8": "^7.12.0",
32
+ "c8": "^8.0.0",
33
33
  "husky": ">=8.0.2",
34
34
  "lint-staged": ">=13.0.3",
35
35
  "strip-ansi": "^7.0.1",