Skip to content

Commit 89080b1

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 8297972 commit 89080b1

File tree

2 files changed

+91
-94
lines changed

2 files changed

+91
-94
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,23 @@
6767
"@4c/cli": "^3.0.1",
6868
"@4c/rollout": "^3.0.1",
6969
"@4c/tsconfig": "^0.4.0",
70-
"@babel/cli": "^7.16.7",
70+
"@babel/cli": "^7.16.8",
7171
"@babel/core": "^7.16.7",
7272
"@babel/preset-typescript": "^7.16.7",
7373
"@rollup/plugin-babel": "^5.3.0",
7474
"@rollup/plugin-node-resolve": "^13.1.3",
7575
"@types/jest": "^27.4.0",
76-
"@typescript-eslint/eslint-plugin": "^5.9.0",
77-
"@typescript-eslint/parser": "^5.9.0",
76+
"@typescript-eslint/eslint-plugin": "^5.9.1",
77+
"@typescript-eslint/parser": "^5.9.1",
7878
"babel-jest": "^27.4.6",
7979
"babel-preset-env-modules": "^1.0.1",
8080
"doctoc": "^2.1.0",
81-
"dts-bundle-generator": "^6.3.0",
82-
"eslint": "^8.6.0",
81+
"dts-bundle-generator": "^6.4.0",
82+
"eslint": "^8.7.0",
8383
"eslint-config-jason": "^8.2.2",
8484
"eslint-config-prettier": "^8.3.0",
8585
"eslint-plugin-import": "^2.25.4",
86-
"eslint-plugin-jest": "^25.3.4",
86+
"eslint-plugin-jest": "^25.7.0",
8787
"eslint-plugin-react": "^7.28.0",
8888
"eslint-plugin-react-hooks": "^4.3.0",
8989
"eslint-plugin-ts-expect": "^2.1.0",
@@ -92,10 +92,10 @@
9292
"jest": "^27.4.7",
9393
"lint-staged": "^12.1.7",
9494
"prettier": "^2.5.1",
95-
"rollup": "^2.63.0",
95+
"rollup": "^2.64.0",
9696
"rollup-plugin-babel": "^4.4.0",
9797
"rollup-plugin-dts": "^4.1.0",
98-
"rollup-plugin-filesize": "^9.1.1",
98+
"rollup-plugin-filesize": "^9.1.2",
9999
"rollup-plugin-node-resolve": "^5.2.0",
100100
"synchronous-promise": "^2.0.15",
101101
"typescript": "^4.5.4"

yarn.lock

+83-86
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
dependencies:
130130
typescript-workspace-plugin "^2.0.1"
131131

132-
"@babel/cli@^7.15.4", "@babel/cli@^7.16.7":
133-
version "7.16.7"
134-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.7.tgz#4184b5ec6a22106e9dd64bbcaa2eb22675ff595d"
135-
integrity sha512-0iBF+G2Qml0y3mY5dirolyToLSR88a/KB6F2Gm8J/lOnyL8wbEOHak0DHF8gjc9XZGgTDGv/jYXNiapvsYyHTA==
132+
"@babel/cli@^7.15.4", "@babel/cli@^7.16.8":
133+
version "7.16.8"
134+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.16.8.tgz#44b9be7706762bfa3bff8adbf746da336eb0ab7c"
135+
integrity sha512-FTKBbxyk5TclXOGmwYyqelqP5IF6hMxaeJskd85jbR5jBfYlwqgwAbJwnixi1ZBbTqKfFuAA95mdmUFeSRwyJA==
136136
dependencies:
137137
commander "^4.0.1"
138138
convert-source-map "^1.1.0"
@@ -1792,84 +1792,84 @@
17921792
dependencies:
17931793
"@types/yargs-parser" "*"
17941794

