Skip to content

Commit 7aa755a

Browse files
committed
Downgrade @types/node to 18.19.57
1 parent b19aebd commit 7aa755a

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/long": "4.0.2",
8181
"@types/mocha": "9.1.1",
8282
"@types/mz": "2.7.8",
83-
"@types/node": "22.7.5",
83+
"@types/node": "18.19.57",
8484
"@types/request": "2.48.12",
8585
"@types/sinon": "9.0.11",
8686
"@types/sinon-chai": "3.2.12",

repo-scripts/changelog-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@changesets/types": "3.3.0",
2121
"@changesets/get-github-info": "0.5.2",
22-
"@types/node": "22.7.5"
22+
"@types/node": "18.19.57"
2323
},
2424
"license": "Apache-2.0",
2525
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,12 +3490,12 @@
34903490
resolved "https://registry.npmjs.org/@types/node/-/node-10.17.13.tgz"
34913491
integrity sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==
34923492

3493-
"@types/node@22.7.5":
3494-
version "22.7.5"
3495-
resolved "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b"
3496-
integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==
3493+
"@types/node@18.19.57":
3494+
version "18.19.57"
3495+
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.57.tgz#a075ff6bb71a947d410a9d7ad2b6cb010a0c5230"
3496+
integrity sha512-I2ioBd/IPrYDMv9UNR5NlPElOZ68QB7yY5V2EsLtSrTO0LM0PnCEFF9biLWHf5k+sIy4ohueCV9t4gk1AEdlVA==
34973497
dependencies:
3498-
undici-types "~6.19.2"
3498+
undici-types "~5.26.4"
34993499

35003500
"@types/node@>=12.12.47":
35013501
version "16.9.6"
@@ -17390,11 +17390,6 @@ undici-types@~5.26.4:
1739017390
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1739117391
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1739217392

17393-
undici-types@~6.19.2:
17394-
version "6.19.8"
17395-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
17396-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
17397-
1739817393
unicode-canonical-property-names-ecmascript@^2.0.0:
1739917394
version "2.0.0"
1740017395
resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz"

0 commit comments

Comments
 (0)