From 91f4b121238fdba3335dffc7f8182ecdb85f78b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Mar 2023 18:50:27 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-n from 15.5.1 to 15.6.1 Snyk has created this PR to upgrade eslint-plugin-n from 15.5.1 to 15.6.1. See this package in npm: https://www.npmjs.com/package/eslint-plugin-n See this project in Snyk: https://app.snyk.io/org/jwood3794/project/d325e4a5-f19a-4ac8-90fb-d846016551c4?utm_source=github&utm_medium=referral&page=upgrade-pr --- playwright/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/package.json b/playwright/package.json index c21b02622b2..3efc7d3126f 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -11,7 +11,7 @@ "eslint": "8.28.0", "eslint-config-standard": "17.0.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-n": "15.5.1", + "eslint-plugin-n": "15.6.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.1.1", "npm-check-updates": "16.7.10"