Skip to content

Commit 14ce789

Browse files
Bump @stylistic/eslint-plugin-js from 1.7.0 to 1.7.2 (#161)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcc73d3 commit 14ce789

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@rollup/plugin-node-resolve": "^15.2.3",
3131
"@rollup/plugin-terser": "^0.4.4",
3232
"@rollup/plugin-typescript": "^11.1.6",
33-
"@stylistic/eslint-plugin-js": "^1.6.2",
33+
"@stylistic/eslint-plugin-js": "^1.7.2",
3434
"@tsconfig/node20": "^20.1.4",
3535
"@types/node": "^20.12.7",
3636
"@typescript-eslint/eslint-plugin": "^7.6.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,12 +1299,12 @@
12991299
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.14.3.tgz#5b2fb4d8cd44c05deef8a7b0e6deb9ccb8939d18"
13001300
integrity sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==
13011301

1302-
"@stylistic/eslint-plugin-js@^1.6.2":
1303-
version "1.7.0"
1304-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.7.0.tgz#7453e3c340284254d33ca25a1a3f234337155087"
1305-
integrity sha512-PN6On/+or63FGnhhMKSQfYcWutRlzOiYlVdLM6yN7lquoBTqUJHYnl4TA4MHwiAt46X5gRxDr1+xPZ1lOLcL+Q==
1302+
"@stylistic/eslint-plugin-js@^1.7.2":
1303+
version "1.7.2"
1304+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.7.2.tgz#3f2f6a82d75219698b2e30cc306bfdc7677b7496"
1305+
integrity sha512-ZYX7C5p7zlHbACwFLU+lISVh6tdcRP/++PWegh2Sy0UgMT5kU0XkPa2tKWEtJYzZmPhJxu9LxbnWcnE/tTwSDQ==
13061306
dependencies:
1307-
"@types/eslint" "^8.56.2"
1307+
"@types/eslint" "^8.56.8"
13081308
acorn "^8.11.3"
13091309
escape-string-regexp "^4.0.0"
13101310
eslint-visitor-keys "^3.4.3"
@@ -1335,10 +1335,10 @@
13351335
resolved "https://registry.yarnpkg.com/@tsconfig/node20/-/node20-20.1.4.tgz#3457d42eddf12d3bde3976186ab0cd22b85df928"
13361336
integrity sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==
13371337

1338-
"@types/eslint@^8.56.2":
1339-
version "8.56.5"
1340-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.5.tgz#94b88cab77588fcecdd0771a6d576fa1c0af9d02"
1341-
integrity sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==
1338+
"@types/eslint@^8.56.8":
1339+
version "8.56.9"
1340+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.9.tgz#403e9ced04a34e63f1c383c5b8ee1a94442c8cc4"
1341+
integrity sha512-W4W3KcqzjJ0sHg2vAq9vfml6OhsJ53TcUjUqfzzZf/EChUtwspszj/S0pzMxnfRcO55/iGq47dscXw71Fxc4Zg==
13421342
dependencies:
13431343
"@types/estree" "*"
13441344
"@types/json-schema" "*"

0 commit comments

Comments
 (0)