From 9dabdcac61a9da5b2b050bf8bc706f2ebd734257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 10:07:19 +0100 Subject: [PATCH] Bump raphael from 2.2.7 to 2.3.0 (#6016) Bumps [raphael](https://github.com/DmitryBaranovskiy/raphael) from 2.2.7 to 2.3.0. - [Release notes](https://github.com/DmitryBaranovskiy/raphael/releases) - [Changelog](https://github.com/DmitryBaranovskiy/raphael/blob/master/history.md) - [Commits](https://github.com/DmitryBaranovskiy/raphael/compare/v2.2.7...v2.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c100fa3c00..de8c5a987a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19465,9 +19465,9 @@ "dev": true }, "raphael": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/raphael/-/raphael-2.2.7.tgz", - "integrity": "sha1-IxsZFB+NCGmG2PrOtm+LVi7iyBA=", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz", + "integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==", "requires": { "eve-raphael": "0.5.0" } diff --git a/package.json b/package.json index 12db702b88..c6bd83fb86 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "ng2-charts": "2.3.3", "ngx-monaco-editor": "8.1.1", "pdfjs-dist": "2.4.456", - "raphael": "2.2.7", + "raphael": "2.3.0", "rxjs": "^6.6.0", "snyk": "^1.374.0", "tslib": "^2.0.1",