From 49ca0b817454d03229a7b813e608df0224155eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:40:36 +0000 Subject: [PATCH] chore(deps): bump svg-path-commander from 2.0.9 to 2.0.10 (#10460) Bumps [svg-path-commander](https://github.com/thednp/svg-path-commander) from 2.0.9 to 2.0.10. - [Commits](https://github.com/thednp/svg-path-commander/commits) --- updated-dependencies: - dependency-name: svg-path-commander dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c900e70440..c3b9350929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "semver": "~7.6.3", "simple-icons": "13.5.0", "smol-toml": "1.3.0", - "svg-path-commander": "^2.0.9", + "svg-path-commander": "^2.0.10", "webextension-store-meta": "^1.2.3", "xpath": "~0.0.34" }, @@ -5498,9 +5498,9 @@ } }, "node_modules/@thednp/dommatrix": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@thednp/dommatrix/-/dommatrix-2.0.6.tgz", - "integrity": "sha512-DXQq4Rs/akYzeXYGkNy3KiJ4JoD8+SYr1QRWTXtAGoZ0+vJcyBt0aeqA1K4CxPaBaIfKdOTE+Te1HV9sAQ4I4A==" + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@thednp/dommatrix/-/dommatrix-2.0.7.tgz", + "integrity": "sha512-d5p07ZYa1Z6opXIGwKpBVvzxQity43T0kVnDXMbZNsMzaOrJGKtemRJA8Puj2GtvWQ5+JiNPkiwBWSk6plLVtA==" }, "node_modules/@tokenizer/token": { "version": "0.3.0", @@ -28074,11 +28074,11 @@ "dev": true }, "node_modules/svg-path-commander": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/svg-path-commander/-/svg-path-commander-2.0.9.tgz", - "integrity": "sha512-VfRLznHewlpQvuahtBK0MT/PlWAapbTx8RSytqgaVwD3US2keKcc3WYYlBBk4vIOR+jB3nQu/NAVlWHKlo0Fjw==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/svg-path-commander/-/svg-path-commander-2.0.10.tgz", + "integrity": "sha512-DGYaXpW6cD0ML3Qj/Md/2al4p44wm/THVQMd2wL5w5LlbFWM/iU8BMvWjUDRzJXe8tpQG3LVsuEQftzdjQE+Vg==", "dependencies": { - "@thednp/dommatrix": "^2.0.6" + "@thednp/dommatrix": "^2.0.7" }, "engines": { "node": ">=16", diff --git a/package.json b/package.json index bd2e2075f5..17f491d424 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "semver": "~7.6.3", "simple-icons": "13.5.0", "smol-toml": "1.3.0", - "svg-path-commander": "^2.0.9", + "svg-path-commander": "^2.0.10", "webextension-store-meta": "^1.2.3", "xpath": "~0.0.34" }, -- GitLab