From 58d9caa5822d729b8960bd8f63a0b4e93f46805f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Jun 2019 06:50:05 +0000 Subject: [PATCH] Update dependency rollup to v1.15.2 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3acb8fe..80713b7 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "postcss-cli": "6.1.2", "postcss-preset-env": "6.6.0", "prettier": "1.17.0", - "rollup": "1.10.1", + "rollup": "1.15.2", "rollup-plugin-node-resolve": "4.2.4", "serve": "11.0.0" } diff --git a/yarn.lock b/yarn.lock index 531b0f1..ae20f42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -800,10 +800,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.2.tgz#3452a24edf9fea138b48fad4a0a028a683da1e40" integrity sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA== -"@types/node@^11.13.5": - version "11.13.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.6.tgz#37ec75690830acb0d74ce3c6c43caab787081e85" - integrity sha512-Xoo/EBzEe8HxTSwaZNLZjaW6M6tA/+GmD3/DZ6uo8qSaolE/9Oarko0oV1fVfrLqOz0tx0nXJB4rdD5c+vixLw== +"@types/node@^12.0.8": + version "12.0.8" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.8.tgz#551466be11b2adc3f3d47156758f610bd9f6b1d8" + integrity sha512-b8bbUOTwzIY3V5vDTY1fIJ+ePKDUBqt2hC2woVGotdQQhG/2Sh62HOKHrT7ab+VerXAcPyAiTEipPu/FsreUtg== "@types/q@^1.5.1": version "1.5.1" @@ -4317,13 +4317,13 @@ rollup-plugin-node-resolve@4.2.4: is-module "^1.0.0" resolve "^1.10.0" -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.15.2: + version "1.15.2" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.15.2.tgz#676feb0e73c8f99f75e0078b331a576c56354df6" + integrity sha512-NsH0Mjqk/RtlhSIJopNUiCYi3r3zudHxg9Cj6Or96QnJw/suab0/PjL50/GRNE5omvXEG2F9K4a334ddvA1Txg== dependencies: "@types/estree" "0.0.39" - "@types/node" "^11.13.5" + "@types/node" "^12.0.8" acorn "^6.1.1" safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: