From 42124b2c619be6b1e0f816280eed4801f90ebab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 05:11:14 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.38.4 to 2.41.1 in /examples/svelte Bumps [rollup](https://github.com/rollup/rollup) from 2.38.4 to 2.41.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/v2.38.4...v2.41.1) Signed-off-by: dependabot[bot] --- examples/svelte/package-lock.json | 12 ++++++------ examples/svelte/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/svelte/package-lock.json b/examples/svelte/package-lock.json index 2fa1bdb9..ea4e613f 100644 --- a/examples/svelte/package-lock.json +++ b/examples/svelte/package-lock.json @@ -571,18 +571,18 @@ } }, "rollup": { - "version": "2.38.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.4.tgz", - "integrity": "sha512-B0LcJhjiwKkTl79aGVF/u5KdzsH8IylVfV56Ut6c9ouWLJcUK17T83aZBetNYSnZtXf2OHD4+2PbmRW+Fp5ulg==", + "version": "2.41.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.1.tgz", + "integrity": "sha512-nepLFAW5W71/MWpS2Yr7r31eS7HRfYg2RXnxb6ehqN9zY42yACxKtEfb4xq8SmNfUohAzGMcyl6jkwdLOAiUbg==", "dev": true, "requires": { "fsevents": "~2.3.1" }, "dependencies": { "fsevents": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz", - "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", "dev": true, "optional": true } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index a110007f..9223e721 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -7,7 +7,7 @@ "start": "sirv public" }, "devDependencies": { - "rollup": "^2.38.4", + "rollup": "^2.41.1", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-node-resolve": "^11.1.1", "rollup-plugin-livereload": "^2.0.0",