Skip to content

Commit

Permalink
Update vulnerable dependencies [SECURITY] (#1729)
Browse files Browse the repository at this point in the history
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Dec 9, 2024
1 parent 5e23473 commit 7fe3d2f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aws-py-serverless-raw/app/app.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.1.0" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="1.1.2" />

<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-apigateway-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-nextjs/demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-url-shortener-cache-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down
2 changes: 1 addition & 1 deletion cloud-ts-url-shortener-cache-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion cloud-ts-url-shortener-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 7fe3d2f

Please sign in to comment.