Skip to content

Commit 7675182

Browse files
Update dependency uuid to v13
1 parent f71c226 commit 7675182

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
},
4949
"dependencies": {
5050
"@stdlib/utils-copy": "^0.2.0",
51-
"uuid": "^9.0.0"
51+
"uuid": "^13.0.0"
5252
}
5353
}

packages/security/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"mocha": "10.8.2",
3030
"should": "13.2.3",
3131
"sinon": "15.2.0",
32-
"uuid": "9.0.1"
32+
"uuid": "13.0.0"
3333
},
3434
"dependencies": {
3535
"@tryghost/string": "0.2.15",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9545,10 +9545,10 @@ [email protected]:
95459545
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
95469546
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
95479547

9548-
uuid@9.0.1, uuid@^9.0.0:
9549-
version "9.0.1"
9550-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
9551-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
9548+
uuid@13.0.0, uuid@^13.0.0:
9549+
version "13.0.0"
9550+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
9551+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
95529552

95539553
uuid@^3.3.2:
95549554
version "3.4.0"

0 commit comments

Comments
 (0)