From e9e5f0ad405a91021107a6a6ca3581046ab408e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 09:01:15 +0000 Subject: [PATCH] fix: upgrade @eslint/plugin-kit from 0.4.1 to 0.5.0 Snyk has created this PR to upgrade @eslint/plugin-kit from 0.4.1 to 0.5.0. See this package in npm: @eslint/plugin-kit See this project in Snyk: https://app.snyk.io/org/rafael2026/project/7d67c40c-e294-4e06-be20-75b41331551f?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../wwwroot/js/node_modules/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContosoCrafts/ContosoCrafts.WebSite/wwwroot/js/node_modules/eslint/package.json b/ContosoCrafts/ContosoCrafts.WebSite/wwwroot/js/node_modules/eslint/package.json index 3085a20..aebc66c 100644 --- a/ContosoCrafts/ContosoCrafts.WebSite/wwwroot/js/node_modules/eslint/package.json +++ b/ContosoCrafts/ContosoCrafts.WebSite/wwwroot/js/node_modules/eslint/package.json @@ -113,7 +113,7 @@ "@eslint/core": "^0.17.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "9.39.1", - "@eslint/plugin-kit": "^0.4.1", + "@eslint/plugin-kit": "^0.5.0", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2",