From ce439daa991de66ae9505ab4095b67085fc3c641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 20:29:17 +0800 Subject: [PATCH] Bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 in /token-lending/js (#745) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 6 +++--- token-lending/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index ce9b8594..48d9882f 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -93,9 +93,9 @@ } }, "@rollup/plugin-commonjs": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-15.1.0.tgz", - "integrity": "sha512-xCQqz4z/o0h2syQ7d9LskIMvBSH4PX5PjYdpSSvgS+pQik3WahkQVNWg3D8XJeYjZoVWnIUQYDghuEMRGrmQYQ==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-16.0.0.tgz", + "integrity": "sha512-LuNyypCP3msCGVQJ7ki8PqYdpjfEkE/xtFa5DqlF+7IBD0JsfMZ87C58heSwIMint58sAUZbt3ITqOmdQv/dXw==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 54886663..3dfa9380 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -41,7 +41,7 @@ "@solana/web3.js": "^0.86.2" }, "devDependencies": { - "@rollup/plugin-commonjs": "^15.1.0", + "@rollup/plugin-commonjs": "^16.0.0", "@tsconfig/recommended": "^1.0.1", "@types/eslint": "^7.2.4", "@types/eslint-plugin-prettier": "^3.1.0",