From 3f0447e9c94f4e67f7b752bbf6f396b67a68532b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:55:30 +0000 Subject: [PATCH] chore(deps-dev): bump @stylistic/eslint-plugin-js from 1.6.2 to 1.6.3 (#14604) * chore(deps-dev): bump @stylistic/eslint-plugin-js from 1.6.2 to 1.6.3 Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v1.6.3/packages/eslint-plugin-js) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6c0ba9657..b44ff1eca 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "@babel/preset-typescript": "7.23.3", "@jest/globals": "29.7.0", "@microsoft/eslint-formatter-sarif": "3.0.0", - "@stylistic/eslint-plugin-js": "1.6.2", + "@stylistic/eslint-plugin-js": "1.6.3", "@types/aes-js": "3.1.4", "@types/crypto-js": "4.2.2", "@types/eslint": "8.56.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a16e39c5..1eef662d5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -254,8 +254,8 @@ devDependencies: specifier: 3.0.0 version: 3.0.0 '@stylistic/eslint-plugin-js': - specifier: 1.6.2 - version: 1.6.2(eslint@8.57.0) + specifier: 1.6.3 + version: 1.6.3(eslint@8.57.0) '@types/aes-js': specifier: 3.1.4 version: 3.1.4 @@ -2554,8 +2554,8 @@ packages: '@sinonjs/commons': 3.0.1 dev: true - /@stylistic/eslint-plugin-js@1.6.2(eslint@8.57.0): - resolution: {integrity: sha512-ndT6X2KgWGxv8101pdMOxL8pihlYIHcOv3ICd70cgaJ9exwkPn8hJj4YQwslxoAlre1TFHnXd/G1/hYXgDrjIA==} + /@stylistic/eslint-plugin-js@1.6.3(eslint@8.57.0): + resolution: {integrity: sha512-ckdz51oHxD2FaxgY2piJWJVJiwgp8Uu96s+as2yB3RMwavn3nHBrpliVukXY9S/DmMicPRB2+H8nBk23GDG+qA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: '>=8.40.0'