Skip to content

Commit b3ce6f4

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - cross-fetch from 3.1.5 to 3.1.8. See this package in npm: https://www.npmjs.com/package/cross-fetch - graphql from 16.4.0 to 16.9.0. See this package in npm: https://www.npmjs.com/package/graphql - graphql-request from 4.2.0 to 4.3.0. See this package in npm: https://www.npmjs.com/package/graphql-request - jszip from 3.9.1 to 3.10.1. See this package in npm: https://www.npmjs.com/package/jszip See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/4c056a5d-2d12-4fa1-a431-237af4cd1bcc?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 13d0e30 commit b3ce6f4

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"test": "ava"
2929
},
3030
"dependencies": {
31-
"cross-fetch": "^3.1.5",
32-
"graphql": "^16.4.0",
33-
"graphql-request": "^4.2.0",
34-
"jszip": "^3.9.1"
31+
"cross-fetch": "^3.1.8",
32+
"graphql": "^16.9.0",
33+
"graphql-request": "^4.3.0",
34+
"jszip": "^3.10.1"
3535
},
3636
"devDependencies": {
3737
"ava": "^4.2.0",

0 commit comments

Comments
 (0)