@leo-h/create-nodejs-app 1.0.49 → 1.0.50

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo-h/create-nodejs-app",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "packageManager": "pnpm@9.15.9",
5
5
  "author": "Leonardo Henrique <leonardo0507.business@gmail.com>",
6
6
  "description": "Create a modern Node.js app with TypeScript using one command.",
@@ -52,7 +52,7 @@
52
52
  "husky": "9.1.7",
53
53
  "lint-staged": "15.5.2",
54
54
  "prettier": "3.5.3",
55
- "supertest": "7.1.1",
55
+ "supertest": "7.1.3",
56
56
  "type-fest": "4.38.0",
57
57
  "typescript": "5.8.3",
58
58
  "typescript-eslint": "8.28.0",
@@ -103,8 +103,8 @@ importers:
103
103
  specifier: 3.5.3
104
104
  version: 3.5.3
105
105
  supertest:
106
- specifier: 7.1.1
107
- version: 7.1.1
106
+ specifier: 7.1.3
107
+ version: 7.1.3
108
108
  type-fest:
109
109
  specifier: 4.38.0
110
110
  version: 4.38.0
@@ -2881,12 +2881,12 @@ packages:
2881
2881
  resolution: {integrity: sha512-FhwotcEqjr241ZbjFzjlIYg6c5/L/s4yBGWSMvJ9UoExiSqL+FnFA/CaeZx17WGaZMS/4SOZp8wH18jSS4R4lw==}
2882
2882
  engines: {node: '>=16'}
2883
2883
 
2884
- superagent@10.2.1:
2885
- resolution: {integrity: sha512-O+PCv11lgTNJUzy49teNAWLjBZfc+A1enOwTpLlH6/rsvKcTwcdTT8m9azGkVqM7HBl5jpyZ7KTPhHweokBcdg==}
2884
+ superagent@10.2.2:
2885
+ resolution: {integrity: sha512-vWMq11OwWCC84pQaFPzF/VO3BrjkCeewuvJgt1jfV0499Z1QSAWN4EqfMM5WlFDDX9/oP8JjlDKpblrmEoyu4Q==}
2886
2886
  engines: {node: '>=14.18.0'}
2887
2887
 
2888
- supertest@7.1.1:
2889
- resolution: {integrity: sha512-aI59HBTlG9e2wTjxGJV+DygfNLgnWbGdZxiA/sgrnNNikIW8lbDvCtF6RnhZoJ82nU7qv7ZLjrvWqCEm52fAmw==}
2888
+ supertest@7.1.3:
2889
+ resolution: {integrity: sha512-ORY0gPa6ojmg/C74P/bDoS21WL6FMXq5I8mawkEz30/zkwdu0gOeqstFy316vHG6OKxqQ+IbGneRemHI8WraEw==}
2890
2890
  engines: {node: '>=14.18.0'}
2891
2891
 
2892
2892
  supports-color@5.5.0:
@@ -6157,7 +6157,7 @@ snapshots:
6157
6157
  '@tokenizer/token': 0.3.0
6158
6158
  peek-readable: 5.3.1
6159
6159
 
6160
- superagent@10.2.1:
6160
+ superagent@10.2.2:
6161
6161
  dependencies:
6162
6162
  component-emitter: 1.3.1
6163
6163
  cookiejar: 2.1.4
@@ -6171,10 +6171,10 @@ snapshots:
6171
6171
  transitivePeerDependencies:
6172
6172
  - supports-color
6173
6173
 
6174
- supertest@7.1.1:
6174
+ supertest@7.1.3:
6175
6175
  dependencies:
6176
6176
  methods: 1.1.2
6177
- superagent: 10.2.1
6177
+ superagent: 10.2.2
6178
6178
  transitivePeerDependencies:
6179
6179
  - supports-color
6180
6180