From de851e9b296f89cb0ebe4f0fc846faa0eef47981 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 11:53:47 +0000 Subject: [PATCH] Bump rollup from 1.12.0 to 1.25.1 Bumps [rollup](https://github.com/rollup/rollup) from 1.12.0 to 1.25.1. - [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.12.0...v1.25.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ee9d785a9..6766e47aed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8864,20 +8864,20 @@ } }, "rollup": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.12.0.tgz", - "integrity": "sha512-DFqgTupu9dkoS80AZ4xMgeLCeC96pGRCu1MLlOwRAjJ3qGItw+j4YWcL3/uWbgQO2mnmrAZphxAdjSXYsG5pWA==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.1.tgz", + "integrity": "sha512-K8ytdEzMa6anHSnfTIs2BLB+NXlQ4qmWwdNHBpYQNWCbZAzj+DRVk7+ssbLSgddwpFW1nThr2GElR+jASF2NPA==", "dev": true, "requires": { - "@types/estree": "0.0.39", - "@types/node": "^12.0.2", - "acorn": "^6.1.1" + "@types/estree": "*", + "@types/node": "*", + "acorn": "^7.1.0" }, "dependencies": { - "@types/node": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.2.tgz", - "integrity": "sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA==", + "acorn": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", + "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", "dev": true } } diff --git a/package.json b/package.json index 2b30147f29..b91ed564ba 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "pngjs": "^3.4.0", "proj4": "2.5.0", "puppeteer": "~1.20.0", - "rollup": "^1.12.0", + "rollup": "^1.25.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-node-resolve": "^5.0.0",