diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 11cbbf6a..48e655ba 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -284,9 +284,9 @@ } }, "@types/eslint": { - "version": "7.2.9", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.9.tgz", - "integrity": "sha512-SdAAXZNvWfhtf3X3y1cbbCZhP3xyPh7mfTvzV6CgfWc/ZhiHpyr9bVroe2/RCHIf7gczaNcprhaBLsx0CCJHQA==", + "version": "7.2.10", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.10.tgz", + "integrity": "sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ==", "dev": true, "requires": { "@types/estree": "*", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index bf46803a..e50c7256 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -43,7 +43,7 @@ "@rollup/plugin-commonjs": "^18.0.0", "@tsconfig/recommended": "^1.0.1", "@types/bn.js": "^5.1.0", - "@types/eslint": "^7.2.9", + "@types/eslint": "^7.2.10", "@types/eslint-plugin-prettier": "^3.1.0", "@types/mkdirp": "^1.0.1", "@types/mz": "^2.7.3",