Skip to content

Commit 8907c5c

Browse files
committed
chore: update Node types version
1 parent f09a699 commit 8907c5c

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

packages/file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"license": "MIT",
3838
"devDependencies": {
3939
"@remix-run/web-fetch": "^4.4.2-pre.0",
40-
"@types/node": "15.0.2",
40+
"@types/node": "^18.19.86",
4141
"git-validate": "2.2.4",
4242
"husky": "^6.0.0",
4343
"lint-staged": "^11.0.0",

packages/form-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@remix-run/web-fetch": "^4.4.2-pre.0",
3838
"@remix-run/web-file": "^3.1.0",
39-
"@types/node": "15.0.2",
39+
"@types/node": "^18.19.86",
4040
"git-validate": "2.2.4",
4141
"husky": "^6.0.0",
4242
"lint-staged": "^11.0.0",

yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -720,16 +720,18 @@
720720
resolved "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
721721
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
722722

723-
724-
version "15.0.2"
725-
resolved "https://registry.npmjs.org/@types/node/-/node-15.0.2.tgz#51e9c0920d1b45936ea04341aa3e2e58d339fb67"
726-
integrity sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA==
727-
728723
"@types/node@^12.7.1":
729724
version "12.20.55"
730725
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
731726
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
732727

728+
"@types/node@^18.19.86":
729+
version "18.19.86"
730+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.86.tgz#a7e1785289c343155578b9d84a0e3e924deb948b"
731+
integrity sha512-fifKayi175wLyKyc5qUfyENhQ1dCNI1UNjp653d8kuYcPQN5JhX3dGuP/XmvPTg/xRBn1VTLpbmi+H/Mr7tLfQ==
732+
dependencies:
733+
undici-types "~5.26.4"
734+
733735
"@types/normalize-package-data@^2.4.0":
734736
version "2.4.1"
735737
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -7069,6 +7071,11 @@ unc-path-regex@^0.1.2:
70697071
resolved "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
70707072
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
70717073

7074+
undici-types@~5.26.4:
7075+
version "5.26.5"
7076+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7077+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7078+
70727079
union-value@^1.0.0:
70737080
version "1.0.1"
70747081
resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)