From 17dca6da6ab30d17eba04779baa3a8628df428e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 05:13:09 +0000 Subject: [PATCH] chore: bump rollup-plugin-flat-dts from 1.1.0 to 1.2.0 in /web3.js (#16087) Bumps [rollup-plugin-flat-dts](https://github.com/run-z/rollup-plugin-flat-dts) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/run-z/rollup-plugin-flat-dts/releases) - [Commits](https://github.com/run-z/rollup-plugin-flat-dts/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 5b873e849a..9ea645c46a 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -16087,9 +16087,9 @@ } }, "rollup-plugin-flat-dts": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-flat-dts/-/rollup-plugin-flat-dts-1.1.0.tgz", - "integrity": "sha512-JIpOCSJz9KkrGN+XRayc5jYBoDq5H09NLWLalz2i8kC1kPI+QgP72bP9AvhlJOsu9+3OaOhwEGCuoSntsw7QXQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-flat-dts/-/rollup-plugin-flat-dts-1.2.0.tgz", + "integrity": "sha512-mMo9LyOcyYPiYujiAak4CEglKhxZ5FTc6KMohvTVVjJIZMtSkHkxnusQBa8nMKrJ0rLwmZVA8ls2bS16+zbD7A==", "dev": true, "requires": { "is-glob": "^4.0.1",