From 7fe3d2ffcf074400f6fc5506a4e338400d90be26 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:19:08 -0800 Subject: [PATCH] Update vulnerable dependencies [SECURITY] (#1729) Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- aws-py-serverless-raw/app/app.csproj | 2 +- aws-ts-apigateway-auth0/package.json | 2 +- aws-ts-nextjs/demoapp/package.json | 2 +- aws-ts-url-shortener-cache-http/package.json | 2 +- cloud-ts-url-shortener-cache-http/package.json | 2 +- cloud-ts-url-shortener-cache/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aws-py-serverless-raw/app/app.csproj b/aws-py-serverless-raw/app/app.csproj index 9f2acbd52..774d51307 100644 --- a/aws-py-serverless-raw/app/app.csproj +++ b/aws-py-serverless-raw/app/app.csproj @@ -12,7 +12,7 @@ - + diff --git a/aws-ts-apigateway-auth0/package.json b/aws-ts-apigateway-auth0/package.json index a9f78dec2..c7953ac13 100644 --- a/aws-ts-apigateway-auth0/package.json +++ b/aws-ts-apigateway-auth0/package.json @@ -10,7 +10,7 @@ "@pulumi/pulumi": "3.142.0", "@types/auth0-js": "^9.10.1", "@types/jsonwebtoken": "^8.3.2", - "jsonwebtoken": "8.5.1", + "jsonwebtoken": "9.0.0", "jwks-rsa": "^1.4.0", "typescript": "^4.6.0" } diff --git a/aws-ts-nextjs/demoapp/package.json b/aws-ts-nextjs/demoapp/package.json index 095415a91..0a4a4a3f4 100644 --- a/aws-ts-nextjs/demoapp/package.json +++ b/aws-ts-nextjs/demoapp/package.json @@ -15,7 +15,7 @@ "autoprefixer": "10.4.14", "eslint": "8.46.0", "eslint-config-next": "13.4.12", - "next": "14.2.7", + "next": "14.2.10", "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/aws-ts-url-shortener-cache-http/package.json b/aws-ts-url-shortener-cache-http/package.json index b1901d91a..9897b625e 100644 --- a/aws-ts-url-shortener-cache-http/package.json +++ b/aws-ts-url-shortener-cache-http/package.json @@ -21,7 +21,7 @@ "express": "^4.16.3", "mime-types": "^2.1.20", "parseurl": "^1.3.2", - "redis": "2.8.0", + "redis": "3.1.1", "send": "^0.16.2" }, "peerDependencies": {} diff --git a/cloud-ts-url-shortener-cache-http/package.json b/cloud-ts-url-shortener-cache-http/package.json index 1a7324c7a..29ab72c35 100644 --- a/cloud-ts-url-shortener-cache-http/package.json +++ b/cloud-ts-url-shortener-cache-http/package.json @@ -20,7 +20,7 @@ "@pulumi/cloud": "latest", "@pulumi/cloud-aws": "latest", "@pulumi/cloud-azure": "latest", - "redis": "^2.8.0", + "redis": "^3.1.1", "express": "^4.16.3", "parseurl": "^1.3.2", "send": "^0.16.2", diff --git a/cloud-ts-url-shortener-cache/package.json b/cloud-ts-url-shortener-cache/package.json index ea0fbdadf..d092d80d6 100644 --- a/cloud-ts-url-shortener-cache/package.json +++ b/cloud-ts-url-shortener-cache/package.json @@ -5,7 +5,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "redis": "^2.8.0", + "redis": "^3.1.1", "@pulumi/cloud": "latest", "@pulumi/cloud-aws": "latest" }