From 20949a8c0484098d4f5bad858e4250e5230446a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 16:59:48 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @html-eslint/eslint-plugin from 0.19.1 to 0.26.0. See this package in npm: https://www.npmjs.com/package/@html-eslint/eslint-plugin - @html-eslint/parser from 0.19.1 to 0.26.0. See this package in npm: https://www.npmjs.com/package/@html-eslint/parser - eslint from 8.46.0 to 9.9.0. See this package in npm: https://www.npmjs.com/package/eslint - eslint-plugin-html from 7.1.0 to 8.1.1. See this package in npm: https://www.npmjs.com/package/eslint-plugin-html - eslint-plugin-import from 2.28.0 to 2.29.1. See this package in npm: https://www.npmjs.com/package/eslint-plugin-import - jsdoc from 4.0.2 to 4.0.3. See this package in npm: https://www.npmjs.com/package/jsdoc See this project in Snyk: https://app.snyk.io/org/cachiman/project/72f62b14-7289-4529-9a4c-8cceed56edae?utm_source=github&utm_medium=referral&page=upgrade-pr --- platform/web/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platform/web/package.json b/platform/web/package.json index 5da0e2a76bf3..68ba5976cf94 100644 --- a/platform/web/package.json +++ b/platform/web/package.json @@ -21,12 +21,12 @@ "author": "Godot Engine contributors", "license": "MIT", "devDependencies": { - "@html-eslint/eslint-plugin": "^0.19.1", - "@html-eslint/parser": "^0.19.1", - "eslint": "^8.46.0", + "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/parser": "^0.26.0", + "eslint": "^9.9.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-import": "^2.28.0", - "jsdoc": "^4.0.2", - "eslint-plugin-html": "^7.1.0" + "eslint-plugin-import": "^2.29.1", + "jsdoc": "^4.0.3", + "eslint-plugin-html": "^8.1.1" } }