Skip to content

Commit a66432d

Browse files
committed
Update devDependencies
1 parent 49f2c83 commit a66432d

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@types/jest": "~26.0.22",
4040
"@types/node": "~14.14.37",
4141
"@types/prettier": "~2.2.3",
42-
"@typescript-eslint/eslint-plugin": "~4.20.0",
43-
"@typescript-eslint/parser": "~4.20.0",
42+
"@typescript-eslint/eslint-plugin": "~4.21.0",
43+
"@typescript-eslint/parser": "~4.21.0",
4444
"benchmark": "~2.1.4",
4545
"eslint": "~7.23.0",
4646
"eslint-config-prettier": "~8.1.0",

yarn.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -719,74 +719,74 @@
719719
dependencies:
720720
"@types/yargs-parser" "*"
721721

722-
"@typescript-eslint/eslint-plugin@~4.20.0":
723-
version "4.20.0"
724-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.20.0.tgz#9d8794bd99aad9153092ad13c96164e3082e9a92"
725-
integrity sha512-sw+3HO5aehYqn5w177z2D82ZQlqHCwcKSMboueo7oE4KU9QiC0SAgfS/D4z9xXvpTc8Bt41Raa9fBR8T2tIhoQ==
722+
"@typescript-eslint/eslint-plugin@~4.21.0":
723+
version "4.21.0"
724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.21.0.tgz#3fce2bfa76d95c00ac4f33dff369cb593aab8878"
725+
integrity sha512-FPUyCPKZbVGexmbCFI3EQHzCZdy2/5f+jv6k2EDljGdXSRc0cKvbndd2nHZkSLqCNOPk0jB6lGzwIkglXcYVsQ==
726726
dependencies:
727-
"@typescript-eslint/experimental-utils" "4.20.0"
728-
"@typescript-eslint/scope-manager" "4.20.0"
727+
"@typescript-eslint/experimental-utils" "4.21.0"
728+
"@typescript-eslint/scope-manager" "4.21.0"
729729
debug "^4.1.1"
730730
functional-red-black-tree "^1.0.1"
731731
lodash "^4.17.15"
732732
regexpp "^3.0.0"
733733
semver "^7.3.2"
734734
tsutils "^3.17.1"
735735

736-
"@typescript-eslint/experimental-utils@4.20.0":
737-
version "4.20.0"
738-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.20.0.tgz#a8ab2d7b61924f99042b7d77372996d5f41dc44b"
739-
integrity sha512-sQNlf6rjLq2yB5lELl3gOE7OuoA/6IVXJUJ+Vs7emrQMva14CkOwyQwD7CW+TkmOJ4Q/YGmoDLmbfFrpGmbKng==
736+
"@typescript-eslint/experimental-utils@4.21.0":
737+
version "4.21.0"
738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.21.0.tgz#0b0bb7c15d379140a660c003bdbafa71ae9134b6"
739+
integrity sha512-cEbgosW/tUFvKmkg3cU7LBoZhvUs+ZPVM9alb25XvR0dal4qHL3SiUqHNrzoWSxaXA9gsifrYrS1xdDV6w/gIA==
740740
dependencies:
741741
"@types/json-schema" "^7.0.3"
742-
"@typescript-eslint/scope-manager" "4.20.0"
743-
"@typescript-eslint/types" "4.20.0"
744-
"@typescript-eslint/typescript-estree" "4.20.0"
742+
"@typescript-eslint/scope-manager" "4.21.0"
743+
"@typescript-eslint/types" "4.21.0"
744+
"@typescript-eslint/typescript-estree" "4.21.0"
745745
eslint-scope "^5.0.0"
746746
eslint-utils "^2.0.0"
747747

748-
"@typescript-eslint/parser@~4.20.0":
749-
version "4.20.0"
750-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.20.0.tgz#8dd403c8b4258b99194972d9799e201b8d083bdd"
751-
integrity sha512-m6vDtgL9EABdjMtKVw5rr6DdeMCH3OA1vFb0dAyuZSa3e5yw1YRzlwFnm9knma9Lz6b2GPvoNSa8vOXrqsaglA==
748+
"@typescript-eslint/parser@~4.21.0":
749+
version "4.21.0"
750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.21.0.tgz#a227fc2af4001668c3e3f7415d4feee5093894c1"
751+
integrity sha512-eyNf7QmE5O/l1smaQgN0Lj2M/1jOuNg2NrBm1dqqQN0sVngTLyw8tdCbih96ixlhbF1oINoN8fDCyEH9SjLeIA==
752752
dependencies:
753-
"@typescript-eslint/scope-manager" "4.20.0"
754-
"@typescript-eslint/types" "4.20.0"
755-
"@typescript-eslint/typescript-estree" "4.20.0"
753+
"@typescript-eslint/scope-manager" "4.21.0"
754+
"@typescript-eslint/types" "4.21.0"
755+
"@typescript-eslint/typescript-estree" "4.21.0"
756756
debug "^4.1.1"
757757

