Skip to content

Commit 6547148

Browse files
authored
update uuid package version (#78)
1 parent 5734b24 commit 6547148

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperbrowser/agent",
3-
"version": "1.0.10",
3+
"version": "1.1.0",
44
"description": "Hyperbrowsers Web Agent",
55
"author": "",
66
"main": "dist/index.js",
@@ -58,7 +58,7 @@
5858
"playwright-core": "^1.56.1",
5959
"readline": "^1.3.0",
6060
"turndown": "^7.2.0",
61-
"uuid": "^13.0.0",
61+
"uuid": "11.0.3",
6262
"zod": "^4.1.8"
6363
},
6464
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,10 +3146,10 @@ util-deprecate@^1.0.1:
31463146
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
31473147
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
31483148

3149-
uuid@^13.0.0:
3150-
version "13.0.0"
3151-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
3152-
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
3149+
uuid@11.0.3:
3150+
version "11.0.3"
3151+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.3.tgz#248451cac9d1a4a4128033e765d137e2b2c49a3d"
3152+
integrity sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==
31533153

31543154
v8-compile-cache-lib@^3.0.1:
31553155
version "3.0.1"

0 commit comments

Comments
 (0)