From a965c4aa686b29f9de44c8ef9ba1fc739e4b9e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 10:53:18 +0000 Subject: [PATCH] Bump rollup from 2.28.2 to 2.29.0 in /token-lending/js (#590) Bumps [rollup](https://github.com/rollup/rollup) from 2.28.2 to 2.29.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.28.2...v2.29.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 b3cba365..498826ca 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -2204,9 +2204,9 @@ "dev": true }, "rollup": { - "version": "2.28.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.28.2.tgz", - "integrity": "sha512-8txbsFBFLmm9Xdt4ByTOGa9Muonmc8MfNjnGAR8U8scJlF1ZW7AgNZa7aqBXaKtlvnYP/ab++fQIq9dB9NWUbg==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.29.0.tgz", + "integrity": "sha512-gtU0sjxMpsVlpuAf4QXienPmUAhd6Kc7owQ4f5lypoxBW18fw2UNYZ4NssLGsri6WhUZkE/Ts3EMRebN+gNLiQ==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/token-lending/js/package.json b/token-lending/js/package.json index c8153ea5..4bc03b33 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -57,7 +57,7 @@ "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.1.2", - "rollup": "^2.28.2", + "rollup": "^2.29.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.6.3",