Skip to content

Commit 66f25f8

Browse files
Bump uuid from 3.3.3 to 9.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 9.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v3.3.3...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a596b4 commit 66f25f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"nodemailer": "^6.7.8",
3030
"nodemon": "^2.0.19",
3131
"rotating-file-stream": "^3.0.4",
32-
"uuid": "^3.3.3"
32+
"uuid": "^9.0.0"
3333
},
3434
"prettier": {
3535
"singleQuote": true

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,10 +1857,10 @@ utils-merge@1.0.1:
18571857
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
18581858
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
18591859

1860-
uuid@^3.3.3:
1861-
version "3.3.3"
1862-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
1863-
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
1860+
uuid@^9.0.0:
1861+
version "9.0.0"
1862+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
1863+
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
18641864

18651865
vary@~1.1.2:
18661866
version "1.1.2"

0 commit comments

Comments
 (0)