Skip to content

Commit 945c7fe

Browse files
Bump ws from 6.2.1 to 6.2.2 in /typescript/react-amplify-example
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent faad1cb commit 945c7fe

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

typescript/react-amplify-example/yarn.lock

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9008,6 +9008,11 @@ nanoid@^3.1.20:
90089008
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.22.tgz#b35f8fb7d151990a8aebd5aa5015c03cf726f844"
90099009
integrity sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ==
90109010

9011+
nanoid@^3.1.23:
9012+
version "3.1.25"
9013+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
9014+
integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
9015+
90119016
nanomatch@^1.2.9:
90129017
version "1.2.13"
90139018
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -10423,6 +10428,15 @@ postcss@^8.1.0:
1042310428
nanoid "^3.1.20"
1042410429
source-map "^0.6.1"
1042510430

10431+
postcss@^8.2.10:
10432+
version "8.3.6"
10433+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
10434+
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
10435+
dependencies:
10436+
colorette "^1.2.2"
10437+
nanoid "^3.1.23"
10438+
source-map-js "^0.6.2"
10439+
1042610440
prelude-ls@^1.2.1:
1042710441
version "1.2.1"
1042810442
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -12038,6 +12052,11 @@ source-list-map@^2.0.0:
1203812052
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1203912053
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1204012054

12055+
source-map-js@^0.6.2:
12056+
version "0.6.2"
12057+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
12058+
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
12059+
1204112060
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
1204212061
version "0.5.3"
1204312062
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
@@ -13581,9 +13600,9 @@ write-file-atomic@^3.0.0:
1358113600
typedarray-to-buffer "^3.1.5"
1358213601

1358313602
ws@^6.2.1:
13584-
version "6.2.1"
13585-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
13586-
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
13603+
version "6.2.2"
13604+
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
13605+
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
1358713606
dependencies:
1358813607
async-limiter "~1.0.0"
1358913608

0 commit comments

Comments
 (0)