Skip to content

Commit 5086e10

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent fc63c74 commit 5086e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
5454
},
5555
"devDependencies": {
56-
"eslint": "^5.10.0",
56+
"eslint": "^9.0.0",
5757
"eslint-config-airbnb": "^17.1.0",
5858
"eslint-plugin-import": "^2.9.0",
5959
"eslint-plugin-jsx-a11y": "^6.0.3",

0 commit comments

Comments
 (0)