Skip to content

Commit ca95bfc

Browse files
Update dependency uuid to v13
1 parent 96ecf92 commit ca95bfc

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-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: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9530,16 +9530,21 @@ [email protected]:
95309530
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
95319531
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
95329532

9533-
uuid@9.0.1, uuid@^9.0.0, uuid@^9.0.1:
9534-
version "9.0.1"
9535-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
9536-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
9533+
uuid@13.0.0, uuid@^13.0.0:
9534+
version "13.0.0"
9535+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
9536+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
95379537

95389538
uuid@^3.3.2:
95399539
version "3.4.0"
95409540
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
95419541
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
95429542

9543+
uuid@^9.0.1:
9544+
version "9.0.1"
9545+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
9546+
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
9547+
95439548
v8-compile-cache-lib@^3.0.1:
95449549
version "3.0.1"
95459550
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"

0 commit comments

Comments
 (0)