Skip to content

Commit 49e58ac

Browse files
chore(deps): update dependency vitest to v3.1.1 (#6708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fc10b0 commit 49e58ac

File tree

8 files changed

+113
-146
lines changed

8 files changed

+113
-146
lines changed

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"slonik": "30.4.4",
3838
"strip-ansi": "7.1.0",
3939
"tslib": "2.8.1",
40-
"vitest": "3.0.5",
40+
"vitest": "3.1.1",
4141
"zod": "3.24.1"
4242
}
4343
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"turbo": "2.3.3",
9999
"typescript": "5.7.3",
100100
"vite-tsconfig-paths": "5.1.4",
101-
"vitest": "3.0.5"
101+
"vitest": "3.1.1"
102102
},
103103
"pnpm": {
104104
"overrides.esbuild": "To address CVE: https://github.com/graphql-hive/console/security/dependabot/259",

packages/libraries/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"graphql": "16.9.0",
5858
"graphql-ws": "5.16.1",
5959
"nock": "14.0.0",
60-
"vitest": "3.0.5",
60+
"vitest": "3.1.1",
6161
"ws": "8.18.0"
6262
},
6363
"publishConfig": {

packages/libraries/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"graphql": "16.9.0",
6060
"nock": "14.0.0",
6161
"tslib": "2.8.1",
62-
"vitest": "3.0.5"
62+
"vitest": "3.1.1"
6363
},
6464
"publishConfig": {
6565
"registry": "https://registry.npmjs.org",

packages/libraries/yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"graphql-ws": "5.16.1",
6161
"graphql-yoga": "5.13.3",
6262
"nock": "14.0.0",
63-
"vitest": "3.0.5",
63+
"vitest": "3.1.1",
6464
"ws": "8.18.0"
6565
},
6666
"publishConfig": {

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"supertokens-node": "16.7.5",
7373
"tslib": "2.8.1",
7474
"undici": "6.21.1",
75-
"vitest": "3.0.5",
75+
"vitest": "3.1.1",
7676
"zod": "3.24.1",
7777
"zod-validation-error": "3.4.0"
7878
}

packages/services/broker-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"itty-router": "4.2.2",
1616
"toucan-js": "4.1.0",
1717
"undici": "6.21.1",
18-
"vitest": "3.0.5",
18+
"vitest": "3.1.1",
1919
"workers-loki-logger": "0.1.15",
2020
"zod": "3.24.1"
2121
}

0 commit comments

Comments
 (0)