Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f094452

Browse files
chore(deps): update devdependency eslint-plugin-promise to ^7.2.1 (#840)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7833ea2 commit f094452

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"core-js": "3.39.0",
8383
"cross-env": "^7.0.3",
8484
"eslint": "^8.57.1",
85-
"eslint-plugin-promise": "^7.2.0",
85+
"eslint-plugin-promise": "^7.2.1",
8686
"happy-dom": "^15.11.6",
8787
"http-server": "^14.1.1",
8888
"lint-staged": "^15.2.10",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7550,10 +7550,10 @@ eslint-formatter-pretty@^4.1.0:
75507550
string-width "^4.2.0"
75517551
supports-hyperlinks "^2.0.0"
75527552

7553-
eslint-plugin-promise@^7.2.0:
7554-
version "7.2.0"
7555-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz#ef4194982c3a00867a4def866e0b5abf0caf6a87"
7556-
integrity sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q==
7553+
eslint-plugin-promise@^7.2.1:
7554+
version "7.2.1"
7555+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0"
7556+
integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==
75577557
dependencies:
75587558
"@eslint-community/eslint-utils" "^4.4.0"
75597559

0 commit comments

Comments
 (0)