1795-
"@typescript-eslint/eslint-plugin@^5.9.0":
1796-
version "5.9.0"
1797-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
1798-
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
1795+
"@typescript-eslint/eslint-plugin@^5.9.1":
1796+
version "5.9.1"
1797+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c"
1798+
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==
17991799
dependencies:
1800-
"@typescript-eslint/experimental-utils" "5.9.0"
1801-
"@typescript-eslint/scope-manager" "5.9.0"
1802-
"@typescript-eslint/type-utils" "5.9.0"
1800+
"@typescript-eslint/experimental-utils" "5.9.1"
1801+
"@typescript-eslint/scope-manager" "5.9.1"
1802+
"@typescript-eslint/type-utils" "5.9.1"
18031803
debug "^4.3.2"
18041804
functional-red-black-tree "^1.0.1"
18051805
ignore "^5.1.8"
18061806
regexpp "^3.2.0"
18071807
semver "^7.3.5"
18081808
tsutils "^3.21.0"
18091809

1810-
"@typescript-eslint/[email protected].0", "@typescript-eslint/experimental-utils@^5.0.0", "@typescript-eslint/experimental-utils@^5.8.1":
1811-
version "5.9.0"
1812-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
1813-
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
1810+
"@typescript-eslint/[email protected].1", "@typescript-eslint/experimental-utils@^5.0.0", "@typescript-eslint/experimental-utils@^5.8.1":
1811+
version "5.9.1"
1812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
1813+
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
18141814
dependencies:
18151815
"@types/json-schema" "^7.0.9"
1816-
"@typescript-eslint/scope-manager" "5.9.0"
1817-
"@typescript-eslint/types" "5.9.0"
1818-
"@typescript-eslint/typescript-estree" "5.9.0"
1816+
"@typescript-eslint/scope-manager" "5.9.1"
1817+
"@typescript-eslint/types" "5.9.1"
1818+
"@typescript-eslint/typescript-estree" "5.9.1"
18191819
eslint-scope "^5.1.1"
18201820
eslint-utils "^3.0.0"
18211821

1822-
"@typescript-eslint/parser@^5.5.0", "@typescript-eslint/parser@^5.9.0":
1823-
version "5.9.0"
1824-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97"
1825-
integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==
1822+
"@typescript-eslint/parser@^5.5.0", "@typescript-eslint/parser@^5.9.1":
1823+
version "5.9.1"
1824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
1825+
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
18261826
dependencies:
1827-
"@typescript-eslint/scope-manager" "5.9.0"
1828-
"@typescript-eslint/types" "5.9.0"
1829-
"@typescript-eslint/typescript-estree" "5.9.0"
1827+
"@typescript-eslint/scope-manager" "5.9.1"
1828+
"@typescript-eslint/types" "5.9.1"
1829+
"@typescript-eslint/typescript-estree" "5.9.1"
18301830
debug "^4.3.2"
18311831

1832-
"@typescript-eslint/[email protected].0":
1833-
version "5.9.0"
1834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
1835-
integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==
1832+
"@typescript-eslint/[email protected].1":
1833+
version "5.9.1"
1834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
1835+
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==
18361836
dependencies:
1837-
"@typescript-eslint/types" "5.9.0"
1838-
"@typescript-eslint/visitor-keys" "5.9.0"
1837+
"@typescript-eslint/types" "5.9.1"
1838+
"@typescript-eslint/visitor-keys" "5.9.1"
18391839

1840-
"@typescript-eslint/[email protected].0":
1841-
version "5.9.0"
1842-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93"
1843-
integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==
1840+
"@typescript-eslint/[email protected].1":
1841+
version "5.9.1"
1842+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de"
1843+
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==
18441844
dependencies:
1845-
"@typescript-eslint/experimental-utils" "5.9.0"
1845+
"@typescript-eslint/experimental-utils" "5.9.1"
18461846
debug "^4.3.2"
18471847
tsutils "^3.21.0"
18481848

1849-
"@typescript-eslint/[email protected].0":
1850-
version "5.9.0"
1851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
1852-
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
1849+
"@typescript-eslint/[email protected].1":
1850+
version "5.9.1"
1851+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
1852+
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
18531853

1854-
"@typescript-eslint/[email protected].0":
1855-
version "5.9.0"
1856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
1857-
integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==
1854+
"@typescript-eslint/[email protected].1":
1855+
version "5.9.1"
1856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
1857+
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==
18581858
dependencies:
1859-
"@typescript-eslint/types" "5.9.0"
1860-
"@typescript-eslint/visitor-keys" "5.9.0"
1859+
"@typescript-eslint/types" "5.9.1"
1860+
"@typescript-eslint/visitor-keys" "5.9.1"
18611861
debug "^4.3.2"
18621862
globby "^11.0.4"
18631863
is-glob "^4.0.3"
18641864
semver "^7.3.5"
18651865
tsutils "^3.21.0"
18661866

