Skip to content

Commit 263e502

Browse files
Bump rollup from 2.79.1 to 2.79.2 (facebook#4234)
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c84376c commit 263e502

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13280,9 +13280,9 @@ rollup-plugin-terser@^7.0.0:
1328013280
terser "^5.0.0"
1328113281

1328213282
rollup@^2.43.1:
13283-
version "2.79.1"
13284-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
13285-
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
13283+
version "2.79.2"
13284+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
13285+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
1328613286
optionalDependencies:
1328713287
fsevents "~2.3.2"
1328813288

@@ -13928,7 +13928,16 @@ string-natural-compare@^3.0.1:
1392813928
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1392913929
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1393013930

13931-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
13931+
"string-width-cjs@npm:string-width@^4.2.0":
13932+
version "4.2.3"
13933+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13934+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13935+
dependencies:
13936+
emoji-regex "^8.0.0"
13937+
is-fullwidth-code-point "^3.0.0"
13938+
strip-ansi "^6.0.1"
13939+
13940+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1393213941
version "4.2.3"
1393313942
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1393413943
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -14032,7 +14041,7 @@ stringify-object@^3.3.0:
1403214041
is-obj "^1.0.1"
1403314042
is-regexp "^1.0.0"
1403414043

14035-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14044+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1403614045
version "6.0.1"
1403714046
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1403814047
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -14046,6 +14055,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.2.0:
1404614055
dependencies:
1404714056
ansi-regex "^4.1.0"
1404814057

14058+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
14059+
version "6.0.1"
14060+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
14061+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
14062+
dependencies:
14063+
ansi-regex "^5.0.1"
14064+
1404914065
strip-ansi@^7.0.1:
1405014066
version "7.1.0"
1405114067
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -15655,7 +15671,7 @@ [email protected], workbox-window@^7.0.0:
1565515671
"@types/trusted-types" "^2.0.2"
1565615672
workbox-core "7.0.0"
1565715673

15658-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
15674+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1565915675
version "7.0.0"
1566015676
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1566115677
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -15673,6 +15689,15 @@ wrap-ansi@^6.2.0:
1567315689
string-width "^4.1.0"
1567415690
strip-ansi "^6.0.0"
1567515691

15692+
wrap-ansi@^7.0.0:
15693+
version "7.0.0"
15694+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15695+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15696+
dependencies:
15697+
ansi-styles "^4.0.0"
15698+
string-width "^4.1.0"
15699+
strip-ansi "^6.0.0"
15700+
1567615701
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1567715702
version "8.1.0"
1567815703
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)