Skip to content

Commit 4e3c0c7

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update devDependencies
1 parent 693958f commit 4e3c0c7

File tree

2 files changed

+104
-73
lines changed

2 files changed

+104
-73
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"react-use": "15.3.8"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "7.13.8",
50+
"@babel/core": "7.13.10",
5151
"@storybook/addon-actions": "6.1.21",
5252
"@storybook/addon-knobs": "6.1.21",
5353
"@storybook/addon-links": "6.1.21",
@@ -61,7 +61,7 @@
6161
"@types/faker": "5.1.7",
6262
"@types/jest": "26.0.20",
6363
"@types/marked": "1.2.2",
64-
"@types/node": "14.14.32",
64+
"@types/node": "14.14.34",
6565
"@types/node-emoji": "1.8.1",
6666
"@types/prismjs": "1.16.3",
6767
"@types/react": "16.14.5",
@@ -70,12 +70,12 @@
7070
"@types/react-router-dom": "5.1.7",
7171
"@types/react-scroll": "1.8.2",
7272
"@types/webpack-env": "1.16.0",
73-
"@typescript-eslint/eslint-plugin": "4.16.1",
74-
"@typescript-eslint/parser": "4.16.1",
73+
"@typescript-eslint/eslint-plugin": "4.17.0",
74+
"@typescript-eslint/parser": "4.17.0",
7575
"babel-loader": "8.2.2",
7676
"enzyme": "3.11.0",
7777
"enzyme-adapter-react-16": "1.15.6",
78-
"eslint": "7.21.0",
78+
"eslint": "7.22.0",
7979
"eslint-config-prettier": "7.2.0",
8080
"eslint-plugin-import": "2.22.1",
8181
"eslint-plugin-prettier": "3.3.1",

yarn.lock

Lines changed: 99 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
semver "^5.4.1"
7373
source-map "^0.5.0"
7474

75-
"@babel/[email protected].8":
76-
version "7.13.8"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
78-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
75+
"@babel/[email protected].10":
76+
version "7.13.10"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
78+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
7979
dependencies:
8080
"@babel/code-frame" "^7.12.13"
81-
"@babel/generator" "^7.13.0"
82-
"@babel/helper-compilation-targets" "^7.13.8"
81+
"@babel/generator" "^7.13.9"
82+
"@babel/helper-compilation-targets" "^7.13.10"
8383
"@babel/helper-module-transforms" "^7.13.0"
84-
"@babel/helpers" "^7.13.0"
85-
"@babel/parser" "^7.13.4"
84+
"@babel/helpers" "^7.13.10"
85+
"@babel/parser" "^7.13.10"
8686
"@babel/template" "^7.12.13"
8787
"@babel/traverse" "^7.13.0"
8888
"@babel/types" "^7.13.0"
@@ -133,6 +133,15 @@
133133
jsesc "^2.5.1"
134134
source-map "^0.5.0"
135135

136+
"@babel/generator@^7.13.9":
137+
version "7.13.9"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
139+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
140+
dependencies:
141+
"@babel/types" "^7.13.0"
142+
jsesc "^2.5.1"
143+
source-map "^0.5.0"
144+
136145
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.10":
137146
version "7.12.10"
138147
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
@@ -158,10 +167,10 @@
158167
browserslist "^4.14.5"
159168
semver "^5.5.0"
160169

161-
"@babel/helper-compilation-targets@^7.13.8":
162-
version "7.13.8"
163-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
164-
integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==
170+
"@babel/helper-compilation-targets@^7.13.10":
171+
version "7.13.10"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
173+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
165174
dependencies:
166175
"@babel/compat-data" "^7.13.8"
167176
"@babel/helper-validator-option" "^7.12.17"
@@ -417,10 +426,10 @@
417426
"@babel/traverse" "^7.12.5"
418427
"@babel/types" "^7.12.5"
419428

420-
"@babel/helpers@^7.13.0":
421-
version "7.13.0"
422-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
423-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
429+
"@babel/helpers@^7.13.10":
430+
version "7.13.10"
431+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
432+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
424433
dependencies:
425434
"@babel/template" "^7.12.13"
426435
"@babel/traverse" "^7.13.0"
@@ -454,11 +463,16 @@
454463
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
455464
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
456465

