Skip to content

Commit 79c943c

Browse files
chore(deps): bump uuid from 3.4.0 to 14.0.0 in /samples/sample-app
Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2378655 commit 79c943c

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

samples/sample-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"imagekit": "^3.0.3",
1313
"open": "^7.0.2",
1414
"pug": "^3.0.1",
15-
"uuid": "^3.4.0"
15+
"uuid": "^14.0.0"
1616
}
1717
}

samples/sample-app/yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,12 @@ utils-merge@1.0.1:
962962
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
963963
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
964964

965-
uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0:
965+
uuid@^14.0.0:
966+
version "14.0.0"
967+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d"
968+
integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==
969+
970+
uuid@^3.3.2, uuid@^3.3.3:
966971
version "3.4.0"
967972
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
968973
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
@@ -994,4 +999,4 @@ with@^7.0.0:
994999
"@babel/parser" "^7.9.6"
9951000
"@babel/types" "^7.9.6"
9961001
assert-never "^1.2.1"
997-
babel-walk "3.0.0-canary-5"
1002+
babel-walk "3.0.0-canary-5"

0 commit comments

Comments
 (0)