1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Bump eslint-plugin-promise from 6.1.1 to 6.2.0 (#50832)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-28 07:54:57 -04:00
committed by GitHub
parent e769ff286d
commit 0f7acacf61
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@@ -132,7 +132,7 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "16.6.1",
"eslint-plugin-primer-react": "5.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-promise": "6.2.0",
"event-to-promise": "^0.8.0",
"graphql": "^16.8.1",
"http-status-code": "^2.1.0",
@@ -6448,15 +6448,18 @@
}
},
"node_modules/eslint-plugin-promise": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz",
"integrity": "sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.2.0.tgz",
"integrity": "sha512-QmAqwizauvnKOlifxyDj2ObfULpHQawlg/zQdgEixur9vl0CvZGv/LCJV2rtj3210QCoeGBzVMfMXqGAOr/4fA==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
}
},
"node_modules/eslint-rule-documentation": {