1867-
"@typescript-eslint/[email protected].0":
1868-
version "5.9.0"
1869-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
1870-
integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==
1867+
"@typescript-eslint/[email protected].1":
1868+
version "5.9.1"
1869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"
1870+
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==
18711871
dependencies:
1872-
"@typescript-eslint/types" "5.9.0"
1872+
"@typescript-eslint/types" "5.9.1"
18731873
eslint-visitor-keys "^3.0.0"
18741874

18751875
JSONStream@^1.0.4:
@@ -3008,7 +3008,7 @@ colorette@^2.0.16:
30083008
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
30093009
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
30103010

3011-
colors@^1.4.0:
3011+
30123012
version "1.4.0"
30133013
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
30143014
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
@@ -3804,10 +3804,10 @@ dotenv@^8.1.0:
38043804
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
38053805
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
38063806

3807-
dts-bundle-generator@^6.3.0:
3808-
version "6.3.0"
3809-
resolved "https://registry.yarnpkg.com/dts-bundle-generator/-/dts-bundle-generator-6.3.0.tgz#fdfd9f13af59842ba9e5721a61d5261b70ee242e"
3810-
integrity sha512-MZszk9RW0krG0DqhJL852fqMNwy6U06EoarJWhpUzlU9n6u4kv5UgS7YF3z1lDYAA42cbO6E85M2sF/OO167LA==
3807+
dts-bundle-generator@^6.4.0:
3808+
version "6.4.0"
3809+
resolved "https://registry.yarnpkg.com/dts-bundle-generator/-/dts-bundle-generator-6.4.0.tgz#be18adeb4340153ca316938c99e1b1e74edd59db"
3810+
integrity sha512-hKktZs5tXUAMlZX5Ae3ArI2HFR2ISLrDzvbBBSy5dI7mZMaJztsX2hA0rgkcMqzvkjOezen7x1GUYQwad2wAqQ==
38113811
dependencies:
38123812
typescript ">=3.0.1"
38133813
yargs "^17.2.1"
@@ -4047,10 +4047,10 @@ eslint-plugin-import@^2.25.4:
40474047
resolve "^1.20.0"
40484048
tsconfig-paths "^3.12.0"
40494049

4050-
eslint-plugin-jest@^25.3.4:
4051-
version "25.3.4"
4052-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.4.tgz#2031dfe495be1463330f8b80096ddc91f8e6387f"
4053-
integrity sha512-CCnwG71wvabmwq/qkz0HWIqBHQxw6pXB1uqt24dxqJ9WB34pVg49bL1sjXphlJHgTMWGhBjN1PicdyxDxrfP5A==
4050+
eslint-plugin-jest@^25.7.0:
4051+
version "25.7.0"
4052+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
4053+
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
40544054
dependencies:
40554055
"@typescript-eslint/experimental-utils" "^5.0.0"
40564056

@@ -4133,10 +4133,10 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
41334133
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
41344134
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
41354135

4136-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0:
4137-
version "3.1.0"
4138-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
4139-
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
4136+
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2.0:
4137+
version "3.2.0"
4138+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
4139+
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
41404140

41414141
eslint@^7.32.0:
41424142
version "7.32.0"
@@ -4184,10 +4184,10 @@ eslint@^7.32.0:
41844184
text-table "^0.2.0"
41854185
v8-compile-cache "^2.0.3"
41864186

