Skip to content

Commit 1565f23

Browse files
committed
fix: packages/gatsby-source-coda/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
1 parent 349f3c6 commit 1565f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-coda/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.6",
44
"private": true,
55
"dependencies": {
6-
"node-fetch": "^2.6.0",
6+
"node-fetch": "^2.6.7",
77
"query-string": "^6.8.3"
88
}
99
}

0 commit comments

Comments
 (0)