Skip to content

Commit

Permalink
Address Security Vulnerabilities in Dependencies (facebook#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsters authored Sep 30, 2022
1 parent d6fe39d commit 006f573
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 394 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"overrides": [
{
"files": ["*.yaml", "*.yml"],
"plugins": ["yaml"],
"extends": ["plugin:yaml/recommended"]
"plugins": ["yml"],
"extends": ["plugin:yml/standard"]
},
{
"files": ["*.md", "*.mdx"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-mdx": "^1.16.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-yaml": "^0.5.0",
"eslint-plugin-yml": "^1.2.0",
"husky": "^4.3.8",
"netlify-plugin-cache": "^1.0.3",
"prettier": "^2.7.1",
Expand All @@ -31,6 +31,6 @@
},
"resolutions": {
"trim": "^1.0.1",
"ansi-regex": "^5.0.1"
"update-notifier": "^6.0.2"
}
}
Loading

0 comments on commit 006f573

Please sign in to comment.