758-
"@typescript-eslint/scope-manager@4.20.0":
759-
version "4.20.0"
760-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.20.0.tgz#953ecbf3b00845ece7be66246608be9d126d05ca"
761-
integrity sha512-/zm6WR6iclD5HhGpcwl/GOYDTzrTHmvf8LLLkwKqqPKG6+KZt/CfSgPCiybshmck66M2L5fWSF/MKNuCwtKQSQ==
758+
"@typescript-eslint/scope-manager@4.21.0":
759+
version "4.21.0"
760+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.21.0.tgz#c81b661c4b8af1ec0c010d847a8f9ab76ab95b4d"
761+
integrity sha512-kfOjF0w1Ix7+a5T1knOw00f7uAP9Gx44+OEsNQi0PvvTPLYeXJlsCJ4tYnDj5PQEYfpcgOH5yBlw7K+UEI9Agw==
762762
dependencies:
763-
"@typescript-eslint/types" "4.20.0"
764-
"@typescript-eslint/visitor-keys" "4.20.0"
763+
"@typescript-eslint/types" "4.21.0"
764+
"@typescript-eslint/visitor-keys" "4.21.0"
765765

766-
"@typescript-eslint/types@4.20.0":
767-
version "4.20.0"
768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.20.0.tgz#c6cf5ef3c9b1c8f699a9bbdafb7a1da1ca781225"
769-
integrity sha512-cYY+1PIjei1nk49JAPnH1VEnu7OYdWRdJhYI5wiKOUMhLTG1qsx5cQxCUTuwWCmQoyriadz3Ni8HZmGSofeC+w==
766+
"@typescript-eslint/types@4.21.0":
767+
version "4.21.0"
768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.21.0.tgz#abdc3463bda5d31156984fa5bc316789c960edef"
769+
integrity sha512-+OQaupjGVVc8iXbt6M1oZMwyKQNehAfLYJJ3SdvnofK2qcjfor9pEM62rVjBknhowTkh+2HF+/KdRAc/wGBN2w==
770770

771-
"@typescript-eslint/typescript-estree@4.20.0":
772-
version "4.20.0"
773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.20.0.tgz#8b3b08f85f18a8da5d88f65cb400f013e88ab7be"
774-
integrity sha512-Knpp0reOd4ZsyoEJdW8i/sK3mtZ47Ls7ZHvD8WVABNx5Xnn7KhenMTRGegoyMTx6TiXlOVgMz9r0pDgXTEEIHA==
771+
"@typescript-eslint/typescript-estree@4.21.0":
772+
version "4.21.0"
773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.21.0.tgz#3817bd91857beeaeff90f69f1f112ea58d350b0a"
774+
integrity sha512-ZD3M7yLaVGVYLw4nkkoGKumb7Rog7QID9YOWobFDMQKNl+vPxqVIW/uDk+MDeGc+OHcoG2nJ2HphwiPNajKw3w==
775775
dependencies:
776-
"@typescript-eslint/types" "4.20.0"
777-
"@typescript-eslint/visitor-keys" "4.20.0"
776+
"@typescript-eslint/types" "4.21.0"
777+
"@typescript-eslint/visitor-keys" "4.21.0"
778778
debug "^4.1.1"
779779
globby "^11.0.1"
780780
is-glob "^4.0.1"
781781
semver "^7.3.2"
782782
tsutils "^3.17.1"
783783

784-
"@typescript-eslint/visitor-keys@4.20.0":
785-
version "4.20.0"
786-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.20.0.tgz#1e84db034da13f208325e6bfc995c3b75f7dbd62"
787-
integrity sha512-NXKRM3oOVQL8yNFDNCZuieRIwZ5UtjNLYtmMx2PacEAGmbaEYtGgVHUHVyZvU/0rYZcizdrWjDo+WBtRPSgq+A==
784+
"@typescript-eslint/visitor-keys@4.21.0":
785+
version "4.21.0"
786+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.21.0.tgz#990a9acdc124331f5863c2cf21c88ba65233cd8d"
787+
integrity sha512-dH22dROWGi5Z6p+Igc8bLVLmwy7vEe8r+8c+raPQU0LxgogPUrRAtRGtvBWmlr9waTu3n+QLt/qrS/hWzk1x5w==
788788
dependencies:
789-
"@typescript-eslint/types" "4.20.0"
789+
"@typescript-eslint/types" "4.21.0"
790790
eslint-visitor-keys "^2.0.0"
791791

792792
abab@^2.0.3, abab@^2.0.5:
@@ -932,9 +932,9 @@ anymatch@^2.0.0:
932932
normalize-path "^2.1.1"
933933

934934
anymatch@^3.0.3:
935-
version "3.1.1"
936-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
937-
integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
935+
version "3.1.2"
936+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
937+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
938938
dependencies:
939939
normalize-path "^3.0.0"
940940
picomatch "^2.0.4"
@@ -1085,9 +1085,9 @@ babel-preset-jest@^26.6.2:
10851085
babel-preset-current-node-syntax "^1.0.0"
10861086

10871087
balanced-match@^1.0.0:
1088-
version "1.0.0"
1089-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
1090-
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
1088+
version "1.0.2"
1089+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
1090+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
10911091

