From 3a4063e3c21e0fe0503d68a987f38ec14e9ca346 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:39:19 +0000 Subject: [PATCH] fix(deps): update dependency svix to v1.29.0 --- with-webhooks/package.json | 2 +- with-webhooks/yarn.lock | 29 ++++++++++++++++++++++------- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/with-webhooks/package.json b/with-webhooks/package.json index 5615152f..4b166c4b 100644 --- a/with-webhooks/package.json +++ b/with-webhooks/package.json @@ -17,7 +17,7 @@ "react-dom": "18.2.0", "resend": "latest", "slack-notify": "2.0.7", - "svix": "1.20.0" + "svix": "1.29.0" }, "devDependencies": { "@types/node": "20.11.20", diff --git a/with-webhooks/yarn.lock b/with-webhooks/yarn.lock index fea88aac..d5c247f4 100644 --- a/with-webhooks/yarn.lock +++ b/with-webhooks/yarn.lock @@ -2983,8 +2983,16 @@ streamsearch@^1.1.0: resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0: - name string-width-cjs +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^4.1.0: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -3070,7 +3078,14 @@ string.prototype.trimstart@^1.0.7: define-properties "^1.2.0" es-abstract "^1.22.1" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -3131,10 +3146,10 @@ svix-fetch@^3.0.0: node-fetch "^2.6.1" whatwg-fetch "^3.4.1" -svix@1.20.0: - version "1.20.0" - resolved "https://registry.yarnpkg.com/svix/-/svix-1.20.0.tgz#e1f73d988467253ac74f781e723e909c0c5bc47e" - integrity sha512-SFyNXS9shhcKNxK9fosagw0U9QdUl18tsFVKTljaLcTgkvilKUA3P+Ca4Lh5fk/LrruWJlYSxz1p5084q28ddw== +svix@1.29.0: + version "1.29.0" + resolved "https://registry.yarnpkg.com/svix/-/svix-1.29.0.tgz#0e9a821ef689284b1c972e9f12e82fab9d0ddfca" + integrity sha512-QMUy8X5g5t8A0iZhpRiYcXS1Tun5aAZXsNvK/PjPrx08bt8mpLCUY4CMQailjPh6U+vWAXajVwN/wZrKlUUwAQ== dependencies: "@stablelib/base64" "^1.0.0" es6-promise "^4.2.4"