From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 04:41:10 +0000 (+0000) Subject: build(deps-dev): bump rollup-plugin-typescript2 from 0.24.0 to 0.24.1 X-Git-Tag: v4.0.0-alpha.0~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c37628ae2a4ff638284023c5bcdc78e7d4c1ea;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump rollup-plugin-typescript2 from 0.24.0 to 0.24.1 Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.24.0 to 0.24.1. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.24.0...0.24.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 73a9fb43..7c7d1b0f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^5.1.1", - "rollup-plugin-typescript2": "^0.24.0", + "rollup-plugin-typescript2": "^0.24.1", "ts-jest": "^24.0.2", "ts-loader": "^6.0.4", "ts-node": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index df04b586..09742344 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5380,10 +5380,10 @@ rollup-plugin-terser@^5.1.1: serialize-javascript "^1.7.0" terser "^4.1.0" -rollup-plugin-typescript2@^0.24.0: - version "0.24.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.24.0.tgz#27ce5459d03e095236bdbcda3ca68fe289718d07" - integrity sha512-yp7z9hZ5kXjOGXKXkfTRJuIPyLvKtUWfAGmreilnYn+qIVhE5CgE7SFvzLKHggsAXPaCAflHRiEj0l71WXWJkA== +rollup-plugin-typescript2@^0.24.1: + version "0.24.1" + resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.24.1.tgz#6b6bd4c4dcfc7575af68b16f921a13ad32f68f47" + integrity sha512-n3vgzHSNWN45w1Z/2BcpCPgrCLUUCS/GqQJJ780vA3/ULuXqyHbP+7CMBhWA/WL7LV55sMbMT55s7cwIvbRXsg== dependencies: find-cache-dir "^3.0.0" fs-extra "8.1.0"