fix: upgrade eslint-config-prettier from 6.11.0 to 6.12.0

Snyk has created this PR to upgrade eslint-config-prettier from 6.11.0 to 6.12.0.

See this package in npm:
https://www.npmjs.com/package/eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-10-17 01:39:18 +00:00 committed by Overtorment
parent 19e4ae977c
commit ebe2681d3c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2132,9 +2132,9 @@
} }
}, },
"eslint-config-prettier": { "eslint-config-prettier": {
"version": "6.11.0", "version": "6.12.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz",
"integrity": "sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==", "integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==",
"requires": { "requires": {
"get-stdin": "^6.0.0" "get-stdin": "^6.0.0"
} }

View File

@ -22,7 +22,7 @@
"bignumber.js": "^9.0.1", "bignumber.js": "^9.0.1",
"bolt11": "^1.2.6", "bolt11": "^1.2.6",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.1.4",
"express": "^4.16.4", "express": "^4.16.4",
"express-rate-limit": "^5.1.3", "express-rate-limit": "^5.1.3",