From 754183fbf61f09bc3049c9d8a0eb9904fcce6299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:11:26 +0200 Subject: [PATCH] fix(deps): update dependency @sanity/eventsource to ^5.0.2 (#754) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bun.lockb | Bin 498690 -> 498690 bytes package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bun.lockb b/bun.lockb index 88c61b5b4920d3c214047c9ade7c6b419d0c73bb..c8d2c2de47d9c54b20d084a5941f4e5166ea3e07 100755 GIT binary patch delta 394 zcmV;50d@X@xE_MI9*`~|2rO{7mD=Nh3Ch9GY?BEzVK_n&h$v5&qKsr!I6{2xy;MK1zXE2SE=%j0ui z1aIb60xuR#uo6SrW!0XhSUK==FWL|VUdo9!fJWn+rm&M%y z$Ut2QhH<&^P}a2Qbazx0WOLtu*;-=toQoyLQsvwlK@a$3#f3ZWT=zj|F-lvs#&8Gm zLWYJ1!sTG`JLC{1oJ^O^-T@duiKv6PGB#*|U$?d7a|1ICV(O!^)ebCO+QfPXj4>wb zeZ|Uu68~E}fdzw#=IJj`#01L*K2ARuUZKb)hCB*uhb7+uhb7+vhb7+ww<{R004m3y4BGt&H3^I0WmHyE-^K?P%i~h{{b?$qAms`0he-@ o2O*b`iw6dm?Jov0mv*KGAeWF*1_YO6Fa{cjT`&f>T`&iwYu7}iH2?qr delta 388 zcmV-~0ek*}xE_MI9*`~|J6PCvTehb_*W1*R>^nkq`wi?dt*TCJ&MgBs+O(^$u};cV zlh{)*lSoyNlNi)6lL%H2lh{!(gGg4lNLB$ohd|Nn6ZjDGekP_L2(3}{T*AqJMG*&$ zYx-2yZ$rd5I(f}0cf=57+gfU~q5UY32c>H>Fs6+F diff --git a/package-lock.json b/package-lock.json index a05af771..37e38cad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.15.19", "license": "MIT", "dependencies": { - "@sanity/eventsource": "^5.0.0", + "@sanity/eventsource": "^5.0.2", "get-it": "^8.4.27", "rxjs": "^7.0.0" }, @@ -2723,12 +2723,12 @@ "dev": true }, "node_modules/@sanity/eventsource": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@sanity/eventsource/-/eventsource-5.0.1.tgz", - "integrity": "sha512-BFdRPTqVI76Nh18teu8850lV8DETdtJilFAlmQq/BdoXo88BSWBSTkIIi+H6AW1O9Nd7uT+9VRBqKuL2HKrYlA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@sanity/eventsource/-/eventsource-5.0.2.tgz", + "integrity": "sha512-/B9PMkUvAlUrpRq0y+NzXgRv5lYCLxZNsBJD2WXVnqZYOfByL9oQBV7KiTaARuObp5hcQYuPfOAVjgXe3hrixA==", "dependencies": { - "@types/event-source-polyfill": "1.0.2", - "@types/eventsource": "1.1.12", + "@types/event-source-polyfill": "1.0.5", + "@types/eventsource": "1.1.15", "event-source-polyfill": "1.0.31", "eventsource": "2.0.2" } @@ -3067,14 +3067,14 @@ "dev": true }, "node_modules/@types/event-source-polyfill": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/event-source-polyfill/-/event-source-polyfill-1.0.2.tgz", - "integrity": "sha512-qE5zrFd73BRs5oSjVys6g/5GboqOMbzLRTUFPAhfULvvvbRAOXw9m4Wk+p1BtoZm4JgW7TljGGfVabBqvi3eig==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/event-source-polyfill/-/event-source-polyfill-1.0.5.tgz", + "integrity": "sha512-iaiDuDI2aIFft7XkcwMzDWLqo7LVDixd2sR6B4wxJut9xcp/Ev9bO4EFg4rm6S9QxATLBj5OPxdeocgmhjwKaw==" }, "node_modules/@types/eventsource": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/@types/eventsource/-/eventsource-1.1.12.tgz", - "integrity": "sha512-KlVguyxdoO8VkAhOMwOemK+NhFAg0gOwJHgimrWJUgM6LrdVW2nLa+d47WVWQcs8feRn0eeP+5yUDmDfzLBjRA==" + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/@types/eventsource/-/eventsource-1.1.15.tgz", + "integrity": "sha512-XQmGcbnxUNa06HR3VBVkc9+A2Vpi9ZyLJcdS5dwaQQ/4ZMWFO+5c90FnMUpbtMZwB/FChoYHwuVg8TvkECacTA==" }, "node_modules/@types/json-diff": { "version": "1.0.3", diff --git a/package.json b/package.json index f31f0850..55692bf8 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "singleQuote": true }, "dependencies": { - "@sanity/eventsource": "^5.0.0", + "@sanity/eventsource": "^5.0.2", "get-it": "^8.4.27", "rxjs": "^7.0.0" },