@leo-h/create-nodejs-app 1.0.42 → 1.0.43
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.
|
3
|
+
"version": "1.0.43",
|
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.",
|
@@ -103,8 +103,8 @@ importers:
|
|
103
103
|
specifier: 3.5.3
|
104
104
|
version: 3.5.3
|
105
105
|
supertest:
|
106
|
-
specifier: 7.1.
|
107
|
-
version: 7.1.
|
106
|
+
specifier: 7.1.1
|
107
|
+
version: 7.1.1
|
108
108
|
type-fest:
|
109
109
|
specifier: 4.38.0
|
110
110
|
version: 4.38.0
|
@@ -578,6 +578,10 @@ packages:
|
|
578
578
|
'@nestjs/platform-express':
|
579
579
|
optional: true
|
580
580
|
|
581
|
+
'@noble/hashes@1.8.0':
|
582
|
+
resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==}
|
583
|
+
engines: {node: ^14.21.3 || >=16}
|
584
|
+
|
581
585
|
'@nodelib/fs.scandir@2.1.5':
|
582
586
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
583
587
|
engines: {node: '>= 8'}
|
@@ -595,6 +599,9 @@ packages:
|
|
595
599
|
engines: {node: '>=8.0.0', npm: '>=5.0.0'}
|
596
600
|
hasBin: true
|
597
601
|
|
602
|
+
'@paralleldrive/cuid2@2.2.2':
|
603
|
+
resolution: {integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==}
|
604
|
+
|
598
605
|
'@pkgjs/parseargs@0.11.0':
|
599
606
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
600
607
|
engines: {node: '>=14'}
|
@@ -1745,8 +1752,9 @@ packages:
|
|
1745
1752
|
resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
|
1746
1753
|
engines: {node: '>= 6'}
|
1747
1754
|
|
1748
|
-
formidable@3.5.
|
1749
|
-
resolution: {integrity: sha512-
|
1755
|
+
formidable@3.5.4:
|
1756
|
+
resolution: {integrity: sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==}
|
1757
|
+
engines: {node: '>=14.0.0'}
|
1750
1758
|
|
1751
1759
|
forwarded@0.2.0:
|
1752
1760
|
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
|
@@ -1869,10 +1877,6 @@ packages:
|
|
1869
1877
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
1870
1878
|
engines: {node: '>= 0.4'}
|
1871
1879
|
|
1872
|
-
hexoid@1.0.0:
|
1873
|
-
resolution: {integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==}
|
1874
|
-
engines: {node: '>=8'}
|
1875
|
-
|
1876
1880
|
html-escaper@2.0.2:
|
1877
1881
|
resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==}
|
1878
1882
|
|
@@ -2281,6 +2285,7 @@ packages:
|
|
2281
2285
|
multer@1.4.4-lts.1:
|
2282
2286
|
resolution: {integrity: sha512-WeSGziVj6+Z2/MwQo3GvqzgR+9Uc+qt8SwHKh3gvNPiISKfsMfG4SvCOFYlxxgkXt7yIV2i1yczehm0EOKIxIg==}
|
2283
2287
|
engines: {node: '>= 6.0.0'}
|
2288
|
+
deprecated: Multer 1.x is impacted by a number of vulnerabilities, which have been patched in 2.x. You should upgrade to the latest 2.x version.
|
2284
2289
|
|
2285
2290
|
mute-stream@0.0.8:
|
2286
2291
|
resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
|
@@ -2872,12 +2877,12 @@ packages:
|
|
2872
2877
|
resolution: {integrity: sha512-FhwotcEqjr241ZbjFzjlIYg6c5/L/s4yBGWSMvJ9UoExiSqL+FnFA/CaeZx17WGaZMS/4SOZp8wH18jSS4R4lw==}
|
2873
2878
|
engines: {node: '>=16'}
|
2874
2879
|
|
2875
|
-
superagent@
|
2876
|
-
resolution: {integrity: sha512-
|
2880
|
+
superagent@10.2.1:
|
2881
|
+
resolution: {integrity: sha512-O+PCv11lgTNJUzy49teNAWLjBZfc+A1enOwTpLlH6/rsvKcTwcdTT8m9azGkVqM7HBl5jpyZ7KTPhHweokBcdg==}
|
2877
2882
|
engines: {node: '>=14.18.0'}
|
2878
2883
|
|
2879
|
-
supertest@7.1.
|
2880
|
-
resolution: {integrity: sha512-
|
2884
|
+
supertest@7.1.1:
|
2885
|
+
resolution: {integrity: sha512-aI59HBTlG9e2wTjxGJV+DygfNLgnWbGdZxiA/sgrnNNikIW8lbDvCtF6RnhZoJ82nU7qv7ZLjrvWqCEm52fAmw==}
|
2881
2886
|
engines: {node: '>=14.18.0'}
|
2882
2887
|
|
2883
2888
|
supports-color@5.5.0:
|
@@ -3692,6 +3697,8 @@ snapshots:
|
|
3692
3697
|
optionalDependencies:
|
3693
3698
|
'@nestjs/platform-express': 10.3.10(@nestjs/common@10.4.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.15)
|
3694
3699
|
|
3700
|
+
'@noble/hashes@1.8.0': {}
|
3701
|
+
|
3695
3702
|
'@nodelib/fs.scandir@2.1.5':
|
3696
3703
|
dependencies:
|
3697
3704
|
'@nodelib/fs.stat': 2.0.5
|
@@ -3712,6 +3719,10 @@ snapshots:
|
|
3712
3719
|
transitivePeerDependencies:
|
3713
3720
|
- encoding
|
3714
3721
|
|
3722
|
+
'@paralleldrive/cuid2@2.2.2':
|
3723
|
+
dependencies:
|
3724
|
+
'@noble/hashes': 1.8.0
|
3725
|
+
|
3715
3726
|
'@pkgjs/parseargs@0.11.0':
|
3716
3727
|
optional: true
|
3717
3728
|
|
@@ -5020,10 +5031,10 @@ snapshots:
|
|
5020
5031
|
combined-stream: 1.0.8
|
5021
5032
|
mime-types: 2.1.35
|
5022
5033
|
|
5023
|
-
formidable@3.5.
|
5034
|
+
formidable@3.5.4:
|
5024
5035
|
dependencies:
|
5036
|
+
'@paralleldrive/cuid2': 2.2.2
|
5025
5037
|
dezalgo: 1.0.4
|
5026
|
-
hexoid: 1.0.0
|
5027
5038
|
once: 1.4.0
|
5028
5039
|
|
5029
5040
|
forwarded@0.2.0: {}
|
@@ -5148,8 +5159,6 @@ snapshots:
|
|
5148
5159
|
dependencies:
|
5149
5160
|
function-bind: 1.1.2
|
5150
5161
|
|
5151
|
-
hexoid@1.0.0: {}
|
5152
|
-
|
5153
5162
|
html-escaper@2.0.2: {}
|
5154
5163
|
|
5155
5164
|
http-cache-semantics@4.1.1: {}
|
@@ -6142,24 +6151,24 @@ snapshots:
|
|
6142
6151
|
'@tokenizer/token': 0.3.0
|
6143
6152
|
peek-readable: 5.3.1
|
6144
6153
|
|
6145
|
-
superagent@
|
6154
|
+
superagent@10.2.1:
|
6146
6155
|
dependencies:
|
6147
6156
|
component-emitter: 1.3.1
|
6148
6157
|
cookiejar: 2.1.4
|
6149
6158
|
debug: 4.4.0
|
6150
6159
|
fast-safe-stringify: 2.1.1
|
6151
6160
|
form-data: 4.0.0
|
6152
|
-
formidable: 3.5.
|
6161
|
+
formidable: 3.5.4
|
6153
6162
|
methods: 1.1.2
|
6154
6163
|
mime: 2.6.0
|
6155
6164
|
qs: 6.12.3
|
6156
6165
|
transitivePeerDependencies:
|
6157
6166
|
- supports-color
|
6158
6167
|
|
6159
|
-
supertest@7.1.
|
6168
|
+
supertest@7.1.1:
|
6160
6169
|
dependencies:
|
6161
6170
|
methods: 1.1.2
|
6162
|
-
superagent:
|
6171
|
+
superagent: 10.2.1
|
6163
6172
|
transitivePeerDependencies:
|
6164
6173
|
- supports-color
|
6165
6174
|
|