From ea27f98ba4a6831d75ca27d8d5d3fd88b1fcab65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:15:25 +0000 Subject: [PATCH] build: bump canvg in /ResearchAssistant/App/frontend Bumps [canvg](https://github.com/canvg/canvg) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/canvg/canvg/releases) - [Changelog](https://github.com/canvg/canvg/blob/v3.0.11/CHANGELOG.md) - [Commits](https://github.com/canvg/canvg/commits/v3.0.11) --- updated-dependencies: - dependency-name: canvg dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ResearchAssistant/App/frontend/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ResearchAssistant/App/frontend/package-lock.json b/ResearchAssistant/App/frontend/package-lock.json index fda44845..9ee81ac4 100644 --- a/ResearchAssistant/App/frontend/package-lock.json +++ b/ResearchAssistant/App/frontend/package-lock.json @@ -3759,9 +3759,10 @@ ] }, "node_modules/canvg": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.10.tgz", - "integrity": "sha512-qwR2FRNO9NlzTeKIPIKpnTY6fqwuYSequ8Ru8c0YkYU7U0oW+hLUvWadLvAu1Rl72OMNiFhoLu4f8eUjQ7l/+Q==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.11.tgz", + "integrity": "sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==", + "license": "MIT", "optional": true, "dependencies": { "@babel/runtime": "^7.12.5",