Skip to content

Commit c211363

Browse files
chore(deps): update all non-major dependencies
1 parent 03e02f0 commit c211363

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
node: circleci/[email protected].0
4+
node: circleci/[email protected].1
55

66
commands:
77
install-volta:

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
}
3131
},
3232
"volta": {
33-
"node": "20.9.0",
34-
"npm": "10.2.4"
33+
"node": "20.19.4",
34+
"npm": "10.9.3"
3535
},
3636
"scripts": {
3737
"delete-build": "rimraf build",
@@ -50,39 +50,39 @@
5050
"fastify": "^5.3.0"
5151
},
5252
"devDependencies": {
53-
"@apollo/server": "4.9.5",
54-
"@apollo/server-integration-testsuite": "4.9.5",
53+
"@apollo/server": "4.12.2",
54+
"@apollo/server-integration-testsuite": "4.12.2",
5555
"@apollo/utils.withrequired": "3.0.0",
5656
"@jest/types": "29.6.3",
57-
"@oly_op/cspell-dict": "1.0.115",
58-
"@oly_op/eslint-config": "6.1.0",
59-
"@oly_op/prettier-config": "1.3.2",
57+
"@oly_op/cspell-dict": "1.1.16",
58+
"@oly_op/eslint-config": "6.7.23",
59+
"@oly_op/prettier-config": "1.9.8",
6060
"@swc/core": "1.3.82",
61-
"@types/jest": "29.5.8",
62-
"@types/node": "20.17.47",
63-
"@typescript-eslint/eslint-plugin": "6.11.0",
61+
"@types/jest": "29.5.14",
62+
"@types/node": "20.19.10",
63+
"@typescript-eslint/eslint-plugin": "6.21.0",
6464
"cross-env": "7.0.3",
6565
"cspell": "7.3.9",
66-
"eslint": "8.54.0",
66+
"eslint": "8.57.1",
6767
"eslint-config-airbnb": "19.0.4",
6868
"eslint-config-airbnb-typescript": "17.1.0",
69-
"eslint-plugin-import": "2.29.0",
69+
"eslint-plugin-import": "2.32.0",
7070
"eslint-plugin-json": "3.1.0",
7171
"eslint-plugin-node": "11.1.0",
7272
"eslint-plugin-prefer-arrow": "1.2.3",
73-
"eslint-plugin-promise": "6.1.1",
73+
"eslint-plugin-promise": "6.6.0",
7474
"eslint-plugin-unicorn": "48.0.1",
75-
"fastify": "5.3.2",
76-
"graphql": "16.8.1",
75+
"fastify": "5.5.0",
76+
"graphql": "16.11.0",
7777
"jest": "29.7.0",
7878
"jest-config": "29.7.0",
7979
"jest-junit": "16.0.0",
80-
"prettier": "3.1.0",
81-
"rimraf": "5.0.5",
82-
"ts-jest": "29.1.1",
83-
"ts-node": "10.9.1",
84-
"tsx": "4.19.4",
85-
"typescript": "5.4.5"
80+
"prettier": "3.6.2",
81+
"rimraf": "5.0.10",
82+
"ts-jest": "29.4.1",
83+
"ts-node": "10.9.2",
84+
"tsx": "4.20.3",
85+
"typescript": "5.9.2"
8686
},
8787
"dependencies": {
8888
"fastify-plugin": "^5.0.1"

0 commit comments

Comments
 (0)