Skip to content

Commit d33c368

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

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.0"
13+
"uuid": "^8.3.1"
1414
},
1515
"devDependencies": {
1616
"@types/lodash": "4.14.161",

backend/yarn.lock

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

1040-
uuid@^8.3.0:
1041-
version "8.3.0"
1042-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
1043-
integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==
1040+
uuid@^8.3.1:
1041+
version "8.3.1"
1042+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
1043+
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
10441044

10451045
validate-npm-package-license@^3.0.1:
10461046
version "3.0.4"

0 commit comments

Comments
 (0)