diff --git a/bun.lockb b/bun.lockb index f7c9663d9..43d45146c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 0c9089882..c9c2400ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "@types/clone": "2.1.4", "@types/jest": "29.5.13", "@types/node": "^18.11.18", - "@types/svgo": "2.6.0", + "@types/svgo": "2.6.4", "@types/ts-expose-internals": "npm:ts-expose-internals@5.5.4", "@types/yup": "0.32.0", "babel-plugin-spectypes": "2.1.11", @@ -3310,9 +3310,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": "*" @@ -13468,9 +13468,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 0d4bdd7dc..5fae6abe1 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/clone": "2.1.4", "@types/jest": "29.5.13", "@types/node": "^18.11.18", - "@types/svgo": "2.6.0", + "@types/svgo": "2.6.4", "@types/ts-expose-internals": "npm:ts-expose-internals@5.5.4", "@types/yup": "0.32.0", "babel-plugin-spectypes": "2.1.11",