From c1766887abbbb8c1968ce3c534310ade988bae07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 10:26:08 +0000 Subject: [PATCH] Bump rollup from 2.29.0 to 2.30.0 in /token-lending/js (#617) Bumps [rollup](https://github.com/rollup/rollup) from 2.29.0 to 2.30.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.29.0...v2.30.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 d057db93..4e4cdb6f 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -2231,9 +2231,9 @@ } }, "rollup": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.29.0.tgz", - "integrity": "sha512-gtU0sjxMpsVlpuAf4QXienPmUAhd6Kc7owQ4f5lypoxBW18fw2UNYZ4NssLGsri6WhUZkE/Ts3EMRebN+gNLiQ==", + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.30.0.tgz", + "integrity": "sha512-j4K1hUZfgFM03DUpayd3c7kZW+2wDbI6rj7ssQxpCpL1vsGpaM0vSorxBuePFwQDFq9O2DI6AOQbm174Awsq4w==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 62fb85c3..6727faa4 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.29.0", + "rollup": "^2.30.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.6.3",