From e3ac1f278948cc1e0f373c73cec0eeea46145917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:37:14 +0100 Subject: [PATCH] Bump @stylistic/eslint-plugin-js from 2.1.0 to 2.2.0 in /src/TodoApp (#1112) --- src/TodoApp/package-lock.json | 8 ++++---- src/TodoApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 83177a0d..3c2cf92a 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", - "@stylistic/eslint-plugin-js": "^2.1.0", + "@stylistic/eslint-plugin-js": "^2.2.0", "@types/jquery": "^3.5.30", "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0", @@ -2796,9 +2796,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.1.0.tgz", - "integrity": "sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.2.0.tgz", + "integrity": "sha512-pdkNeVORubs+k7jmhHivYXggoFvw1ykAyGBQomodOYO8MhO8/IM798XVyjadC6EeTeBiXlEWYRy/4QV34hDz+A==", "dev": true, "dependencies": { "@types/eslint": "^8.56.10", diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 847c7e69..71f9513f 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.7", - "@stylistic/eslint-plugin-js": "^2.1.0", + "@stylistic/eslint-plugin-js": "^2.2.0", "@types/jquery": "^3.5.30", "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0",