diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index a9a1c555..c80eddca 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -2214,9 +2214,9 @@ } }, "rollup": { - "version": "2.50.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.5.tgz", - "integrity": "sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==", + "version": "2.50.6", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.6.tgz", + "integrity": "sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==", "dev": true, "requires": { "fsevents": "~2.3.1" diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 832181d1..9569ff97 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -57,7 +57,7 @@ "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.4.0", "prettier": "^2.2.1", - "rollup": "^2.50.5", + "rollup": "^2.50.6", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.6.3",