diff --git a/bun.lockb b/bun.lockb index 62e86636..af2c2dca 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 3897cfb6..e79c1c51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@sanity/eventsource": "^5.0.2", - "get-it": "^8.6.1", + "get-it": "^8.6.3", "rxjs": "^7.0.0" }, "devDependencies": { @@ -7712,13 +7712,10 @@ } }, "node_modules/get-it": { - "version": "8.6.1", - "resolved": "https://registry.npmjs.org/get-it/-/get-it-8.6.1.tgz", - "integrity": "sha512-fCK6M+WkN1TuXzYac0RYk9OK4VdJKV1xG3fe9D3TU2is/G8ofz6/+hRBCiddO/eNPhnhMBpYIk2kNx1S4NRdsg==", + "version": "8.6.3", + "resolved": "https://registry.npmjs.org/get-it/-/get-it-8.6.3.tgz", + "integrity": "sha512-I7AKP1Xl2q2j4ucvU0yMtiM+xZKgzD1Fvyh1YcZCT66i+wNrxJAonV+H1yynB3gerZ17uA00IXg61LVLdDeiCg==", "license": "MIT", - "workspaces": [ - "test-next" - ], "dependencies": { "decompress-response": "^7.0.0", "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index c26f386b..68911f73 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ }, "dependencies": { "@sanity/eventsource": "^5.0.2", - "get-it": "^8.6.1", + "get-it": "^8.6.3", "rxjs": "^7.0.0" }, "devDependencies": {