10921092
base@^0.11.1:
10931093
version "0.11.2"
@@ -1118,9 +1118,9 @@ benchmark@~2.1.4:
11181118
platform "^1.3.3"
11191119

11201120
boxen@^5.0.0:
1121-
version "5.0.0"
1122-
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.0.tgz#64fe9b16066af815f51057adcc800c3730120854"
1123-
integrity sha512-5bvsqw+hhgUi3oYGK0Vf4WpIkyemp60WBInn7+WNfoISzAqk/HX4L7WNROq38E6UR/y3YADpv6pEm4BfkeEAdA==
1121+
version "5.0.1"
1122+
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.1.tgz#657528bdd3f59a772b8279b831f27ec2c744664b"
1123+
integrity sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==
11241124
dependencies:
11251125
ansi-align "^3.0.0"
11261126
camelcase "^6.2.0"
@@ -1776,9 +1776,9 @@ ecc-jsbn@~0.1.1:
17761776
safer-buffer "^2.1.0"
17771777

17781778
electron-to-chromium@^1.3.649:
1779-
version "1.3.707"
1780-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.707.tgz#71386d0ceca6727835c33ba31f507f6824d18c35"
1781-
integrity sha512-BqddgxNPrcWnbDdJw7SzXVzPmp+oiyjVrc7tkQVaznPGSS9SKZatw6qxoP857M+HbOyyqJQwYQtsuFIMSTNSZA==
1779+
version "1.3.709"
1780+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.709.tgz#d7be0b5686a2fdfe8bad898faa3a428d04d8f656"
1781+
integrity sha512-LolItk2/ikSGQ7SN8UkuKVNMBZp3RG7Itgaxj1npsHRzQobj9JjMneZOZfLhtwlYBe5fCJ75k+cVCiDFUs23oA==
17821782

17831783
elegant-spinner@^1.0.1:
17841784
version "1.0.1"
@@ -2851,9 +2851,9 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2:
28512851
kind-of "^6.0.2"
28522852

28532853
is-docker@^2.0.0:
2854-
version "2.1.1"
2855-
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
2856-
integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
2854+
version "2.2.0"
2855+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.0.tgz#b037c8815281edaad6c2562648a5f5f18839d5f7"
2856+
integrity sha512-K4GwB4i/HzhAzwP/XSlspzRdFTI9N8OxJOyOU7Y5Rz+p+WBokXWVWblaJeBkggthmoSV0OoGTH5thJNvplpkvQ==
28572857

28582858
is-expression@^4.0.0:
28592859
version "4.0.0"
@@ -2987,9 +2987,9 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
29872987
isobject "^3.0.1"
29882988

29892989
is-potential-custom-element-name@^1.0.0:
2990-
version "1.0.0"
2991-
resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz#0c52e54bcca391bb2c494b21e8626d7336c6e397"
2992-
integrity sha1-DFLlS8yjkbssSUsh6GJtczbG45c=
2990+
version "1.0.1"
2991+
resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
2992+
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
29932993

29942994
is-promise@^2.1.0:
29952995
version "2.2.2"
@@ -3883,9 +3883,9 @@ map-obj@^1.0.0:
38833883
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
38843884

38853885
map-obj@^4.0.0:
3886-
version "4.2.0"
3887-
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.2.0.tgz#0e8bc823e2aaca8a0942567d12ed14f389eec153"
3888-
integrity sha512-NAq0fCmZYGz9UFEQyndp7sisrow4GroyGeKluyKC/chuITZsPyOyC1UJZPJlVFImhXdROIP5xqouRLThT3BbpQ==
3886+
version "4.2.1"
3887+
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.2.1.tgz#e4ea399dbc979ae735c83c863dd31bdf364277b7"
3888+
integrity sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==
38893889

38903890
map-visit@^1.0.0:
38913891
version "1.0.0"
@@ -5328,9 +5328,9 @@ supports-color@^7.0.0, supports-color@^7.1.0:
53285328
has-flag "^4.0.0"
53295329

53305330
supports-hyperlinks@^2.0.0:
5331-
version "2.1.0"
5332-
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"
5333-
integrity sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==
5331+
version "2.2.0"
5332+
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb"
5333+
integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==
53345334
dependencies:
53355335
has-flag "^4.0.0"
53365336
supports-color "^7.0.0"
@@ -5868,9 +5868,9 @@ xmlchars@^2.2.0:
58685868
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
58695869

58705870
y18n@^4.0.0:
5871-
version "4.0.1"
5872-
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4"
5873-
integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==
5871+
version "4.0.2"
5872+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.2.tgz#c504495ba9b59230dd60226d1dd89c3c0a1b745e"
5873+
integrity sha512-DnBDwcL54b5xWMM/7RfFg4xs5amYxq2ot49aUfLjQSAracXkGvlZq0txzqr3Pa6Q0ayuCxBcwTzrPUScKY0O8w==
58745874

58755875
yallist@^4.0.0:
58765876
version "4.0.0"

0 commit comments

Comments
 (0)