diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 5b45beec..5a03c870 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -342,9 +342,9 @@ "integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==" }, "@types/prettier": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.3.tgz", - "integrity": "sha512-PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.3.0.tgz", + "integrity": "sha512-hkc1DATxFLQo4VxPDpMH1gCkPpBbpOoJ/4nhuXw4n63/0R6bCpQECj4+K226UJ4JO/eJQz+1mC2I7JsWanAdQw==", "dev": true }, "@types/qs": { diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 807970a5..1196e912 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -48,7 +48,7 @@ "@types/mkdirp": "^1.0.1", "@types/mz": "^2.7.3", "@types/node": "^15.12.2", - "@types/prettier": "^2.2.3", + "@types/prettier": "^2.3.0", "@types/rollup-plugin-json": "^3.0.2", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0",