From 9530969e0f709c2b6dcc8aa3caf252b80624ba6f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 8 Jun 2020 10:25:41 +0300 Subject: [PATCH] chore: Upgrade raphael from 2.2.8 to 2.3.0 (#347) * fix: upgrade raphael from 2.2.8 to 2.3.0 Snyk has created this PR to upgrade raphael from 2.2.8 to 2.3.0. See this package in NPM: https://www.npmjs.com/package/raphael See this project in Snyk: https://app.snyk.io/org/robertslando/project/f6cf8cb7-7f1f-4c53-a9e6-f88c4e1a116c?utm_source=github&utm_medium=upgrade-pr * fix: upgrade raphael from 2.2.8 to 2.3.0 Snyk has created this PR to upgrade raphael from 2.2.8 to 2.3.0. See this package in NPM: https://www.npmjs.com/package/raphael See this project in Snyk: https://app.snyk.io/org/robertslando/project/f6cf8cb7-7f1f-4c53-a9e6-f88c4e1a116c?utm_source=github&utm_medium=upgrade-pr --- 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 ec0c23c..c2dd3e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1783,9 +1783,9 @@ "dev": true }, "raphael": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/raphael/-/raphael-2.2.8.tgz", - "integrity": "sha512-0kWKcGn4lXTw4eUiOhjspYiG+v0m6zSmTmlO62E0hl2CYKUvCuHER9YKqXYvOn2nj24mYp8jzHOLeBuj/Gn28Q==", + "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 be2213d..bd8395c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "url": "https://github.com/toorshia/justgage/issues" }, "dependencies": { - "raphael": "^2.2.8" + "raphael": "^2.3.0" }, "homepage": "https://github.com/toorshia/justgage", "devDependencies": {