diff --git a/aws-py-django-voting-app/frontend/requirements.txt b/aws-py-django-voting-app/frontend/requirements.txt index f90657f41..57ca890f2 100644 --- a/aws-py-django-voting-app/frontend/requirements.txt +++ b/aws-py-django-voting-app/frontend/requirements.txt @@ -1,2 +1,2 @@ -django==3.1 +django==4.2.16 mysqlclient==1.4.0 diff --git a/aws-py-oidc-provider-pulumi-cloud/requirements.txt b/aws-py-oidc-provider-pulumi-cloud/requirements.txt index e473b54da..bb0ed9c16 100644 --- a/aws-py-oidc-provider-pulumi-cloud/requirements.txt +++ b/aws-py-oidc-provider-pulumi-cloud/requirements.txt @@ -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 \ No newline at end of file diff --git a/aws-ts-apigateway-auth0/package.json b/aws-ts-apigateway-auth0/package.json index 90d9dddb3..13e31029b 100644 --- a/aws-ts-apigateway-auth0/package.json +++ b/aws-ts-apigateway-auth0/package.json @@ -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" } diff --git a/aws-ts-nextjs/demoapp/package.json b/aws-ts-nextjs/demoapp/package.json index 2d23a47ad..095415a91 100644 --- a/aws-ts-nextjs/demoapp/package.json +++ b/aws-ts-nextjs/demoapp/package.json @@ -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", diff --git a/aws-ts-stackreference-architecture/application/src/backend/requirements.txt b/aws-ts-stackreference-architecture/application/src/backend/requirements.txt index 3f66e36ab..117216296 100644 --- a/aws-ts-stackreference-architecture/application/src/backend/requirements.txt +++ b/aws-ts-stackreference-architecture/application/src/backend/requirements.txt @@ -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 \ No newline at end of file diff --git a/aws-ts-url-shortener-cache-http/package.json b/aws-ts-url-shortener-cache-http/package.json index 9349980c1..52fba3811 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": "2.8.0", "send": "^0.16.2" }, "peerDependencies": {}