Skip to content

Commit

Permalink
Update vulnerable dependencies [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Dec 6, 2024
1 parent 0d9c91d commit b2ab553
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion aws-py-django-voting-app/frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django==3.1
django==4.2.16
mysqlclient==1.4.0
10 changes: 5 additions & 5 deletions aws-py-oidc-provider-pulumi-cloud/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pulumi>=3.0.0,<4.0.0
pulumi-aws>=6.0.2,<7.0.0
certifi==2023.7.22
certifi==2024.7.4
cffi==1.15.1
charset-normalizer==3.3.0
cryptography==41.0.6
idna==3.4
cryptography==43.0.1
idna==3.7
pycparser==2.21
pyOpenSSL==23.2.0
requests==2.31.0
requests==2.32.2
pulumi-tls>=5.0.0,<6.0.0
urllib3==1.26.18
urllib3==1.26.19
PyYAML
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.0.0",
"@types/auth0-js": "^9.10.1",
"@types/jsonwebtoken": "^8.3.2",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "^1.4.0",
"typescript": "^4.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-nextjs/demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"postcss": "8.4.27",
"next": "14.2.7",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Click==7.0
dnspython==1.15.0
Flask==1.0.2
dnspython==2.6.1
Flask==2.2.5
itsdangerous==0.24
Jinja2==2.10
Jinja2==3.1.4
MarkupSafe>=1.0
Werkzeug==0.14.1
requests==2.20.0
Werkzeug==3.0.6
requests==2.32.2
pg8000==1.13.2
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": "2.8.0",
"send": "^0.16.2"
},
"peerDependencies": {}
Expand Down

0 comments on commit b2ab553

Please sign in to comment.