@@ -1670,7 +1670,7 @@ array-ify@^1.0.0:
16701670 resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
16711671 integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
16721672
1673- array-includes@^3.0.3, array-includes@^3.1.1 :
1673+ array-includes@^3.0.3, array-includes@^3.1.1, array-includes@^3.1.3 :
16741674 version "3.1.3"
16751675 resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
16761676 integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
@@ -1703,7 +1703,7 @@ array-unique@^0.3.2:
17031703 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
17041704 integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
17051705
1706- array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3 :
1706+ array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.4 :
17071707 version "1.2.4"
17081708 resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
17091709 integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
@@ -2878,11 +2878,6 @@ constants-browserify@^1.0.0:
28782878 resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
28792879 integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
28802880
2881- contains-path@^0.1.0 :
2882- version "0.1.0"
2883- resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
2884- integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
2885-
28862881content-disposition@^0.5.2 :
28872882 version "0.5.3"
28882883 resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
@@ -3454,14 +3449,6 @@ dlv@^1.1.3:
34543449 resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
34553450 integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
34563451
3457- doctrine@1.5.0 :
3458- version "1.5.0"
3459- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
3460- integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
3461- dependencies :
3462- esutils "^2.0.2"
3463- isarray "^1.0.0"
3464-
34653452doctrine@^2.1.0 :
34663453 version "2.1.0"
34673454 resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -3769,6 +3756,28 @@ es-abstract@^1.17.0-next.0, es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-
37693756 string.prototype.trimstart "^1.0.4"
37703757 unbox-primitive "^1.0.0"
37713758
3759+ es-abstract@^1.18.2 :
3760+ version "1.18.3"
3761+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
3762+ integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
3763+ dependencies :
3764+ call-bind "^1.0.2"
3765+ es-to-primitive "^1.2.1"
3766+ function-bind "^1.1.1"
3767+ get-intrinsic "^1.1.1"
3768+ has "^1.0.3"
3769+ has-symbols "^1.0.2"
3770+ is-callable "^1.2.3"
3771+ is-negative-zero "^2.0.1"
3772+ is-regex "^1.1.3"
3773+ is-string "^1.0.6"
3774+ object-inspect "^1.10.3"
3775+ object-keys "^1.1.1"
3776+ object.assign "^4.1.2"
3777+ string.prototype.trimend "^1.0.4"
3778+ string.prototype.trimstart "^1.0.4"
3779+ unbox-primitive "^1.0.1"
3780+
37723781es-array-method-boxes-properly@^1.0.0 :
37733782 version "1.0.0"
37743783 resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
@@ -3847,39 +3856,41 @@ eslint-config-prettier@^6.10.1:
38473856 dependencies :
38483857 get-stdin "^6.0.0"
38493858
3850- eslint-import-resolver-node@^0.3.3 :
3859+ eslint-import-resolver-node@^0.3.4 :
38513860 version "0.3.4"
38523861 resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
38533862 integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
38543863 dependencies :
38553864 debug "^2.6.9"
38563865 resolve "^1.13.1"
38573866
3858- eslint-module-utils@^2.6.0 :
3867+ eslint-module-utils@^2.6.1 :
38593868 version "2.6.1"
38603869 resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
38613870 integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
38623871 dependencies :
38633872 debug "^3.2.7"
38643873 pkg-dir "^2.0.0"
38653874
3866- eslint-plugin-import@2.22.0 :
3867- version "2.22.0 "
3868- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0 .tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e "
3869- integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg ==
3875+ eslint-plugin-import@2.23.4 :
3876+ version "2.23.4 "
3877+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4 .tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97 "
3878+ integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ ==
38703879 dependencies :
3871- array-includes "^3.1.1"
3872- array.prototype.flat "^1.2.3"
3873- contains-path "^0.1.0"
3880+ array-includes "^3.1.3"
3881+ array.prototype.flat "^1.2.4"
38743882 debug "^2.6.9"
3875- doctrine "1.5.0"
3876- eslint-import-resolver-node "^0.3.3"
3877- eslint-module-utils "^2.6.0"
3883+ doctrine "^2.1.0"
3884+ eslint-import-resolver-node "^0.3.4"
3885+ eslint-module-utils "^2.6.1"
3886+ find-up "^2.0.0"
38783887 has "^1.0.3"
3888+ is-core-module "^2.4.0"
38793889 minimatch "^3.0.4"
3880- object.values "^1.1.1"
3881- read-pkg-up "^2.0.0"
3882- resolve "^1.17.0"
3890+ object.values "^1.1.3"
3891+ pkg-up "^2.0.0"
3892+ read-pkg-up "^3.0.0"
3893+ resolve "^1.20.0"
38833894 tsconfig-paths "^3.9.0"
38843895
38853896eslint-plugin-jest@^23.8.2 :
@@ -5780,7 +5791,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.3:
57805791 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
57815792 integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
57825793
5783- is-core-module@^2.2.0 :
5794+ is-core-module@^2.2.0, is-core-module@^2.4.0 :
57845795 version "2.4.0"
57855796 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
57865797 integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
@@ -5989,7 +6000,7 @@ is-png@^1.0.0:
59896000 resolved "https://registry.yarnpkg.com/is-png/-/is-png-1.1.0.tgz#d574b12bf275c0350455570b0e5b57ab062077ce"
59906001 integrity sha1-1XSxK/J1wDUEVVcLDltXqwYgd84=
59916002
5992- is-regex@^1.1.2 :
6003+ is-regex@^1.1.2, is-regex@^1.1.3 :
59936004 version "1.1.3"
59946005 resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
59956006 integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
@@ -6022,7 +6033,7 @@ is-stream@^2.0.0:
60226033 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
60236034 integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
60246035
6025- is-string@^1.0.5 :
6036+ is-string@^1.0.5, is-string@^1.0.6 :
60266037 version "1.0.6"
60276038 resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
60286039 integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
@@ -6399,16 +6410,6 @@ load-json-file@^1.0.0:
63996410 pinkie-promise "^2.0.0"
64006411 strip-bom "^2.0.0"
64016412
6402- load-json-file@^2.0.0 :
6403- version "2.0.0"
6404- resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
6405- integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
6406- dependencies :
6407- graceful-fs "^4.1.2"
6408- parse-json "^2.2.0"
6409- pify "^2.0.0"
6410- strip-bom "^3.0.0"
6411-
64126413load-json-file@^4.0.0 :
64136414 version "4.0.0"
64146415 resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
@@ -7282,7 +7283,7 @@ object-copy@^0.1.0:
72827283 define-property "^0.2.5"
72837284 kind-of "^3.0.3"
72847285
7285- object-inspect@^1.9.0 :
7286+ object-inspect@^1.10.3, object-inspect@^1. 9.0 :
72867287 version "1.10.3"
72877288 resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
72887289 integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
@@ -7355,6 +7356,15 @@ object.values@^1.1.0, object.values@^1.1.1:
73557356 es-abstract "^1.18.0-next.2"
73567357 has "^1.0.3"
73577358
7359+ object.values@^1.1.3 :
7360+ version "1.1.4"
7361+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
7362+ integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
7363+ dependencies :
7364+ call-bind "^1.0.2"
7365+ define-properties "^1.1.3"
7366+ es-abstract "^1.18.2"
7367+
73587368omggif@^1.0.5 :
73597369 version "1.0.10"
73607370 resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
@@ -7747,13 +7757,6 @@ path-type@^1.0.0:
77477757 pify "^2.0.0"
77487758 pinkie-promise "^2.0.0"
77497759
7750- path-type@^2.0.0 :
7751- version "2.0.0"
7752- resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
7753- integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
7754- dependencies :
7755- pify "^2.0.0"
7756-
77577760path-type@^3.0.0 :
77587761 version "3.0.0"
77597762 resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -7859,6 +7862,13 @@ pkg-dir@^4.2.0:
78597862 dependencies :
78607863 find-up "^4.0.0"
78617864
7865+ pkg-up@^2.0.0 :
7866+ version "2.0.0"
7867+ resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
7868+ integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
7869+ dependencies :
7870+ find-up "^2.1.0"
7871+
78627872please-upgrade-node@^3.2.0 :
78637873 version "3.2.0"
78647874 resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
@@ -8049,7 +8059,6 @@ prettier-linter-helpers@^1.0.0:
80498059 fast-diff "^1.1.2"
80508060
80518061" prettier@npm:wp-prettier@2.0.5 " :
8052- name wp-prettier
80538062 version "2.0.5"
80548063 resolved "https://registry.yarnpkg.com/wp-prettier/-/wp-prettier-2.0.5.tgz#1aeff6000142d61bfbd7cc35a3d561551b25399f"
80558064 integrity sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A==
@@ -8275,13 +8284,13 @@ read-pkg-up@^1.0.1:
82758284 find-up "^1.0.0"
82768285 read-pkg "^1.0.0"
82778286
8278- read-pkg-up@^2 .0.0 :
8279- version "2 .0.0"
8280- resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2 .0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be "
8281- integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4 =
8287+ read-pkg-up@^3 .0.0 :
8288+ version "3 .0.0"
8289+ resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3 .0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07 "
8290+ integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc =
82828291 dependencies :
82838292 find-up "^2.0.0"
8284- read-pkg "^2 .0.0"
8293+ read-pkg "^3 .0.0"
82858294
82868295read-pkg-up@^7.0.1 :
82878296 version "7.0.1"
@@ -8301,15 +8310,6 @@ read-pkg@^1.0.0:
83018310 normalize-package-data "^2.3.2"
83028311 path-type "^1.0.0"
83038312
8304- read-pkg@^2.0.0 :
8305- version "2.0.0"
8306- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
8307- integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
8308- dependencies :
8309- load-json-file "^2.0.0"
8310- normalize-package-data "^2.3.2"
8311- path-type "^2.0.0"
8312-
83138313read-pkg@^3.0.0 :
83148314 version "3.0.0"
83158315 resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
@@ -10142,7 +10142,7 @@ uglify-js@^3.1.4:
1014210142 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.7.tgz#25468a3b39b1c875df03f0937b2b7036a93f3fee"
1014310143 integrity sha512-1Psi2MmnZJbnEsgJJIlfnd7tFlJfitusmR7zDI8lXlFI0ACD4/Rm/xdrU8bh6zF0i74aiVoBtkRiFulkrmh3AA==
1014410144
10145- unbox-primitive@^1.0.0 :
10145+ unbox-primitive@^1.0.0, unbox-primitive@^1.0.1 :
1014610146 version "1.0.1"
1014710147 resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
1014810148 integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
0 commit comments