Skip to content

Commit e68e2c9

Browse files
chore(deps): update dependency @babel/core to v7.20.12
1 parent 05b3031 commit e68e2c9

File tree

2 files changed

+92
-79
lines changed

2 files changed

+92
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Sergey Bekrin <[email protected]>",
2323
"license": "MIT",
2424
"devDependencies": {
25-
"@babel/core": "7.19.3",
25+
"@babel/core": "7.20.12",
2626
"@researchgate/spire-config": "7.0.0",
2727
"node-sass": "7.0.3",
2828
"spire": "3.2.3",

yarn.lock

Lines changed: 91 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@
2323
dependencies:
2424
"@babel/highlight" "^7.18.6"
2525

26-
"@babel/compat-data@^7.19.3":
27-
version "7.19.3"
28-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
29-
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
26+
"@babel/compat-data@^7.20.5":
27+
version "7.20.10"
28+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
29+
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
3030

31-
"@babel/core@7.19.3", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.7.5":
32-
version "7.19.3"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
34-
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
31+
"@babel/core@7.20.12", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.7.5":
32+
version "7.20.12"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
34+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
3535
dependencies:
3636
"@ampproject/remapping" "^2.1.0"
3737
"@babel/code-frame" "^7.18.6"
38-
"@babel/generator" "^7.19.3"
39-
"@babel/helper-compilation-targets" "^7.19.3"
40-
"@babel/helper-module-transforms" "^7.19.0"
41-
"@babel/helpers" "^7.19.0"
42-
"@babel/parser" "^7.19.3"
43-
"@babel/template" "^7.18.10"
44-
"@babel/traverse" "^7.19.3"
45-
"@babel/types" "^7.19.3"
38+
"@babel/generator" "^7.20.7"
39+
"@babel/helper-compilation-targets" "^7.20.7"
40+
"@babel/helper-module-transforms" "^7.20.11"
41+
"@babel/helpers" "^7.20.7"
42+
"@babel/parser" "^7.20.7"
43+
"@babel/template" "^7.20.7"
44+
"@babel/traverse" "^7.20.12"
45+
"@babel/types" "^7.20.7"
4646
convert-source-map "^1.7.0"
4747
debug "^4.1.0"
4848
gensync "^1.0.0-beta.2"
49-
json5 "^2.2.1"
49+
json5 "^2.2.2"
5050
semver "^6.3.0"
5151

5252
"@babel/eslint-parser@^7.11.3":
@@ -58,23 +58,24 @@
5858
eslint-visitor-keys "^1.3.0"
5959
semver "^6.3.0"
6060

61-
"@babel/generator@^7.19.3", "@babel/generator@^7.4.0":
62-
version "7.19.3"
63-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
64-
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
61+
"@babel/generator@^7.20.7", "@babel/generator@^7.4.0":
62+
version "7.20.7"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
64+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
6565
dependencies:
66-
"@babel/types" "^7.19.3"
66+
"@babel/types" "^7.20.7"
6767
"@jridgewell/gen-mapping" "^0.3.2"
6868
jsesc "^2.5.1"
6969

70-
"@babel/helper-compilation-targets@^7.19.3":
71-
version "7.19.3"
72-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
73-
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
70+
"@babel/helper-compilation-targets@^7.20.7":
71+
version "7.20.7"
72+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
73+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
7474
dependencies:
75-
"@babel/compat-data" "^7.19.3"
75+
"@babel/compat-data" "^7.20.5"
7676
"@babel/helper-validator-option" "^7.18.6"
7777
browserslist "^4.21.3"
78+
lru-cache "^5.1.1"
7879
semver "^6.3.0"
7980

8081
"@babel/helper-environment-visitor@^7.18.9":
@@ -104,31 +105,31 @@
104105
dependencies:
105106
"@babel/types" "^7.18.6"
106107

107-
"@babel/helper-module-transforms@^7.19.0":
108-
version "7.19.0"
109-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
110-
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
108+
"@babel/helper-module-transforms@^7.20.11":
109+
version "7.20.11"
110+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
111+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
111112
dependencies:
112113
"@babel/helper-environment-visitor" "^7.18.9"
113114
"@babel/helper-module-imports" "^7.18.6"
114-
"@babel/helper-simple-access" "^7.18.6"
115+
"@babel/helper-simple-access" "^7.20.2"
115116
"@babel/helper-split-export-declaration" "^7.18.6"
116-
"@babel/helper-validator-identifier" "^7.18.6"
117-
"@babel/template" "^7.18.10"
118-
"@babel/traverse" "^7.19.0"
119-
"@babel/types" "^7.19.0"
117+
"@babel/helper-validator-identifier" "^7.19.1"
118+
"@babel/template" "^7.20.7"
119+
"@babel/traverse" "^7.20.10"
120+
"@babel/types" "^7.20.7"
120121

121122
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.8.0":
122123
version "7.13.0"
123124
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
124125
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
125126

126-
"@babel/helper-simple-access@^7.18.6":
127-
version "7.18.6"
128-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea"
129-
integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==
127+
"@babel/helper-simple-access@^7.20.2":
128+
version "7.20.2"
129+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
130+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
130131
dependencies:
131-
"@babel/types" "^7.18.6"
132+
"@babel/types" "^7.20.2"
132133

133134
"@babel/helper-split-export-declaration@^7.18.6":
134135
version "7.18.6"
@@ -137,10 +138,10 @@
137138
dependencies:
138139
"@babel/types" "^7.18.6"
139140

140-
"@babel/helper-string-parser@^7.18.10":
141-
version "7.18.10"
142-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
143-
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
141+
"@babel/helper-string-parser@^7.19.4":
142+
version "7.19.4"
143+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
144+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
144145

145146
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
146147
version "7.19.1"
@@ -152,14 +153,14 @@
152153
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
153154
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
154155

155-
"@babel/helpers@^7.19.0":
156-
version "7.19.0"
157-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
158-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
156+
"@babel/helpers@^7.20.7":
157+
version "7.20.7"
158+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
159+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
159160
dependencies:
160-
"@babel/template" "^7.18.10"
161-
"@babel/traverse" "^7.19.0"
162-
"@babel/types" "^7.19.0"
161+
"@babel/template" "^7.20.7"
162+
"@babel/traverse" "^7.20.7"
163+
"@babel/types" "^7.20.7"
163164

164165
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
165166
version "7.18.6"
@@ -170,10 +171,10 @@
170171
chalk "^2.0.0"
171172
js-tokens "^4.0.0"
172173

173-
"@babel/parser@^7.1.0", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.4.3":
174-
version "7.19.3"
175-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
176-
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
174+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.4.3":
175+
version "7.20.7"
176+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
177+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
177178

178179
"@babel/plugin-syntax-async-generators@^7.8.4":
179180
version "7.8.4"
@@ -259,37 +260,37 @@
259260
dependencies:
260261
"@babel/helper-plugin-utils" "^7.12.13"
261262

262-
"@babel/template@^7.18.10", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
263-
version "7.18.10"
264-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
265-
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
263+
"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
264+
version "7.20.7"
265+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
266+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
266267
dependencies:
267268
"@babel/code-frame" "^7.18.6"
268-
"@babel/parser" "^7.18.10"
269-
"@babel/types" "^7.18.10"
269+
"@babel/parser" "^7.20.7"
270+
"@babel/types" "^7.20.7"
270271

271-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.4.3":
272-
version "7.19.3"
273-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
274-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
272+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7", "@babel/traverse@^7.4.3":
273+
version "7.20.12"
274+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
275+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
275276
dependencies:
276277
"@babel/code-frame" "^7.18.6"
277-
"@babel/generator" "^7.19.3"
278+
"@babel/generator" "^7.20.7"
278279
"@babel/helper-environment-visitor" "^7.18.9"
279280
"@babel/helper-function-name" "^7.19.0"
280281
"@babel/helper-hoist-variables" "^7.18.6"
281282
"@babel/helper-split-export-declaration" "^7.18.6"
282-
"@babel/parser" "^7.19.3"
283-
"@babel/types" "^7.19.3"
283+
"@babel/parser" "^7.20.7"
284+
"@babel/types" "^7.20.7"
284285
debug "^4.1.0"
285286
globals "^11.1.0"
286287

287-
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0":
288-
version "7.19.3"
289-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
290-
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
288+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.19.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.0":
289+
version "7.20.7"
290+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
291+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
291292
dependencies:
292-
"@babel/helper-string-parser" "^7.18.10"
293+
"@babel/helper-string-parser" "^7.19.4"
293294
"@babel/helper-validator-identifier" "^7.19.1"
294295
to-fast-properties "^2.0.0"
295296

@@ -5337,10 +5338,10 @@ json5@^1.0.1:
53375338
dependencies:
53385339
minimist "^1.2.0"
53395340

5340-
json5@^2.2.1:
5341-
version "2.2.1"
5342-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
5343-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
5341+
json5@^2.2.2:
5342+
version "2.2.3"
5343+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
5344+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
53445345

53455346
jsonfile@^6.0.1:
53465347
version "6.1.0"
@@ -5796,6 +5797,13 @@ lowercase-keys@^2.0.0:
57965797
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
57975798
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
57985799

5800+
lru-cache@^5.1.1:
5801+
version "5.1.1"
5802+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
5803+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
5804+
dependencies:
5805+
yallist "^3.0.2"
5806+
57995807
lru-cache@^6.0.0:
58005808
version "6.0.0"
58015809
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -9265,6 +9273,11 @@ y18n@^5.0.5:
92659273
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
92669274
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
92679275

9276+
yallist@^3.0.2:
9277+
version "3.1.1"
9278+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
9279+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
9280+
92689281
yallist@^4.0.0:
92699282
version "4.0.0"
92709283
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)