4187-
eslint@^8.6.0:
4188-
version "8.6.0"
4189-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
4190-
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
4187+
eslint@^8.7.0:
4188+
version "8.7.0"
4189+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.7.0.tgz#22e036842ee5b7cf87b03fe237731675b4d3633c"
4190+
integrity sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==
41914191
dependencies:
41924192
"@eslint/eslintrc" "^1.0.5"
41934193
"@humanwhocodes/config-array" "^0.9.2"
@@ -4196,11 +4196,10 @@ eslint@^8.6.0:
41964196
cross-spawn "^7.0.2"
41974197
debug "^4.3.2"
41984198
doctrine "^3.0.0"
4199-
enquirer "^2.3.5"
42004199
escape-string-regexp "^4.0.0"
42014200
eslint-scope "^7.1.0"
42024201
eslint-utils "^3.0.0"
4203-
eslint-visitor-keys "^3.1.0"
4202+
eslint-visitor-keys "^3.2.0"
42044203
espree "^9.3.0"
42054204
esquery "^1.4.0"
42064205
esutils "^2.0.2"
@@ -4209,7 +4208,7 @@ eslint@^8.6.0:
42094208
functional-red-black-tree "^1.0.1"
42104209
glob-parent "^6.0.1"
42114210
globals "^13.6.0"
4212-
ignore "^4.0.6"
4211+
ignore "^5.2.0"
42134212
import-fresh "^3.0.0"
42144213
imurmurhash "^0.1.4"
42154214
is-glob "^4.0.0"
@@ -4220,9 +4219,7 @@ eslint@^8.6.0:
42204219
minimatch "^3.0.4"
42214220
natural-compare "^1.4.0"
42224221
optionator "^0.9.1"
4223-
progress "^2.0.0"
42244222
regexpp "^3.2.0"
4225-
semver "^7.2.1"
42264223
strip-ansi "^6.0.1"
42274224
strip-json-comments "^3.1.0"
42284225
text-table "^0.2.0"
@@ -5377,10 +5374,10 @@ ignore@^4.0.3, ignore@^4.0.6:
53775374
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
53785375
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
53795376

5380-
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
5381-
version "5.1.8"
5382-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
5383-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
5377+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8, ignore@^5.2.0:
5378+
version "5.2.0"
5379+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
5380+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
53845381

53855382
53865383
version "8.0.1"
@@ -8691,15 +8688,15 @@ rollup-plugin-dts@^4.1.0:
86918688
optionalDependencies:
86928689
"@babel/code-frame" "^7.16.0"
86938690

8694-
rollup-plugin-filesize@^9.1.1:
8695-
version "9.1.1"
8696-
resolved "https://registry.yarnpkg.com/rollup-plugin-filesize/-/rollup-plugin-filesize-9.1.1.tgz#31a6b02b27ce08082ef0970cfe4c451714ff91c4"
8697-
integrity sha512-x0r2A85TCEdRwF3rm+bcN4eAmbER8tt+YVf88gBQ6sLyH4oGcnNLPQqAUX+v7mIvHC/y59QwZvo6vxaC2ias6Q==
8691+
rollup-plugin-filesize@^9.1.2:
8692+
version "9.1.2"
8693+
resolved "https://registry.yarnpkg.com/rollup-plugin-filesize/-/rollup-plugin-filesize-9.1.2.tgz#958eea26880698d0bc008fa9d214657ee180b934"
8694+
integrity sha512-m2fE9hFaKgWKisJzyWXctOFKlgMRelo/58HgeC0lXUK/qykxiqkr6bsrotlvo2bvrwPsjgT7scNdQSr6qtl37A==
86988695
dependencies:
86998696
"@babel/runtime" "^7.13.8"
87008697
boxen "^5.0.0"
87018698
brotli-size "4.0.0"
8702-
colors "^1.4.0"
8699+
colors "1.4.0"
87038700
filesize "^6.1.0"
87048701
gzip-size "^6.0.0"
87058702
pacote "^11.2.7"
@@ -8723,10 +8720,10 @@ rollup-pluginutils@^2.8.1:
87238720
dependencies:
87248721
estree-walker "^0.6.1"
87258722

8726-
rollup@^2.63.0:
8727-
version "2.63.0"
8728-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.63.0.tgz#fe2f7fec2133f3fab9e022b9ac245628d817c6bb"
8729-
integrity sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==
8723+
rollup@^2.64.0:
8724+
version "2.64.0"
8725+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.64.0.tgz#f0f59774e21fbb56de438a37d06a2189632b207a"
8726+
integrity sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ==
87308727
optionalDependencies:
87318728
fsevents "~2.3.2"
87328729

0 commit comments

Comments
 (0)