Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 6369901 commit f4c158a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ansible/host_vars/authentik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "3"
services:
postgresql:
image: docker.io/library/postgres:16.0-alpine@sha256:acf5271bbecd4b8733f4e93959a8d2b536a57aeee6cc4b6a71890aaf646425b8
image: docker.io/library/postgres:16.1-alpine@sha256:bebdbe026fbb097684cc853e1a259b8c8b385e06ffc9873b4f76c5ae5d596257
restart: always
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Expand Down
2 changes: 1 addition & 1 deletion ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oci==2.115.1
oci==2.116.0
dnspython==2.4.2
jmespath==1.0.1
cryptography>=39.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
12 changes: 6 additions & 6 deletions cdktf/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,9 @@
prebuild-install "^7.1.1"

"@cdktf/provider-cloudflare@^10.0.0":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@cdktf/provider-cloudflare/-/provider-cloudflare-10.0.2.tgz#cf58afbd228a5b84f292647ea669cfc20dddca52"
integrity sha512-FCXzONhPqpDrjEp4OupLr43ZlmAqS25aG+E70c6VX3sDUUethS4xiPjps559ry0H9vDCqgcwa3zejshcL6JUnQ==
version "10.0.3"
resolved "https://registry.yarnpkg.com/@cdktf/provider-cloudflare/-/provider-cloudflare-10.0.3.tgz#ab1cc6b85059d6180e75c93b75357433a333d18f"
integrity sha512-dpBztDVlyYN+GCeod/j82UdCRqAgWsiKgRWf4Y09Mt47gyW4t3BKeGz5KMRwMfLEkwh50euHt4CsuZy58oSHjA==

"@cdktf/[email protected]":
version "0.19.1"
Expand Down Expand Up @@ -1050,9 +1050,9 @@
"@types/node" "*"

"@types/node@*", "@types/node@^20.4.0", "@types/node@^20.4.2", "@types/node@^20.9.0":
version "20.9.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
version "20.9.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.2.tgz#002815c8e87fe0c9369121c78b52e800fadc0ac6"
integrity sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==
dependencies:
undici-types "~5.26.4"

Expand Down
2 changes: 1 addition & 1 deletion migrate-todo/taskcafe/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
traefik.http.services.tasks.loadbalancer.server.port: 3333

taskcafe-postgres:
image: postgres:16.0-alpine@sha256:acf5271bbecd4b8733f4e93959a8d2b536a57aeee6cc4b6a71890aaf646425b8
image: postgres:16.1-alpine@sha256:bebdbe026fbb097684cc853e1a259b8c8b385e06ffc9873b4f76c5ae5d596257
volumes:
- /mnt/taskcafe/postgres:/var/lib/postgresql/data
env_file: secrets-postgres.env
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"devDependencies": {
"cdktf-cli": "^0.19.0",
"markdownlint-cli": "0.37.0",
"prettier": "3.0.3"
"prettier": "3.1.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2478,10 +2478,10 @@ prebuild-install@^7.1.1:
tar-fs "^2.0.0"
tunnel-agent "^0.6.0"

prettier@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
prettier@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==

prettier@^2.8.6:
version "2.8.8"
Expand Down

0 comments on commit f4c158a

Please sign in to comment.