From 916fb9d5788442438f8510fc3fdb6fdb1148abb3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 06:58:32 +0000 Subject: [PATCH] Chore(deps-dev): Bump rollup-plugin-executable from 1.5.1 to 1.6.1 Bumps [rollup-plugin-executable](https://github.com/sebastian-software/rollup-plugin-executable) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/sebastian-software/rollup-plugin-executable/releases) - [Changelog](https://github.com/sebastian-software/rollup-plugin-executable/blob/master/.release-it.json) - [Commits](https://github.com/sebastian-software/rollup-plugin-executable/compare/1.5.1...1.6.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ea13a1..48ffc15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -135,12 +135,12 @@ } }, "@babel/runtime": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz", - "integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==", + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", "dev": true, "requires": { - "regenerator-runtime": "^0.13.2" + "regenerator-runtime": "^0.13.4" } }, "@babel/template": { @@ -6303,9 +6303,9 @@ } }, "regenerator-runtime": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", - "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==", + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==", "dev": true }, "regex-not": { @@ -6525,12 +6525,12 @@ } }, "rollup-plugin-executable": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/rollup-plugin-executable/-/rollup-plugin-executable-1.5.1.tgz", - "integrity": "sha512-+UAapfjBIJP24/x2qqxQTCNOZq2fRdLOpeXlIaGwOYTvjafBkc35LQrApr3Lg+2izJTUJsQdiW38vaoArS0n+A==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/rollup-plugin-executable/-/rollup-plugin-executable-1.6.1.tgz", + "integrity": "sha512-bWFEiThV1MAXd5LUN9BRxsid/DfwHUrvNsCHGbc04yb0riKVei1E9zow6wNFRlorIc+5Y3Vb4WFob03X5yTVJg==", "dev": true, "requires": { - "@babel/runtime": "^7.6.2" + "@babel/runtime": "^7.12.5" } }, "rollup-plugin-hashbang": {