Skip to content

Commit 5d2b0e5

Browse files
committed
fix(deps): update jackson
GitOrigin-RevId: 74e664052eeb5369f94506d0c21a8f712b8ccef2
1 parent c86bbac commit 5d2b0e5

File tree

9 files changed

+244
-244
lines changed

9 files changed

+244
-244
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
services:
6161
postgres:
62-
image: postgres:18.0
62+
image: postgres:18.1
6363
ports:
6464
- 5432:5432
6565
env:

_dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:18.0
3+
image: postgres:18.1
44
ports:
55
- 5432:5432
66
restart: always

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ networks:
33

44
services:
55
postgres:
6-
image: postgres:18.0
6+
image: postgres:18.1
77
restart: always
88
environment:
99
- POSTGRES_PASSWORD=''

internal-ui/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "12.3.0",
2929
"@types/node": "24.10.1",
30-
"@types/react": "19.2.4",
30+
"@types/react": "19.2.5",
3131
"@typescript-eslint/eslint-plugin": "8.46.4",
3232
"@typescript-eslint/parser": "8.46.4",
3333
"@vitejs/plugin-react": "4.7.0",

npm/package-lock.json

Lines changed: 113 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"coverage-map": "map.js"
4444
},
4545
"dependencies": {
46-
"@aws-sdk/client-dynamodb": "3.930.0",
47-
"@aws-sdk/credential-providers": "3.930.0",
48-
"@aws-sdk/util-dynamodb": "3.930.0",
46+
"@aws-sdk/client-dynamodb": "3.932.0",
47+
"@aws-sdk/credential-providers": "3.932.0",
48+
"@aws-sdk/util-dynamodb": "3.932.0",
4949
"@boxyhq/error-code-mnemonic": "0.1.1",
5050
"@boxyhq/metrics": "0.2.11",
5151
"@boxyhq/saml20": "1.12.2",
@@ -56,7 +56,7 @@
5656
"jose": "6.1.1",
5757
"ipaddr.js": "2.2.0",
5858
"lodash": "4.17.21",
59-
"mixpanel": "0.19.0",
59+
"mixpanel": "0.19.1",
6060
"mongodb": "7.0.0",
6161
"mssql": "12.1.0",
6262
"mysql2": "3.15.3",

package-lock.json

Lines changed: 118 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@types/micromatch": "4.0.10",
108108
"@types/node": "24.10.1",
109109
"@types/prismjs": "1.26.5",
110-
"@types/react": "19.2.4",
110+
"@types/react": "19.2.5",
111111
"@types/styled-components": "5.1.35",
112112
"@typescript-eslint/eslint-plugin": "8.46.4",
113113
"@typescript-eslint/parser": "8.46.4",

0 commit comments

Comments
 (0)