1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

CI: Update JavaScript linter deps with known security vulnerabilities

jsdoc has no new release so I'm tracking this PR:
https://github.com/jsdoc/jsdoc/pull/1906

(cherry picked from commit e743b6b24c)
This commit is contained in:
Rémi Verschelde
2021-05-12 10:32:27 +02:00
parent 6b39ec034c
commit cb438028ee
2 changed files with 20 additions and 21 deletions

View File

@@ -23,6 +23,6 @@
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"jsdoc": "^3.6.6"
"jsdoc": "github:jsdoc/jsdoc#544a992824631fc652183d8b0b4b1281dc961560"
}
}