Skip to content

Commit b6fb20a

Browse files
chore(deps): update devdependencies (non-major)
1 parent 2ac8dc8 commit b6fb20a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-to-graphql-query",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"scripts": {
@@ -16,20 +16,20 @@
1616
"url": "https://github.com/vkolgi/json-to-graphql-query.git"
1717
},
1818
"devDependencies": {
19-
"@types/chai": "4.3.0",
20-
"@types/mocha": "9.1.0",
21-
"@types/node": "16.11.22",
19+
"@types/chai": "5.2.3",
20+
"@types/mocha": "10.0.10",
21+
"@types/node": "24.11.2",
2222
"@typescript-eslint/eslint-plugin": "8.5.0",
2323
"@typescript-eslint/parser": "8.5.0",
2424
"ansi-regex": "6.0.1",
25-
"chai": "4.3.6",
26-
"eslint": "9.10.0",
27-
"eslint-config-prettier": "9.1.0",
25+
"chai": "6.2.2",
26+
"eslint": "10.0.2",
27+
"eslint-config-prettier": "10.1.8",
2828
"eslint-plugin-prettier": "5.2.1",
29-
"mocha": "9.2.2",
29+
"mocha": "11.7.5",
3030
"prettier": "3.3.3",
31-
"sinon": "13.0.1",
31+
"sinon": "21.0.2",
3232
"ts-node": "10.4.0",
33-
"typescript": "4.7.4"
33+
"typescript": "5.9.3"
3434
}
3535
}

0 commit comments

Comments
 (0)