Skip to content

Commit 17767a3

Browse files
chore(deps): update devdependencies (non-major) (#1010)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c3fadf7 commit 17767a3

File tree

2 files changed

+95
-62
lines changed

2 files changed

+95
-62
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"concurrently": "6.3.0",
4848
"eslint": "7.32.0",
4949
"eslint-config-prettier": "8.3.0",
50-
"eslint-plugin-import": "2.24.2",
50+
"eslint-plugin-import": "2.25.2",
5151
"eslint-plugin-react": "7.26.1",
5252
"husky": "5.2.0",
5353
"jest": "26.6.3",
@@ -64,7 +64,7 @@
6464
"rollup-plugin-terser": "7.0.2",
6565
"semantic-release": "17.4.7",
6666
"ts-jest": "26.5.6",
67-
"typescript": "4.4.3"
67+
"typescript": "4.4.4"
6868
},
6969
"keywords": [
7070
"behavior-smooth",

yarn.lock

Lines changed: 93 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,6 +1982,17 @@ array-includes@^3.1.3:
19821982
get-intrinsic "^1.1.1"
19831983
is-string "^1.0.5"
19841984

1985+
array-includes@^3.1.4:
1986+
version "3.1.4"
1987+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
1988+
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
1989+
dependencies:
1990+
call-bind "^1.0.2"
1991+
define-properties "^1.1.3"
1992+
es-abstract "^1.19.1"
1993+
get-intrinsic "^1.1.1"
1994+
is-string "^1.0.7"
1995+
19851996
array-union@^2.1.0:
19861997
version "2.1.0"
19871998
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
@@ -1992,14 +2003,14 @@ array-unique@^0.3.2:
19922003
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
19932004
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
19942005

1995-
array.prototype.flat@^1.2.4:
1996-
version "1.2.4"
1997-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
1998-
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
2006+
array.prototype.flat@^1.2.5:
2007+
version "1.2.5"
2008+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
2009+
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
19992010
dependencies:
2000-
call-bind "^1.0.0"
2011+
call-bind "^1.0.2"
20012012
define-properties "^1.1.3"
2002-
es-abstract "^1.18.0-next.1"
2013+
es-abstract "^1.19.0"
20032014

20042015
array.prototype.flatmap@^1.2.4:
20052016
version "1.2.4"
@@ -3132,6 +3143,32 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.1, es-
31323143
string.prototype.trimstart "^1.0.4"
31333144
unbox-primitive "^1.0.1"
31343145

3146+
es-abstract@^1.19.0, es-abstract@^1.19.1:
3147+
version "1.19.1"
3148+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
3149+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
3150+
dependencies:
3151+
call-bind "^1.0.2"
3152+
es-to-primitive "^1.2.1"
3153+
function-bind "^1.1.1"
3154+
get-intrinsic "^1.1.1"
3155+
get-symbol-description "^1.0.0"
3156+
has "^1.0.3"
3157+
has-symbols "^1.0.2"
3158+
internal-slot "^1.0.3"
3159+
is-callable "^1.2.4"
3160+
is-negative-zero "^2.0.1"
3161+
is-regex "^1.1.4"
3162+
is-shared-array-buffer "^1.0.1"
3163+
is-string "^1.0.7"
3164+
is-weakref "^1.0.1"
3165+
object-inspect "^1.11.0"
3166+
object-keys "^1.1.1"
3167+
object.assign "^4.1.2"
3168+
string.prototype.trimend "^1.0.4"
3169+
string.prototype.trimstart "^1.0.4"
3170+
unbox-primitive "^1.0.1"
3171+
31353172
es-to-primitive@^1.2.1:
31363173
version "1.2.1"
31373174
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -3186,32 +3223,31 @@ eslint-import-resolver-node@^0.3.6:
31863223
debug "^3.2.7"
31873224
resolve "^1.20.0"
31883225

3189-
eslint-module-utils@^2.6.2:
3190-
version "2.6.2"
3191-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
3192-
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
3226+
eslint-module-utils@^2.7.0:
3227+
version "2.7.1"
3228+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
3229+
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
31933230
dependencies:
31943231
debug "^3.2.7"
3232+
find-up "^2.1.0"
31953233
pkg-dir "^2.0.0"
31963234

3197-
eslint-plugin-import@2.24.2:
3198-
version "2.24.2"
3199-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
3200-
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
3235+
eslint-plugin-import@2.25.2:
3236+
version "2.25.2"
3237+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
3238+
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
32013239
dependencies:
3202-
array-includes "^3.1.3"
3203-
array.prototype.flat "^1.2.4"
3240+
array-includes "^3.1.4"
3241+
array.prototype.flat "^1.2.5"
32043242
debug "^2.6.9"
32053243
doctrine "^2.1.0"
32063244
eslint-import-resolver-node "^0.3.6"
3207-
eslint-module-utils "^2.6.2"
3208-
find-up "^2.0.0"
3245+
eslint-module-utils "^2.7.0"
32093246
has "^1.0.3"
3210-
is-core-module "^2.6.0"
3247+
is-core-module "^2.7.0"
3248+
is-glob "^4.0.3"
32113249
minimatch "^3.0.4"
3212-
object.values "^1.1.4"
3213-
pkg-up "^2.0.0"
3214-
read-pkg-up "^3.0.0"
3250+
object.values "^1.1.5"
32153251
resolve "^1.20.0"
32163252
tsconfig-paths "^3.11.0"
32173253

@@ -4219,13 +4255,20 @@ is-cidr@*:
42194255
dependencies:
42204256
cidr-regex "^3.1.1"
42214257

4222-
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.6.0:
4258+
is-core-module@^2.2.0, is-core-module@^2.5.0:
42234259
version "2.7.0"
42244260
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
42254261
integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
42264262
dependencies:
42274263
has "^1.0.3"
42284264

4265+
is-core-module@^2.7.0:
4266+
version "2.8.0"
4267+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
4268+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
4269+
dependencies:
4270+
has "^1.0.3"
4271+
42294272
is-data-descriptor@^0.1.4:
42304273
version "0.1.4"
42314274
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -4309,7 +4352,7 @@ is-generator-fn@^2.0.0:
43094352
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
43104353
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
43114354

4312-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
4355+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
43134356
version "4.0.3"
43144357
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
43154358
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -4412,6 +4455,11 @@ is-regexp@^1.0.0:
44124455
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
44134456
integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=
44144457

4458+
is-shared-array-buffer@^1.0.1:
4459+
version "1.0.1"
4460+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
4461+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
4462+
44154463
is-stream@^1.1.0:
44164464
version "1.1.0"
44174465
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
@@ -4453,6 +4501,13 @@ is-unicode-supported@^0.1.0:
44534501
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
44544502
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
44554503

4504+
is-weakref@^1.0.1:
4505+
version "1.0.1"
4506+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
4507+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
4508+
dependencies:
4509+
call-bind "^1.0.0"
4510+
44564511
is-windows@^1.0.2:
44574512
version "1.0.2"
44584513
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -5854,7 +5909,7 @@ nopt@*, nopt@^5.0.0:
58545909
dependencies:
58555910
abbrev "1"
58565911

5857-
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
5912+
normalize-package-data@^2.5.0:
58585913
version "2.5.0"
58595914
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
58605915
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -6178,6 +6233,15 @@ object.values@^1.1.4:
61786233
define-properties "^1.1.3"
61796234
es-abstract "^1.18.2"
61806235

6236+
object.values@^1.1.5:
6237+
version "1.1.5"
6238+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
6239+
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
6240+
dependencies:
6241+
call-bind "^1.0.2"
6242+
define-properties "^1.1.3"
6243+
es-abstract "^1.19.1"
6244+
61816245
once@^1.3.0, once@^1.3.1, once@^1.4.0:
61826246
version "1.4.0"
61836247
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
@@ -6412,13 +6476,6 @@ path-parse@^1.0.6:
64126476
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
64136477
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
64146478

6415-
path-type@^3.0.0:
6416-
version "3.0.0"
6417-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
6418-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
6419-
dependencies:
6420-
pify "^3.0.0"
6421-
64226479
path-type@^4.0.0:
64236480
version "4.0.0"
64246481
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -6473,13 +6530,6 @@ pkg-dir@^4.2.0:
64736530
dependencies:
64746531
find-up "^4.0.0"
64756532

6476-
pkg-up@^2.0.0:
6477-
version "2.0.0"
6478-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
6479-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
6480-
dependencies:
6481-
find-up "^2.1.0"
6482-
64836533
please-upgrade-node@^3.2.0:
64846534
version "3.2.0"
64856535
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942"
@@ -6686,14 +6736,6 @@ read-package-json@*, read-package-json@^4.1.1:
66866736
normalize-package-data "^3.0.0"
66876737
npm-normalize-package-bin "^1.0.0"
66886738

6689-
read-pkg-up@^3.0.0:
6690-
version "3.0.0"
6691-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
6692-
integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
6693-
dependencies:
6694-
find-up "^2.0.0"
6695-
read-pkg "^3.0.0"
6696-
66976739
read-pkg-up@^7.0.0, read-pkg-up@^7.0.1:
66986740
version "7.0.1"
66996741
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -6703,15 +6745,6 @@ read-pkg-up@^7.0.0, read-pkg-up@^7.0.1:
67036745
read-pkg "^5.2.0"
67046746
type-fest "^0.8.1"
67056747

6706-
read-pkg@^3.0.0:
6707-
version "3.0.0"
6708-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
6709-
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
6710-
dependencies:
6711-
load-json-file "^4.0.0"
6712-
normalize-package-data "^2.3.2"
6713-
path-type "^3.0.0"
6714-
67156748
read-pkg@^5.0.0, read-pkg@^5.2.0:
67166749
version "5.2.0"
67176750
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
@@ -8021,10 +8054,10 @@ typedarray-to-buffer@^3.1.5:
80218054
dependencies:
80228055
is-typedarray "^1.0.0"
80238056

8024-
8025-
version "4.4.3"
8026-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
8027-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
8057+
8058+
version "4.4.4"
8059+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
8060+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
80288061

80298062
uglify-js@^3.1.4:
80308063
version "3.14.2"

0 commit comments

Comments
 (0)