mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06: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
Generated
+660
-655
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "0.33.4",
|
"@vercel/ncc": "0.33.4",
|
||||||
"eslint": "8.13.0",
|
"eslint": "8.14.0",
|
||||||
"eslint-config-airbnb": "19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-plugin-import": "2.26.0",
|
"eslint-plugin-import": "2.26.0",
|
||||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
"markdownlint": "0.25.1",
|
"markdownlint": "0.25.1",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"shellcheck": "1.1.0",
|
"shellcheck": "1.1.0",
|
||||||
"yaml-lint": "1.2.4",
|
"yaml-lint": "1.3.0",
|
||||||
"yarn": "1.22.18"
|
"yarn": "1.22.18"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user