Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-promise to v7 (#1944)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 401fb5d commit a33971e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-autolink-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-promise": "7.1.0",
"jest": "29.7.0",
"yarn": "^1.22.17"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-rewrite-ids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-promise": "7.1.0",
"jest": "29.7.0",
"yarn": "^1.22.17"
},
Expand Down
13 changes: 2 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@ __metadata:
eslint-config-standard: "npm:17.1.0"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-n: "npm:14.0.0"
eslint-plugin-promise: "npm:5.2.0"
eslint-plugin-promise: "npm:7.1.0"
github-slugger: "npm:^1.4.0"
hast-util-to-string: "npm:^1.0.4"
jest: "npm:29.7.0"
Expand All @@ -3185,7 +3185,7 @@ __metadata:
eslint-config-standard: "npm:17.1.0"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-n: "npm:14.0.0"
eslint-plugin-promise: "npm:5.2.0"
eslint-plugin-promise: "npm:7.1.0"
hast-util-to-string: "npm:^1.0.4"
jest: "npm:29.7.0"
lodash: "npm:^4.17.21"
Expand Down Expand Up @@ -9537,15 +9537,6 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-promise@npm:5.2.0":
version: 5.2.0
resolution: "eslint-plugin-promise@npm:5.2.0"
peerDependencies:
eslint: ^7.0.0
checksum: 10c0/73a6da06e2efe32d04f3a872268b728c47b0b4946af852c6be142180d8d8284555991a6f946ec47792fad88c35393b331f8e54ff9e0e76d2b73a6d74cacd8aaa
languageName: node
linkType: hard

"eslint-plugin-promise@npm:7.1.0":
version: 7.1.0
resolution: "eslint-plugin-promise@npm:7.1.0"
Expand Down

0 comments on commit a33971e

Please sign in to comment.