mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Apply security fix as proposed by Dependabot (#110)
* Apply security fix as proposed by Dependabot I actually went to the developer first, pull request the lib., but then my update got reject, since the lib. moved to TypeScript (from JavaScript); still, a new release was done and this might just solve our issue * Update eslint as warned by GitHub notifications
This commit is contained in:
committed by
GitHub
parent
9d4fdad6a1
commit
311afd9034
+2
-2
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "0.33.4",
|
||||
"eslint": "8.13.0",
|
||||
"eslint": "8.14.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||
@@ -34,7 +34,7 @@
|
||||
"markdownlint": "0.25.1",
|
||||
"prettier": "2.6.2",
|
||||
"shellcheck": "1.1.0",
|
||||
"yaml-lint": "1.2.4",
|
||||
"yaml-lint": "1.3.0",
|
||||
"yarn": "1.22.18"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user