diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 665e3abd..4c8c2e19 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -1145,9 +1145,9 @@ } }, "eslint-config-prettier": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz", - "integrity": "sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", + "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", "dev": true }, "eslint-plugin-prettier": { diff --git a/token-lending/js/package.json b/token-lending/js/package.json index da920da5..cb8b0077 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -54,7 +54,7 @@ "@typescript-eslint/parser": "^4.20.0", "dotenv": "^8.2.0", "eslint": "^7.23.0", - "eslint-config-prettier": "^7.2.0", + "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.3.1", "prettier": "^2.2.1", "rollup": "^2.44.0",