diff --git a/package.json b/package.json index 425c9894..3b7debb9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "rollup": "2.27.1", "rollup-plugin-node-builtins": "2.1.2", "rollup-plugin-node-globals": "1.4.0", - "rollup-plugin-typescript2": "0.27.2", + "rollup-plugin-typescript2": "0.29.0", "sinon": "9.0.3", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", diff --git a/yarn.lock b/yarn.lock index 9e3478d8..1df557c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3278,10 +3278,10 @@ rollup-plugin-node-globals@1.4.0: process-es6 "^0.11.6" rollup-pluginutils "^2.3.1" -rollup-plugin-typescript2@0.27.2: - version "0.27.2" - resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.2.tgz#871a7f5d2a774f9cef50d25da868eec72acc2ed8" - integrity sha512-zarMH2F8oT/NO6p20gl/jkts+WxyzOlhOIUwUU/EDx5e6ewdDPS/flwLj5XFuijUCr64bZwqKuRVwCPdXXYefQ== +rollup-plugin-typescript2@0.29.0: + version "0.29.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.29.0.tgz#b7ad83f5241dbc5bdf1e98d9c3fca005ffe39e1a" + integrity sha512-YytahBSZCIjn/elFugEGQR5qTsVhxhUwGZIsA9TmrSsC88qroGo65O5HZP/TTArH2dm0vUmYWhKchhwi2wL9bw== dependencies: "@rollup/pluginutils" "^3.1.0" find-cache-dir "^3.3.1"