From 882798a01c7c726be3d64429b8da28ce0ff58c2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:19:46 +0000 Subject: [PATCH] feat(deps): Update Node.js to v20 --- packages/cloudfront-auth/package.json | 4 ++-- yarn.lock | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/packages/cloudfront-auth/package.json b/packages/cloudfront-auth/package.json index c49e05640..227bbdcbe 100644 --- a/packages/cloudfront-auth/package.json +++ b/packages/cloudfront-auth/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@types/jest": "25.2.3", - "@types/node": "10.17.60", + "@types/node": "20.11.13", "@types/vfile-message": "2.0.0", "jest": "25.5.4", "jest-environment-node-debug": "2.0.0", @@ -50,7 +50,7 @@ "typescript": "3.9.10" }, "engines": { - "node": ">=v10.24.1" + "node": ">=20.11.0" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index a436de0d9..6d1f93f30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1622,10 +1622,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.10.tgz#8c102aba13bf5253f35146affbf8b26275069bef" integrity sha512-yV1nWZPlMFpoXyoknm4S56y2nlTAuFYaJuQtYRAOU7xA/FJ9RY0Xm7QOkaYMMmr8ESdHIuUb6oQgR/0+2NqlyA== -"@types/node@10.17.60": - version "10.17.60" - resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b" - integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw== +"@types/node@20.11.13": + version "20.11.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.13.tgz#188263ee2c8d590e181d3f5bfa7e485a932957cb" + integrity sha512-5G4zQwdiQBSWYTDAH1ctw2eidqdhMJaNsiIDKHFr55ihz5Trl2qqR8fdrT732yPBho5gkNxXm67OxWFBqX9aPg== + dependencies: + undici-types "~5.26.4" "@types/normalize-package-data@^2.4.0": version "2.4.0" @@ -8607,6 +8609,11 @@ umask@^1.1.0: resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d" integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0= +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + unified@^9.1.0: version "9.2.0" resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8"