Skip to content

Commit a9eeddc

Browse files
authored
Merge branch 'master' into master
2 parents c8da41e + 8d5ee04 commit a9eeddc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/aws-cdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"semver": "^7.1.3",
8686
"source-map-support": "^0.5.16",
8787
"table": "^5.4.6",
88-
"uuid": "^3.4.0",
88+
"uuid": "^7.0.0",
8989
"yaml": "^1.7.2",
9090
"yargs": "^15.0.2"
9191
},

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -11731,11 +11731,16 @@ uuid@3.3.2:
1173111731
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
1173211732
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
1173311733

11734-
uuid@^3.0.1, uuid@^3.3.2, uuid@^3.3.3, uuid@^3.4.0:
11734+
uuid@^3.0.1, uuid@^3.3.2, uuid@^3.3.3:
1173511735
version "3.4.0"
1173611736
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1173711737
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1173811738

11739+
uuid@^7.0.0:
11740+
version "7.0.0"
11741+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.0.tgz#1833d4b9ce50b732bfaa271f9cb74e974d303c79"
11742+
integrity sha512-LNUrNsXdI/fUsypJbWM8Jt4DgQdFAZh41p9C7WE9Cn+CULOEkoG2lgQyH68v3wnIy5K3fN4jdSt270K6IFA3MQ==
11743+
1173911744
v8-compile-cache@^2.0.0, v8-compile-cache@^2.0.3:
1174011745
version "2.1.0"
1174111746
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e"

0 commit comments

Comments
 (0)