457-
"@babel/parser@^7.13.0", "@babel/parser@^7.13.4":
466+
"@babel/parser@^7.13.0":
458467
version "7.13.4"
459468
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
460469
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
461470

471+
"@babel/parser@^7.13.10":
472+
version "7.13.10"
473+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
474+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
475+
462476
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
463477
version "7.12.12"
464478
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.12.tgz#04b8f24fd4532008ab4e79f788468fd5a8476566"
@@ -2713,10 +2727,10 @@
27132727
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.20.tgz#f7974863edd21d1f8a494a73e8e2b3658615c340"
27142728
integrity sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A==
27152729

2716-
"@types/[email protected].32":
2717-
version "14.14.32"
2718-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.32.tgz#90c5c4a8d72bbbfe53033f122341343249183448"
2719-
integrity sha512-/Ctrftx/zp4m8JOujM5ZhwzlWLx22nbQJiVqz8/zE15gOeEW+uly3FSX4fGFpcfEvFzXcMCJwq9lGVWgyARXhg==
2730+
"@types/[email protected].34":
2731+
version "14.14.34"
2732+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.34.tgz#07935194fc049069a1c56c0c274265abeddf88da"
2733+
integrity sha512-dBPaxocOK6UVyvhbnpFIj2W+S+1cBTkHQbFQfeeJhoKFbzYcVUGHvddeWPSucKATb3F0+pgDq0i6ghEaZjsugA==
27202734

27212735
"@types/node@^12.6.8":
27222736
version "12.19.12"
@@ -2993,74 +3007,74 @@
29933007
dependencies:
29943008
"@types/node" "*"
29953009

2996-
"@typescript-eslint/eslint-plugin@4.16.1":
2997-
version "4.16.1"
2998-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
2999-
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
3010+
"@typescript-eslint/eslint-plugin@4.17.0":
3011+
version "4.17.0"
3012+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
3013+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
30003014
dependencies:
3001-
"@typescript-eslint/experimental-utils" "4.16.1"
3002-
"@typescript-eslint/scope-manager" "4.16.1"
3015+
"@typescript-eslint/experimental-utils" "4.17.0"
3016+
"@typescript-eslint/scope-manager" "4.17.0"
30033017
debug "^4.1.1"
30043018
functional-red-black-tree "^1.0.1"
30053019
lodash "^4.17.15"
30063020
regexpp "^3.0.0"
30073021
semver "^7.3.2"
30083022
tsutils "^3.17.1"
30093023

3010-
"@typescript-eslint/experimental-utils@4.16.1":
3011-
version "4.16.1"
3012-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
3013-
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
3024+
"@typescript-eslint/experimental-utils@4.17.0":
3025+
version "4.17.0"
3026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
3027+
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
30143028
dependencies:
30153029
"@types/json-schema" "^7.0.3"
3016-
"@typescript-eslint/scope-manager" "4.16.1"
3017-
"@typescript-eslint/types" "4.16.1"
3018-
"@typescript-eslint/typescript-estree" "4.16.1"
3030+
"@typescript-eslint/scope-manager" "4.17.0"
3031+
"@typescript-eslint/types" "4.17.0"
3032+
"@typescript-eslint/typescript-estree" "4.17.0"
30193033
eslint-scope "^5.0.0"
30203034
eslint-utils "^2.0.0"
30213035

3022-
"@typescript-eslint/parser@4.16.1":
3023-
version "4.16.1"
3024-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a"
3025-
integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg==
3036+
"@typescript-eslint/parser@4.17.0":
3037+
version "4.17.0"
3038+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
3039+
integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
30263040
dependencies:
3027-
"@typescript-eslint/scope-manager" "4.16.1"
3028-
"@typescript-eslint/types" "4.16.1"
3029-
"@typescript-eslint/typescript-estree" "4.16.1"
3041+
"@typescript-eslint/scope-manager" "4.17.0"
3042+
"@typescript-eslint/types" "4.17.0"
3043+
"@typescript-eslint/typescript-estree" "4.17.0"
30303044
debug "^4.1.1"
30313045

3032-
"@typescript-eslint/scope-manager@4.16.1":
3033-
version "4.16.1"
3034-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5"
3035-
integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw==
3046+
"@typescript-eslint/scope-manager@4.17.0":
3047+
version "4.17.0"
3048+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
3049+
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
30363050
dependencies:
3037-
"@typescript-eslint/types" "4.16.1"
3038-
"@typescript-eslint/visitor-keys" "4.16.1"
3051+
"@typescript-eslint/types" "4.17.0"
3052+
"@typescript-eslint/visitor-keys" "4.17.0"
30393053

