From 2b8ce206d415aa9d5bcd3558c452886e03449af4 Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Thu, 23 Feb 2023 18:08:06 -0700 Subject: [PATCH] Downgraded @types/node to 17 from 18 due to breaking changes. Signed-off-by: Theo Truong --- CHANGELOG.md | 5 ++--- package.json | 2 +- yarn.lock | 7 ++++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e051bfb..70ad7bc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,8 +27,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `@aws-sdk/types` from 3.190.0 to 3.257.0 - Bumps `json5` from 2.2.0 to 2.2.3 - Bumps `split2` from 3.2.2 to 4.1.0 -- Bumps `@types/node` from 18.11.18 to 18.11.19 -- Bumps `@types/node` from 15.14.7 to 18.11.19 +- Bumps `@types/node` from 15.14.7 to 17.0.45 - Bumps `prettier` from 2.7.1 to 2.8.3 - Bumps `hpagent` from 0.1.2 to 1.2.0 - Bumps `eslint-config-prettier` from 8.5.0 to 8.6.0 @@ -67,4 +66,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fix mutability of connection headers ([#291](https://github.com/opensearch-project/opensearch-js/issues/291)) [2.1]: https://github.com/opensearch-project/opensearch-js/releases/tag/2.1.0 -[Unreleased]: https://github.com/opensearch-project/opensearch-js/compare/2.1...HEAD \ No newline at end of file +[Unreleased]: https://github.com/opensearch-project/opensearch-js/compare/2.1...HEAD diff --git a/package.json b/package.json index 8d0eb5391..d0dc7b574 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@aws-sdk/types": "^3.160.0", "@babel/eslint-parser": "^7.19.1", "@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1", - "@types/node": "^18.11.18", + "@types/node": "^17.0.45", "convert-hrtime": "^5.0.0", "cross-zip": "^4.0.0", "dedent": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index 55550e063..0c5ba9ff6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -484,11 +484,16 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@^18.11.18": +"@types/node@*": version "18.11.19" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d" integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw== +"@types/node@^17.0.45": + version "17.0.45" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190" + integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw== + "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"