Skip to content

Commit 4ad42fe

Browse files
Update dependency uuid to v13
1 parent f9fae06 commit 4ad42fe

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
@@ -9565,10 +9565,10 @@ [email protected]:
95659565
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
95669566
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
95679567

9568-
uuid@9.0.1, uuid@^9.0.0:
9569-
version "9.0.1"
9570-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
9571-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
9568+
uuid@13.0.0, uuid@^13.0.0:
9569+
version "13.0.0"
9570+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
9571+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
95729572

95739573
uuid@^3.3.2:
95749574
version "3.4.0"

0 commit comments

Comments
 (0)