Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c84ebb

Browse files
chore(deps-dev): bump @babel/core from 7.19.6 to 7.20.7 (#820)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.6 to 7.20.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5fdefe commit 9c84ebb

File tree

2 files changed

+76
-72
lines changed

2 files changed

+76
-72
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-fast-compare": "3.2.0"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "7.19.6",
44+
"@babel/core": "7.20.7",
4545
"@storybook/addon-essentials": "6.5.13",
4646
"@storybook/addon-info": "5.3.21",
4747
"@storybook/addon-knobs": "6.4.0",

‎yarn.lock

Lines changed: 75 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@
2121
dependencies:
2222
"@babel/highlight" "^7.18.6"
2323

24-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.19.4":
24+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.4":
2525
version "7.19.4"
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
2727
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
2828

29+
"@babel/compat-data@^7.20.5":
30+
version "7.20.10"
31+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
32+
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
33+
2934
"@babel/core@7.12.9":
3035
version "7.12.9"
3136
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -48,21 +53,21 @@
4853
semver "^5.4.1"
4954
source-map "^0.5.0"
5055

51-
"@babel/core@7.19.6", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
52-
version "7.19.6"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
54-
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
56+
"@babel/core@7.20.7", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
57+
version "7.20.7"
58+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
59+
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
5560
dependencies:
5661
"@ampproject/remapping" "^2.1.0"
5762
"@babel/code-frame" "^7.18.6"
58-
"@babel/generator" "^7.19.6"
59-
"@babel/helper-compilation-targets" "^7.19.3"
60-
"@babel/helper-module-transforms" "^7.19.6"
61-
"@babel/helpers" "^7.19.4"
62-
"@babel/parser" "^7.19.6"
63-
"@babel/template" "^7.18.10"
64-
"@babel/traverse" "^7.19.6"
65-
"@babel/types" "^7.19.4"
63+
"@babel/generator" "^7.20.7"
64+
"@babel/helper-compilation-targets" "^7.20.7"
65+
"@babel/helper-module-transforms" "^7.20.7"
66+
"@babel/helpers" "^7.20.7"
67+
"@babel/parser" "^7.20.7"
68+
"@babel/template" "^7.20.7"
69+
"@babel/traverse" "^7.20.7"
70+
"@babel/types" "^7.20.7"
6671
convert-source-map "^1.7.0"
6772
debug "^4.1.0"
6873
gensync "^1.0.0-beta.2"
@@ -78,12 +83,12 @@
7883
eslint-visitor-keys "^2.1.0"
7984
semver "^6.3.0"
8085

81-
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.19.6", "@babel/generator@^7.7.2":
82-
version "7.19.6"
83-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
84-
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
86+
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.20.7", "@babel/generator@^7.7.2":
87+
version "7.20.7"
88+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
89+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
8590
dependencies:
86-
"@babel/types" "^7.19.4"
91+
"@babel/types" "^7.20.7"
8792
"@jridgewell/gen-mapping" "^0.3.2"
8893
jsesc "^2.5.1"
8994

@@ -102,14 +107,15 @@
102107
"@babel/helper-explode-assignable-expression" "^7.18.6"
103108
"@babel/types" "^7.18.9"
104109

105-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
106-
version "7.19.3"
107-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
108-
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
110+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3", "@babel/helper-compilation-targets@^7.20.7":
111+
version "7.20.7"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
113+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
109114
dependencies:
110-
"@babel/compat-data" "^7.19.3"
115+
"@babel/compat-data" "^7.20.5"
111116
"@babel/helper-validator-option" "^7.18.6"
112117
browserslist "^4.21.3"
118+
lru-cache "^5.1.1"
113119
semver "^6.3.0"
114120

115121
"@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.18.6":
@@ -200,19 +206,19 @@
200206
dependencies:
201207
"@babel/types" "^7.18.6"
202208

203-
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.19.6":
204-
version "7.19.6"
205-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
206-
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
209+
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0", "@babel/helper-module-transforms@^7.20.7":
210+
version "7.20.11"
211+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
212+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
207213
dependencies:
208214
"@babel/helper-environment-visitor" "^7.18.9"
209215
"@babel/helper-module-imports" "^7.18.6"
210-
"@babel/helper-simple-access" "^7.19.4"
216+
"@babel/helper-simple-access" "^7.20.2"
211217
"@babel/helper-split-export-declaration" "^7.18.6"
212218
"@babel/helper-validator-identifier" "^7.19.1"
213-
"@babel/template" "^7.18.10"
214-
"@babel/traverse" "^7.19.6"
215-
"@babel/types" "^7.19.4"
219+
"@babel/template" "^7.20.7"
220+
"@babel/traverse" "^7.20.10"
221+
"@babel/types" "^7.20.7"
216222

217223
"@babel/helper-optimise-call-expression@^7.18.6":
218224
version "7.18.6"
@@ -252,13 +258,20 @@
252258
"@babel/traverse" "^7.19.1"
253259
"@babel/types" "^7.19.0"
254260

255-
"@babel/helper-simple-access@^7.18.6", "@babel/helper-simple-access@^7.19.4":
261+
"@babel/helper-simple-access@^7.18.6":
256262
version "7.19.4"
257263
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
258264
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
259265
dependencies:
260266
"@babel/types" "^7.19.4"
261267

268+
"@babel/helper-simple-access@^7.20.2":
269+
version "7.20.2"
270+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
271+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
272+
dependencies:
273+
"@babel/types" "^7.20.2"
274+
262275
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
263276
version "7.18.9"
264277
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -298,14 +311,14 @@
298311
"@babel/traverse" "^7.19.0"
299312
"@babel/types" "^7.19.0"
300313

301-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.19.4":
302-
version "7.19.4"
303-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
304-
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
314+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.20.7":
315+
version "7.20.7"
316+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
317+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
305318
dependencies:
306-
"@babel/template" "^7.18.10"
307-
"@babel/traverse" "^7.19.4"
308-
"@babel/types" "^7.19.4"
319+
"@babel/template" "^7.20.7"
320+
"@babel/traverse" "^7.20.7"
321+
"@babel/types" "^7.20.7"
309322

310323
"@babel/highlight@^7.18.6":
311324
version "7.18.6"
@@ -316,10 +329,10 @@
316329
chalk "^2.0.0"
317330
js-tokens "^4.0.0"
318331

319-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.6", "@babel/parser@^7.19.6":
320-
version "7.19.6"
321-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
322-
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
332+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6", "@babel/parser@^7.20.7":
333+
version "7.20.7"
334+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
335+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
323336

324337
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
325338
version "7.18.6"
@@ -1121,35 +1134,35 @@
11211134
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.16.9.tgz#4236f528bca7c5126678f2757ac14e24e10a53f8"
11221135
integrity sha512-2xC+uqniw1MNMTxzkfRUD8y0koEav+cGyWNCTVFAMC58Mb6HYfxqzQt+YtdMpSEcNqrDjvatthhyU0v18PNrnA==
11231136

1124-
"@babel/template@^7.12.7", "@babel/template@^7.18.10", "@babel/template@^7.3.3":
1125-
version "7.18.10"
1126-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1127-
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
1137+
"@babel/template@^7.12.7", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3":
1138+
version "7.20.7"
1139+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1140+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
11281141
dependencies:
11291142
"@babel/code-frame" "^7.18.6"
1130-
"@babel/parser" "^7.18.10"
1131-
"@babel/types" "^7.18.10"
1143+
"@babel/parser" "^7.20.7"
1144+
"@babel/types" "^7.20.7"
11321145

1133-
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2":
1134-
version "7.19.6"
1135-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
1136-
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
1146+
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2":
1147+
version "7.20.10"
1148+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230"
1149+
integrity sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg==
11371150
dependencies:
11381151
"@babel/code-frame" "^7.18.6"
1139-
"@babel/generator" "^7.19.6"
1152+
"@babel/generator" "^7.20.7"
11401153
"@babel/helper-environment-visitor" "^7.18.9"
11411154
"@babel/helper-function-name" "^7.19.0"
11421155
"@babel/helper-hoist-variables" "^7.18.6"
11431156
"@babel/helper-split-export-declaration" "^7.18.6"
1144-
"@babel/parser" "^7.19.6"
1145-
"@babel/types" "^7.19.4"
1157+
"@babel/parser" "^7.20.7"
1158+
"@babel/types" "^7.20.7"
11461159
debug "^4.1.0"
11471160
globals "^11.1.0"
11481161

1149-
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.16.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1150-
version "7.19.4"
1151-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1152-
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
1162+
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.16.7", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.2.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1163+
version "7.20.7"
1164+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1165+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
11531166
dependencies:
11541167
"@babel/helper-string-parser" "^7.19.4"
11551168
"@babel/helper-validator-identifier" "^7.19.1"
@@ -8350,7 +8363,7 @@ is-ci@^2.0.0:
83508363
dependencies:
83518364
ci-info "^2.0.0"
83528365

8353-
is-core-module@^2.2.0, is-core-module@^2.8.0:
8366+
is-core-module@^2.2.0:
83548367
version "2.8.1"
83558368
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
83568369
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -12240,16 +12253,7 @@ resolve.exports@^1.1.0:
1224012253
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
1224112254
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
1224212255

12243-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.2:
12244-
version "1.21.0"
12245-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
12246-
integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
12247-
dependencies:
12248-
is-core-module "^2.8.0"
12249-
path-parse "^1.0.7"
12250-
supports-preserve-symlinks-flag "^1.0.0"
12251-
12252-
resolve@^1.22.0:
12256+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.3.2:
1225312257
version "1.22.1"
1225412258
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
1225512259
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /