From d5f056c71740f33bbe58951074decf20c411211a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 23:27:29 +0000 Subject: [PATCH] fix: upgrade canvas-confetti from 1.5.1 to 1.9.3 Snyk has created this PR to upgrade canvas-confetti from 1.5.1 to 1.9.3. See this package in npm: canvas-confetti See this project in Snyk: https://app.snyk.io/org/iky95/project/83f1092f-ac3c-4fa1-9c02-b20d0611d341?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1b873a7fdbf9..0260306a8e9b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "license": "GPL-3.0", "dependencies": { "axios": "1.6.4", - "canvas-confetti": "1.5.1", + "canvas-confetti": "^1.9.3", "chart.js": "3.7.1", "chartjs-adapter-date-fns": "2.0.0", "chartjs-plugin-annotation": "1.4.0", @@ -4643,9 +4643,10 @@ ] }, "node_modules/canvas-confetti": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.5.1.tgz", - "integrity": "sha512-Ncz+oZJP6OvY7ti4E1slxVlyAV/3g7H7oQtcCDXgwGgARxPnwYY9PW5Oe+I8uvspYNtuHviAdgA0LfcKFWJfpg==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.9.3.tgz", + "integrity": "sha512-rFfTURMvmVEX1gyXFgn5QMn81bYk70qa0HLzcIOSVEyl57n6o9ItHeBtUSWdvKAPY0xlvBHno4/v3QPrT83q9g==", + "license": "ISC", "funding": { "type": "donate", "url": "https://www.paypal.me/kirilvatev" diff --git a/frontend/package.json b/frontend/package.json index 6c5339e560c1..594c4caeadb3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,7 +60,7 @@ }, "dependencies": { "axios": "1.6.4", - "canvas-confetti": "1.5.1", + "canvas-confetti": "1.9.3", "chart.js": "3.7.1", "chartjs-adapter-date-fns": "2.0.0", "chartjs-plugin-annotation": "1.4.0",