Skip to content

Commit 5372946

Browse files
Bump uuid from 8.3.1 to 8.3.2 in /backend
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](uuidjs/uuid@v8.3.1...v8.3.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent aafaa49 commit 5372946

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"adjective-adjective-animal": "^1.3.3",
1111
"lodash": "^4.17.20",
1212
"socket.io": "^2.3.0",
13-
"uuid": "^8.3.1"
13+
"uuid": "^8.3.2"
1414
},
1515
"devDependencies": {
1616
"@types/lodash": "4.14.165",

backend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,10 +1045,10 @@ upper-case@^1.0.3, upper-case@^1.1.0, upper-case@^1.1.1:
10451045
resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"
10461046
integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=
10471047

1048-
uuid@^8.3.1:
1049-
version "8.3.1"
1050-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
1051-
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
1048+
uuid@^8.3.2:
1049+
version "8.3.2"
1050+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1051+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
10521052

10531053
validate-npm-package-license@^3.0.1:
10541054
version "3.0.4"

0 commit comments

Comments
 (0)