From 332eeaf7d62846b2ae0791d52f6147a07a12d0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 02:03:40 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.53.2 to 2.55.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.53.2 to 2.55.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.53.2...v2.55.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a2e63a..e9b0b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "jest": "^27.0.6", "lint-staged": "^11.0.1", "prettier": "^2.3.2", - "rollup": "^2.53.2", + "rollup": "^2.55.1", "standard-version": "^9.3.1", "testdouble": "^3.16.1", "yaml": "^1.10.2" @@ -12852,9 +12852,9 @@ } }, "node_modules/rollup": { - "version": "2.53.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz", - "integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==", + "version": "2.55.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.1.tgz", + "integrity": "sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -24422,9 +24422,9 @@ } }, "rollup": { - "version": "2.53.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz", - "integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==", + "version": "2.55.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.1.tgz", + "integrity": "sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 78d5d24..1733c55 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "jest": "^27.0.6", "lint-staged": "^11.0.1", "prettier": "^2.3.2", - "rollup": "^2.53.2", + "rollup": "^2.55.1", "standard-version": "^9.3.1", "testdouble": "^3.16.1", "yaml": "^1.10.2"