From 849f1b28c1ee85abf77924255ade9dea61b97f3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:06:19 +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..4895e3607 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.17.2", "@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.18.0" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 4dda9e2ca..a571ec8f7 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.17.2": + version "20.17.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.2.tgz#3ca40ef7d776c85a1db3df23cbb5bfb3c384a92e" + integrity sha512-OOHK4sjXqkL7yQ7VEEHcf6+0jSvKjWqwnaCtY7AKD/VLEvRHMsxxu7eI8ErnjxHS8VwmekD4PeVCpu4qZEZSxg== + dependencies: + undici-types "~6.19.2" "@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@~6.19.2: + version "6.19.8" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" + integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== + unified@^9.1.0: version "9.2.0" resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8"