From 054aa0b367536a84fe5aa9d214db4841f0772234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:59:17 +0000 Subject: [PATCH] build(deps): bump @xmldom/xmldom and svg2ttf Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) and [svg2ttf](https://github.com/fontello/svg2ttf). These dependencies needed to be updated together. Updates `@xmldom/xmldom` from 0.8.13 to 0.9.12 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.8.13...0.9.12) Updates `svg2ttf` from 6.0.3 to 6.1.0 - [Changelog](https://github.com/fontello/svg2ttf/blob/master/CHANGELOG.md) - [Commits](https://github.com/fontello/svg2ttf/compare/6.0.3...6.1.0) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.12 dependency-type: indirect - dependency-name: svg2ttf dependency-version: 6.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd502e35c..34f4b27cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36403,11 +36403,13 @@ } }, "node_modules/svg2ttf": { - "version": "6.0.3", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-6.1.0.tgz", + "integrity": "sha512-EjxgcmhKcBpx/3fR1hPwVtJAbUc/ZsDpwOTF74SI3PbzCg4pDHnxVmoSuqgEqxVJGqqkSCI6+82cucpn2D5aOw==", "dev": true, "license": "MIT", "dependencies": { - "@xmldom/xmldom": "^0.7.2", + "@xmldom/xmldom": "^0.9.10", "argparse": "^2.0.1", "cubic2quad": "^1.2.1", "lodash": "^4.17.10", @@ -37750,7 +37752,9 @@ } }, "node_modules/webfont/node_modules/xml2js": { - "version": "0.5.0", + "version": "0.4.23", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", + "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", "dev": true, "license": "MIT", "dependencies": { @@ -41164,20 +41168,6 @@ "assert": "^2.1.0" } }, - "packages/toolkit": { - "name": "aws-toolkit-vscode", - "version": "3.97.0-SNAPSHOT", - "extraneous": true, - "license": "Apache-2.0", - "dependencies": { - "aws-core-vscode": "file:../core/" - }, - "devDependencies": {}, - "engines": { - "npm": "^10.1.0", - "vscode": "^1.83.0" - } - }, "plugins/eslint-plugin-aws-toolkits": { "version": "1.0.0", "license": "Apache-2.0",