Skip to content

Commit 24d39a8

Browse files
committed
Update Test & linting packages
1 parent e7dd3a4 commit 24d39a8

File tree

2 files changed

+104
-82
lines changed

2 files changed

+104
-82
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
},
3434
"devDependencies": {
3535
"babel-eslint": "10.1.0",
36-
"eslint": "8.27.0",
36+
"eslint": "8.28.0",
3737
"eslint-plugin-ghost": "2.16.0",
38-
"eslint-plugin-react": "7.31.10"
38+
"eslint-plugin-react": "7.31.11"
3939
},
4040
"dependencies": {
4141
"@tryghost/helpers": "1.1.74",

yarn.lock

Lines changed: 102 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,15 +3262,15 @@ [email protected]:
32623262
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
32633263
integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
32643264

3265-
array-includes@^3.1.4, array-includes@^3.1.5:
3266-
version "3.1.5"
3267-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
3268-
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
3265+
array-includes@^3.1.4, array-includes@^3.1.5, array-includes@^3.1.6:
3266+
version "3.1.6"
3267+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
3268+
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
32693269
dependencies:
32703270
call-bind "^1.0.2"
32713271
define-properties "^1.1.4"
3272-
es-abstract "^1.19.5"
3273-
get-intrinsic "^1.1.1"
3272+
es-abstract "^1.20.4"
3273+
get-intrinsic "^1.1.3"
32743274
is-string "^1.0.7"
32753275

32763276
array-union@^2.1.0:
@@ -3288,14 +3288,14 @@ array.prototype.flat@^1.2.5:
32883288
es-abstract "^1.19.2"
32893289
es-shim-unscopables "^1.0.0"
32903290

3291-
array.prototype.flatmap@^1.3.0:
3292-
version "1.3.0"
3293-
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
3294-
integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
3291+
array.prototype.flatmap@^1.3.1:
3292+
version "1.3.1"
3293+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
3294+
integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
32953295
dependencies:
32963296
call-bind "^1.0.2"
3297-
define-properties "^1.1.3"
3298-
es-abstract "^1.19.2"
3297+
define-properties "^1.1.4"
3298+
es-abstract "^1.20.4"
32993299
es-shim-unscopables "^1.0.0"
33003300

33013301
array.prototype.reduce@^1.0.4:
@@ -3309,6 +3309,17 @@ array.prototype.reduce@^1.0.4:
33093309
es-array-method-boxes-properly "^1.0.0"
33103310
is-string "^1.0.7"
33113311

3312+
array.prototype.tosorted@^1.1.1:
3313+
version "1.1.1"
3314+
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
3315+
integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
3316+
dependencies:
3317+
call-bind "^1.0.2"
3318+
define-properties "^1.1.4"
3319+
es-abstract "^1.20.4"
3320+
es-shim-unscopables "^1.0.0"
3321+
get-intrinsic "^1.1.3"
3322+
33123323
arrify@^2.0.1:
33133324
version "2.0.1"
33143325
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
@@ -5075,31 +5086,32 @@ error-stack-parser@^2.0.6:
50755086
dependencies:
50765087
stackframe "^1.3.4"
50775088

5078-
es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5, es-abstract@^1.20.1:
5079-
version "1.20.1"
5080-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814"
5081-
integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==
5089+
es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.2, es-abstract@^1.19.5, es-abstract@^1.20.1, es-abstract@^1.20.4:
5090+
version "1.20.4"
5091+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
5092+
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
50825093
dependencies:
50835094
call-bind "^1.0.2"
50845095
es-to-primitive "^1.2.1"
50855096
function-bind "^1.1.1"
50865097
function.prototype.name "^1.1.5"
5087-
get-intrinsic "^1.1.1"
5098+
get-intrinsic "^1.1.3"
50885099
get-symbol-description "^1.0.0"
50895100
has "^1.0.3"
50905101
has-property-descriptors "^1.0.0"
50915102
has-symbols "^1.0.3"
50925103
internal-slot "^1.0.3"
5093-
is-callable "^1.2.4"
5104+
is-callable "^1.2.7"
50945105
is-negative-zero "^2.0.2"
50955106
is-regex "^1.1.4"
50965107
is-shared-array-buffer "^1.0.2"
50975108
is-string "^1.0.7"
50985109
is-weakref "^1.0.2"
5099-
object-inspect "^1.12.0"
5110+
object-inspect "^1.12.2"
51005111
object-keys "^1.1.1"
5101-
object.assign "^4.1.2"
5112+
object.assign "^4.1.4"
51025113
regexp.prototype.flags "^1.4.3"
5114+
safe-regex-test "^1.0.0"
51035115
string.prototype.trimend "^1.0.5"
51045116
string.prototype.trimstart "^1.0.5"
51055117
unbox-primitive "^1.0.2"
@@ -5350,25 +5362,26 @@ eslint-plugin-react-hooks@^4.5.0:
53505362
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
53515363
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
53525364

5353-
[email protected].10, eslint-plugin-react@^7.29.4:
5354-
version "7.31.10"
5355-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz#6782c2c7fe91c09e715d536067644bbb9491419a"
5356-
integrity sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==
5365+
[email protected].11, eslint-plugin-react@^7.29.4:
5366+
version "7.31.11"
5367+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz#011521d2b16dcf95795df688a4770b4eaab364c8"
5368+
integrity sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==
53575369
dependencies:
5358-
array-includes "^3.1.5"
5359-
array.prototype.flatmap "^1.3.0"
5370+
array-includes "^3.1.6"
5371+
array.prototype.flatmap "^1.3.1"
5372+
array.prototype.tosorted "^1.1.1"
53605373
doctrine "^2.1.0"
53615374
estraverse "^5.3.0"
53625375
jsx-ast-utils "^2.4.1 || ^3.0.0"
53635376
minimatch "^3.1.2"
5364-
object.entries "^1.1.5"
5365-
object.fromentries "^2.0.5"
5366-
object.hasown "^1.1.1"
5367-
object.values "^1.1.5"
5377+
object.entries "^1.1.6"
5378+
object.fromentries "^2.0.6"
5379+
object.hasown "^1.1.2"
5380+
object.values "^1.1.6"
53685381
prop-types "^15.8.1"
53695382
resolve "^2.0.0-next.3"
53705383
semver "^6.3.0"
5371-
string.prototype.matchall "^4.0.7"
5384+
string.prototype.matchall "^4.0.8"
53725385

53735386
53745387
version "0.6.0"
@@ -5452,10 +5465,10 @@ eslint-webpack-plugin@^2.6.0:
54525465
normalize-path "^3.0.0"
54535466
schema-utils "^3.1.1"
54545467

5455-
eslint@8.27.0:
5456-
version "8.27.0"
5457-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64"
5458-
integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==
5468+
eslint@8.28.0:
5469+
version "8.28.0"
5470+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.28.0.tgz#81a680732634677cc890134bcdd9fdfea8e63d6e"
5471+
integrity sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==
54595472
dependencies:
54605473
"@eslint/eslintrc" "^1.3.3"
54615474
"@humanwhocodes/config-array" "^0.11.6"
@@ -6686,10 +6699,10 @@ get-caller-file@^2.0.1:
66866699
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
66876700
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
66886701

6689-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
6690-
version "1.1.2"
6691-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.2.tgz#336975123e05ad0b7ba41f152ee4aadbea6cf598"
6692-
integrity sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==
6702+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3:
6703+
version "1.1.3"
6704+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
6705+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
66936706
dependencies:
66946707
function-bind "^1.1.1"
66956708
has "^1.0.3"
@@ -7319,10 +7332,10 @@ is-builtin-module@^3.1.0:
73197332
dependencies:
73207333
builtin-modules "^3.3.0"
73217334

7322-
is-callable@^1.1.4, is-callable@^1.2.4:
7323-
version "1.2.4"
7324-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
7325-
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
7335+
is-callable@^1.1.4, is-callable@^1.2.7:
7336+
version "1.2.7"
7337+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
7338+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
73267339

73277340
is-ci@^2.0.0:
73287341
version "2.0.0"
@@ -8719,7 +8732,7 @@ object-assign@^4, object-assign@^4.1.0, object-assign@^4.1.1:
87198732
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
87208733
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
87218734

8722-
object-inspect@^1.12.0, object-inspect@^1.9.0:
8735+
object-inspect@^1.12.2, object-inspect@^1.9.0:
87238736
version "1.12.2"
87248737
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
87258738
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
@@ -8729,33 +8742,33 @@ object-keys@^1.1.1:
87298742
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
87308743
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
87318744

8732-
object.assign@^4.1.0, object.assign@^4.1.2:
8733-
version "4.1.3"
8734-
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.3.tgz#d36b7700ddf0019abb6b1df1bb13f6445f79051f"
8735-
integrity sha512-ZFJnX3zltyjcYJL0RoCJuzb+11zWGyaDbjgxZbdV7rFEcHQuYxrZqhow67aA7xpes6LhojyFDaBKAFfogQrikA==
8745+
object.assign@^4.1.0, object.assign@^4.1.2, object.assign@^4.1.4:
8746+
version "4.1.4"
8747+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
8748+
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
87368749
dependencies:
87378750
call-bind "^1.0.2"
87388751
define-properties "^1.1.4"
87398752
has-symbols "^1.0.3"
87408753
object-keys "^1.1.1"
87418754

8742-
object.entries@^1.1.5:
8743-
version "1.1.5"
8744-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
8745-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
8755+
object.entries@^1.1.6:
8756+
version "1.1.6"
8757+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
8758+
integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
87468759
dependencies:
87478760
call-bind "^1.0.2"
8748-
define-properties "^1.1.3"
8749-
es-abstract "^1.19.1"
8761+
define-properties "^1.1.4"
8762+
es-abstract "^1.20.4"
87508763

8751-
object.fromentries@^2.0.5:
8752-
version "2.0.5"
8753-
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251"
8754-
integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==
8764+
object.fromentries@^2.0.6:
8765+
version "2.0.6"
8766+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
8767+
integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
87558768
dependencies:
87568769
call-bind "^1.0.2"
8757-
define-properties "^1.1.3"
8758-
es-abstract "^1.19.1"
8770+
define-properties "^1.1.4"
8771+
es-abstract "^1.20.4"
87598772

87608773
object.getownpropertydescriptors@^2.1.0:
87618774
version "2.1.4"
@@ -8767,22 +8780,22 @@ object.getownpropertydescriptors@^2.1.0:
87678780
define-properties "^1.1.4"
87688781
es-abstract "^1.20.1"
87698782

8770-
object.hasown@^1.1.1:
8771-
version "1.1.1"
8772-
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3"
8773-
integrity sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==
8783+
object.hasown@^1.1.2:
8784+
version "1.1.2"
8785+
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
8786+
integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
87748787
dependencies:
87758788
define-properties "^1.1.4"
8776-
es-abstract "^1.19.5"
8789+
es-abstract "^1.20.4"
87778790

8778-
object.values@^1.1.0, object.values@^1.1.5:
8779-
version "1.1.5"
8780-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
8781-
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
8791+
object.values@^1.1.0, object.values@^1.1.5, object.values@^1.1.6:
8792+
version "1.1.6"
8793+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
8794+
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
87828795
dependencies:
87838796
call-bind "^1.0.2"
8784-
define-properties "^1.1.3"
8785-
es-abstract "^1.19.1"
8797+
define-properties "^1.1.4"
8798+
es-abstract "^1.20.4"
87868799

87878800
objectFitPolyfill@^2.3.5:
87888801
version "2.3.5"
@@ -9928,7 +9941,7 @@ regexp-tree@^0.1.24, regexp-tree@~0.1.1:
99289941
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d"
99299942
integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==
99309943

9931-
regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
9944+
regexp.prototype.flags@^1.4.3:
99329945
version "1.4.3"
99339946
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
99349947
integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
@@ -10158,6 +10171,15 @@ [email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.2.0:
1015810171
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
1015910172
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
1016010173

10174+
safe-regex-test@^1.0.0:
10175+
version "1.0.0"
10176+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
10177+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
10178+
dependencies:
10179+
call-bind "^1.0.2"
10180+
get-intrinsic "^1.1.3"
10181+
is-regex "^1.1.4"
10182+
1016110183
safe-regex@^2.1.1:
1016210184
version "2.1.1"
1016310185
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-2.1.1.tgz#f7128f00d056e2fe5c11e81a1324dd974aadced2"
@@ -10630,18 +10652,18 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2
1063010652
is-fullwidth-code-point "^3.0.0"
1063110653
strip-ansi "^6.0.1"
1063210654

10633-
string.prototype.matchall@^4.0.7:
10634-
version "4.0.7"
10635-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d"
10636-
integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==
10655+
string.prototype.matchall@^4.0.8:
10656+
version "4.0.8"
10657+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
10658+
integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
1063710659
dependencies:
1063810660
call-bind "^1.0.2"
10639-
define-properties "^1.1.3"
10640-
es-abstract "^1.19.1"
10641-
get-intrinsic "^1.1.1"
10661+
define-properties "^1.1.4"
10662+
es-abstract "^1.20.4"
10663+
get-intrinsic "^1.1.3"
1064210664
has-symbols "^1.0.3"
1064310665
internal-slot "^1.0.3"
10644-
regexp.prototype.flags "^1.4.1"
10666+
regexp.prototype.flags "^1.4.3"
1064510667
side-channel "^1.0.4"
1064610668

1064710669
string.prototype.trimend@^1.0.5:

0 commit comments

Comments
 (0)