Skip to content

Commit 97384c0

Browse files
chore(deps): update all non-major dependencies
1 parent 52783e7 commit 97384c0

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/node@5.1.0
4+
node: circleci/node@5.3.0
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,40 +50,40 @@
5050
"fastify": "^4.4.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",
60-
"@oly_op/tsconfig": "1.0.25",
57+
"@oly_op/cspell-dict": "1.1.16",
58+
"@oly_op/eslint-config": "6.7.23",
59+
"@oly_op/prettier-config": "1.9.8",
60+
"@oly_op/tsconfig": "1.2.3",
6161
"@swc/core": "1.3.82",
62-
"@types/jest": "29.5.8",
63-
"@types/node": "16.18.62",
62+
"@types/jest": "29.5.14",
63+
"@types/node": "16.18.126",
6464
"@types/rimraf": "3.0.2",
65-
"@typescript-eslint/eslint-plugin": "6.11.0",
65+
"@typescript-eslint/eslint-plugin": "6.21.0",
6666
"cross-env": "7.0.3",
6767
"cspell": "7.3.9",
68-
"eslint": "8.54.0",
68+
"eslint": "8.57.1",
6969
"eslint-config-airbnb": "19.0.4",
7070
"eslint-config-airbnb-typescript": "17.1.0",
71-
"eslint-plugin-import": "2.29.0",
71+
"eslint-plugin-import": "2.32.0",
7272
"eslint-plugin-json": "3.1.0",
7373
"eslint-plugin-node": "11.1.0",
7474
"eslint-plugin-prefer-arrow": "1.2.3",
75-
"eslint-plugin-promise": "6.1.1",
75+
"eslint-plugin-promise": "6.6.0",
7676
"eslint-plugin-unicorn": "48.0.1",
77-
"fastify": "4.24.3",
78-
"graphql": "16.8.1",
77+
"fastify": "4.29.1",
78+
"graphql": "16.11.0",
7979
"jest": "29.7.0",
8080
"jest-config": "29.7.0",
8181
"jest-junit": "16.0.0",
82-
"prettier": "3.1.0",
83-
"rimraf": "5.0.5",
84-
"ts-jest": "29.1.1",
85-
"ts-node": "10.9.1",
86-
"typescript": "5.2.2"
82+
"prettier": "3.6.2",
83+
"rimraf": "5.0.10",
84+
"ts-jest": "29.4.0",
85+
"ts-node": "10.9.2",
86+
"typescript": "5.8.3"
8787
},
8888
"dependencies": {
8989
"fastify-plugin": "^4.4.0"

0 commit comments

Comments
 (0)