From 02adafe56d273ca15dc753bea5c7134172f2f028 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 02:51:45 +0000 Subject: [PATCH] chore(deps): update node.js to v20 --- package-lock.json | 16 ++++++++++++---- package.json | 6 +++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d21fa7c2..e66db881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@openwishlist/preview", - "version": "0.685.0", + "version": "0.686.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5397,9 +5397,12 @@ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, "@types/node": { - "version": "16.18.103", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.103.tgz", - "integrity": "sha512-gOAcUSik1nR/CRC3BsK8kr6tbmNIOTpvb1sT+v5Nmmys+Ho8YtnIHP90wEsVK4hTcHndOqPVIlehEGEA5y31bA==" + "version": "20.14.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", + "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "requires": { + "undici-types": "~5.26.4" + } }, "@types/responselike": { "version": "1.0.0", @@ -13271,6 +13274,11 @@ } } }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + }, "uni-global": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/uni-global/-/uni-global-1.0.0.tgz", diff --git a/package.json b/package.json index c7488edf..13035189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openwishlist/preview", - "version": "0.685.0", + "version": "0.686.0", "description": "Serverless link preview api", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "@shelf/jest-dynamodb": "3.4.4", "@sparticuz/chromium": "109.0.6", "@types/jest": "29.5.12", - "@types/node": "16.18.103", + "@types/node": "20.14.11", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "aws-sdk": "2.1659.0", @@ -65,7 +65,7 @@ "uuid": "9.0.1" }, "engines": { - "node": "16.x", + "node": "20.x", "npm": "6.x" } }