diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index b4f82159..bfafb7d4 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -291,9 +291,9 @@ } }, "@types/node": { - "version": "14.14.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.17.tgz", - "integrity": "sha512-G0lD1/7qD60TJ/mZmhog76k7NcpLWkPVGgzkRy3CTlnFu4LUQh5v2Wa661z6vnXmD8EQrnALUyf0VRtrACYztw==" + "version": "14.14.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.19.tgz", + "integrity": "sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==" }, "@types/prettier": { "version": "2.1.6", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 03b0a106..b8527e0c 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -50,7 +50,7 @@ "@types/eslint-plugin-prettier": "^3.1.0", "@types/mkdirp": "^1.0.1", "@types/mz": "^2.7.3", - "@types/node": "^14.14.17", + "@types/node": "^14.14.19", "@types/prettier": "^2.1.6", "@types/rollup-plugin-json": "^3.0.2", "@typescript-eslint/eslint-plugin": "^4.11.1",