3040-
"@typescript-eslint/types@4.16.1":
3041-
version "4.16.1"
3042-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
3043-
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
3054+
"@typescript-eslint/types@4.17.0":
3055+
version "4.17.0"
3056+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
3057+
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
30443058

3045-
"@typescript-eslint/typescript-estree@4.16.1":
3046-
version "4.16.1"
3047-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
3048-
integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg==
3059+
"@typescript-eslint/typescript-estree@4.17.0":
3060+
version "4.17.0"
3061+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
3062+
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
30493063
dependencies:
3050-
"@typescript-eslint/types" "4.16.1"
3051-
"@typescript-eslint/visitor-keys" "4.16.1"
3064+
"@typescript-eslint/types" "4.17.0"
3065+
"@typescript-eslint/visitor-keys" "4.17.0"
30523066
debug "^4.1.1"
30533067
globby "^11.0.1"
30543068
is-glob "^4.0.1"
30553069
semver "^7.3.2"
30563070
tsutils "^3.17.1"
30573071

3058-
"@typescript-eslint/visitor-keys@4.16.1":
3059-
version "4.16.1"
3060-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"
3061-
integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w==
3072+
"@typescript-eslint/visitor-keys@4.17.0":
3073+
version "4.17.0"
3074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
3075+
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
30623076
dependencies:
3063-
"@typescript-eslint/types" "4.16.1"
3077+
"@typescript-eslint/types" "4.17.0"
30643078
eslint-visitor-keys "^2.0.0"
30653079

30663080
"@webassemblyjs/[email protected]":
@@ -7189,10 +7203,10 @@ eslint-visitor-keys@^2.0.0:
71897203
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
71907204
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
71917205

7192-
eslint@7.21.0:
7193-
version "7.21.0"
7194-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
7195-
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
7206+
eslint@7.22.0:
7207+
version "7.22.0"
7208+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
7209+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
71967210
dependencies:
71977211
"@babel/code-frame" "7.12.11"
71987212
"@eslint/eslintrc" "^0.4.0"
@@ -7211,15 +7225,15 @@ [email protected]:
72117225
file-entry-cache "^6.0.1"
72127226
functional-red-black-tree "^1.0.1"
72137227
glob-parent "^5.0.0"
7214-
globals "^12.1.0"
7228+
globals "^13.6.0"
72157229
ignore "^4.0.6"
72167230
import-fresh "^3.0.0"
72177231
imurmurhash "^0.1.4"
72187232
is-glob "^4.0.0"
72197233
js-yaml "^3.13.1"
72207234
json-stable-stringify-without-jsonify "^1.0.1"
72217235
levn "^0.4.1"
7222-
lodash "^4.17.20"
7236+
lodash "^4.17.21"
72237237
minimatch "^3.0.4"
72247238
natural-compare "^1.4.0"
72257239
optionator "^0.9.1"
@@ -8391,6 +8405,13 @@ globals@^12.1.0:
83918405
dependencies:
83928406
type-fest "^0.8.1"
83938407

8408+
globals@^13.6.0:
8409+
version "13.6.0"
8410+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
8411+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
8412+
dependencies:
8413+
type-fest "^0.20.2"
8414+
83948415
globalthis@^1.0.0:
83958416
version "1.0.1"
83968417
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.1.tgz#40116f5d9c071f9e8fb0037654df1ab3a83b7ef9"
@@ -11371,6 +11392,11 @@ [email protected], [email protected], lodash@^4.0.1, lodash@^4.17.11, lodash@^4.17.12, lod
1137111392
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
1137211393
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
1137311394

11395+
lodash@^4.17.21:
11396+
version "4.17.21"
11397+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
11398+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
11399+
1137411400
log-symbols@^4.0.0:
1137511401
version "4.0.0"
1137611402
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
@@ -16934,6 +16960,11 @@ type-fest@^0.11.0:
1693416960
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
1693516961
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
1693616962

16963+
type-fest@^0.20.2:
16964+
version "0.20.2"
16965+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
16966+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
16967+
1693716968
type-fest@^0.6.0:
1693816969
version "0.6.0"
1693916970
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)