diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index b968fab7..bc920f5b 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -93,9 +93,9 @@ } }, "@rollup/plugin-commonjs": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-16.0.0.tgz", - "integrity": "sha512-LuNyypCP3msCGVQJ7ki8PqYdpjfEkE/xtFa5DqlF+7IBD0JsfMZ87C58heSwIMint58sAUZbt3ITqOmdQv/dXw==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-17.0.0.tgz", + "integrity": "sha512-/omBIJG1nHQc+bgkYDuLpb/V08QyutP9amOrJRUSlYJZP+b/68gM//D8sxJe3Yry2QnYIr3QjR3x4AlxJEN3GA==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 5ea43fde..3ca27ea6 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -41,7 +41,7 @@ "@solana/web3.js": "^0.87.0" }, "devDependencies": { - "@rollup/plugin-commonjs": "^16.0.0", + "@rollup/plugin-commonjs": "^17.0.0", "@tsconfig/recommended": "^1.0.1", "@types/eslint": "^7.2.5", "@types/eslint-plugin-prettier": "^3.1.0",