From 20f5e9e6821cbe60026575468f365d76eca98ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 May 2019 09:29:56 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 1.10.1 to 1.11.0 Bumps [rollup](https://github.com/rollup/rollup) from 1.10.1 to 1.11.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/v1.10.1...v1.11.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e3bff9fa..58926b48 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "markdownlint-cli": "^0.15.0", "npm-run-all": "^4.1.5", "prettier": "^1.17.0", - "rollup": "^1.10.1", + "rollup": "^1.11.0", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-terser": "^4.0.4" }, diff --git a/yarn.lock b/yarn.lock index e57edaa4..c8090c17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1009,10 +1009,10 @@ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg== -"@types/node@^11.13.5": - version "11.13.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.8.tgz#e5d71173c95533be9842b2c798978f095f912aab" - integrity sha512-szA3x/3miL90ZJxUCzx9haNbK5/zmPieGraZEe4WI+3srN0eGLiT22NXeMHmyhNEopn+IrxqMc7wdVwvPl8meg== +"@types/node@^11.13.9": + version "11.13.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.9.tgz#f80697caca7f7fb2526527a5c5a2743487f05ccc" + integrity sha512-NJ4yuEVw5podZbINp3tEqUIImMSAEHaCXRiWCf3KC32l6hIKf0iPJEh2uZdT0fELfRYk310yLmMXqy2leZQUbg== "@types/normalize-package-data@^2.4.0": version "2.4.0" @@ -5309,13 +5309,13 @@ rollup-pluginutils@^2.3.0: estree-walker "^0.6.0" micromatch "^3.1.10" -rollup@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.10.1.tgz#aeb763bbe98f707dc6496708db88372fa66687e7" - integrity sha512-pW353tmBE7QP622ITkGxtqF0d5gSRCVPD9xqM+fcPjudeZfoXMFW2sCzsTe2TU/zU1xamIjiS9xuFCPVT9fESw== +rollup@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.11.0.tgz#a4e157759eed90f935ce2827c4beee8a9172386d" + integrity sha512-6a/3P64AW7rXNQ3rQrkOoH4Dt1YVXBCX7CRaUDklfioB9mxSQMA9sBctN/8YifDPNeRgLnrSDQRb+5ym+WGCiw== dependencies: "@types/estree" "0.0.39" - "@types/node" "^11.13.5" + "@types/node" "^11.13.9" acorn "^6.1.1" rsvp@^4.8.4: