diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 2863935e..21d0e396 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -227,9 +227,9 @@ } }, "@types/node": { - "version": "14.11.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.8.tgz", - "integrity": "sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxcUzsh2P2Pw==" + "version": "14.11.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.11.tgz", + "integrity": "sha512-UcaAZrL8uO5GNS+NLxkYg1RiOMgdLxCXGqs+TTupltXN8rTvUEKTOpqCV3tlcAIZJXzcBQajzmjdrvuPvnuMUw==" }, "@types/prettier": { "version": "2.1.5", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index df3bd8aa..b04bc0c0 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -47,7 +47,7 @@ "@types/eslint-plugin-prettier": "^3.1.0", "@types/mkdirp": "^1.0.1", "@types/mz": "^2.7.1", - "@types/node": "^14.11.8", + "@types/node": "^14.11.11", "@types/prettier": "^2.1.5", "@types/rollup-plugin-json": "^3.0.2", "@typescript-eslint/eslint-plugin": "^4.5.0",