From 52ce28f9c20b100fe7579d492c98864c792b8e56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:10:43 +0000 Subject: [PATCH] chore(deps): update dependency @types/svgo to v2.6.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38340d2e0..b9412dcd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "@types/clone": "2.1.4", "@types/jest": "29.5.10", "@types/node": "^18.11.18", - "@types/svgo": "2.6.0", + "@types/svgo": "2.6.4", "@types/ts-expose-internals": "npm:ts-expose-internals@5.3.2", "@types/yup": "0.29.14", "babel-plugin-spectypes": "2.1.11", @@ -3303,9 +3303,9 @@ "dev": true }, "node_modules/@types/svgo": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-2.6.0.tgz", - "integrity": "sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-2.6.4.tgz", + "integrity": "sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==", "dev": true, "dependencies": { "@types/node": "*" @@ -13084,9 +13084,9 @@ "dev": true }, "@types/svgo": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-2.6.0.tgz", - "integrity": "sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-2.6.4.tgz", + "integrity": "sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index ba141b2d0..d9d419e5f 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@types/clone": "2.1.4", "@types/jest": "29.5.10", "@types/node": "^18.11.18", - "@types/svgo": "2.6.0", + "@types/svgo": "2.6.4", "@types/ts-expose-internals": "npm:ts-expose-internals@5.3.2", "@types/yup": "0.29.14", "babel-plugin-spectypes": "2.1.11",