Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert committed Feb 11, 2025
1 parent e92a5bc commit e100d64
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 24 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
build:
docker:
- image: cimg/node:22.13
- image: cimg/node:22.14
steps:
- checkout
- restore_cache:
Expand All @@ -30,7 +30,7 @@ jobs:
test:
resource_class: large
docker:
- image: cimg/node:22.13
- image: cimg/node:22.14
- image: postgres:17-alpine
environment:
POSTGRES_DB: api_test
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
registry-url: us.gcr.io
pulumi_preview:
docker:
- image: cimg/node:22.13
- image: cimg/node:22.14
steps:
- checkout
- pulumi/login
Expand All @@ -105,7 +105,7 @@ jobs:
pulumi_up:
circleci_ip_ranges: true
docker:
- image: cimg/node:22.13
- image: cimg/node:22.14
environment:
USE_GKE_GCLOUD_AUTH_PLUGIN: 'True'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .infra/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13
22.14
4 changes: 2 additions & 2 deletions .infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"@types/node": "22.13.x"
},
"dependencies": {
"@dailydotdev/pulumi-common": "^2.4.6",
"@dailydotdev/pulumi-common": "2.5.0",
"@pulumi/gcp": "^8.10.2",
"@pulumi/kubernetes": "^4.19.0",
"@pulumi/pulumi": "^3.143.0"
},
"packageManager": "[email protected]+sha256.26a726b633b629a3fabda006f696ae4260954a3632c8054112d7ae89779e5f9a",
"volta": {
"node": "22.13.1"
"node": "22.14.0"
}
}
100 changes: 88 additions & 12 deletions .infra/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13
22.14
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13-bookworm-slim
FROM node:22.14-bookworm-slim
RUN apt-get update \
&& apt-get install -y ca-certificates dumb-init \
&& rm -rf /var/lib/apt/lists/*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.14",
"@types/markdown-it": "14.1.2",
"@types/node": "^22.13.1",
"@types/node": "22.13.1",
"@types/node-fetch": "^2.6.12",
"@types/retry": "^0.12.5",
"@types/rss": "0.0.32",
Expand Down Expand Up @@ -183,7 +183,7 @@
}
},
"volta": {
"node": "22.13.1"
"node": "22.14.0"
},
"packageManager": "[email protected]+sha256.26a726b633b629a3fabda006f696ae4260954a3632c8054112d7ae89779e5f9a",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e100d64

Please sign in to comment.