Skip to content

Commit ba2dfb4

Browse files
authored
fix: update dependencies (#33)
Update dependencies to fix security vulnerabilities: - `node-fetch` GHSA-w7rc-rwvf-8q5r - `lodash` GHSA-p6mc-m468-83gw
1 parent 80822df commit ba2dfb4

File tree

2 files changed

+271
-929
lines changed

2 files changed

+271
-929
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"fakes"
2323
],
2424
"dependencies": {
25-
"@graphql-codegen/plugin-helpers": "^1.13.1",
25+
"@graphql-codegen/plugin-helpers": "^1.17.9",
2626
"casual": "^1.6.2",
27-
"indefinite": "^2.3.2",
27+
"indefinite": "^2.4.1",
2828
"pascal-case": "^3.1.1",
2929
"sentence-case": "^3.0.3",
3030
"upper-case": "^2.0.1"
@@ -33,8 +33,8 @@
3333
"graphql": "^14.6.0"
3434
},
3535
"devDependencies": {
36-
"@auto-it/conventional-commits": "^9.25.0",
37-
"@graphql-codegen/testing": "^1.13.1",
36+
"@auto-it/conventional-commits": "^9.57.0",
37+
"@graphql-codegen/testing": "^1.17.7",
3838
"@types/faker": "^4.1.11",
3939
"@types/jest": "^25.1.5",
4040
"@typescript-eslint/eslint-plugin": "^2.26.0",
@@ -47,11 +47,10 @@
4747
"eslint-plugin-jest": "^23.8.2",
4848
"eslint-plugin-prettier": "^3.1.2",
4949
"graphql": "^14.0.0",
50-
"graphql-toolkit": "^0.7.5",
51-
"husky": "^4.2.3",
50+
"husky": "^4.3.0",
5251
"jest": "^25.2.7",
53-
"lint-staged": "^10.1.1",
54-
"prettier": "^2.0.2",
52+
"lint-staged": "^10.4.0",
53+
"prettier": "^2.1.2",
5554
"prettier-config-landr": "^0.0.7",
5655
"ts-jest": "^25.4.0",
5756
"typescript": "^3.8.3"

0 commit comments

Comments
 (0)