From 7c9a07b5ac8250a74b9688c5ed6d3b0ea8a9bd9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2019 05:46:07 +0000 Subject: [PATCH] Bump rollup from 0.68.2 to 1.16.4 Bumps [rollup](https://github.com/rollup/rollup) from 0.68.2 to 1.16.4. - [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/v0.68.2...v1.16.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aad751e..3a6c3125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -194,9 +194,9 @@ "dev": true }, "@types/node": { - "version": "11.9.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-11.9.4.tgz", - "integrity": "sha512-Zl8dGvAcEmadgs1tmSPcvwzO1YRsz38bVJQvH1RvRqSR9/5n61Q1ktcDL0ht3FXWR+ZpVmXVwN1LuH4Ax23NsA==", + "version": "12.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.10.tgz", + "integrity": "sha512-LcsGbPomWsad6wmMNv7nBLw7YYYyfdYcz6xryKYQhx89c3XXan+8Q6AJ43G5XDIaklaVkK3mE4fCb0SBvMiPSQ==", "dev": true }, "accepts": { @@ -7215,13 +7215,22 @@ } }, "rollup": { - "version": "0.68.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.68.2.tgz", - "integrity": "sha512-WgjNCXYv7ZbtStIap1+tz4pd2zwz0XYN//OILwEY6dINIFLVizK1iWdu+ZtUURL/OKnp8Lv2w8FBds8YihzX7Q==", + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.16.4.tgz", + "integrity": "sha512-Bht8QXoo2dJc8lUGyEMfnfKCV7hkf1oLzN6L8YdDE2toaaoCe5DxoqYjTyKswWQyiZseViZw9quEdDRz0YXifw==", "dev": true, "requires": { "@types/estree": "0.0.39", - "@types/node": "*" + "@types/node": "^12.0.10", + "acorn": "^6.1.1" + }, + "dependencies": { + "acorn": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz", + "integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==", + "dev": true + } } }, "rollup-plugin-babel": { diff --git a/package.json b/package.json index 6963adf3..ef84b1df 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "rimraf": "^2.6.3", - "rollup": "^0.68.2", + "rollup": "^1.16.4", "rollup-plugin-babel": "^3.0.7", "rollup-plugin-commonjs": "^9.3.4", "rollup-plugin-node-resolve": "^3.4.0",