fix: upgrade eslint-config-prettier from 6.14.0 to 6.15.0

Snyk has created this PR to upgrade eslint-config-prettier from 6.14.0 to 6.15.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-11-19 01:40:25 +00:00 committed by Overtorment
parent 04a4e042b6
commit 7b71a7ee9a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2132,9 +2132,9 @@
}
},
"eslint-config-prettier": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.14.0.tgz",
"integrity": "sha512-DbVwh0qZhAC7CNDWcq8cBdK6FcVHiMTKmCypOPWeZkp9hJ8xYwTaWSa6bb6cjfi8KOeJy0e9a8Izxyx+O4+gCQ==",
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz",
"integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==",
"requires": {
"get-stdin": "^6.0.0"
}

View File

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