Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit d1eadd7

Browse files
Merge pull request #61 from FreeTubeApp/dependabot/npm_and_yarn/babel/core-7.22.10
build(deps-dev): bump @babel/core from 7.22.9 to 7.22.10
2 parents 3617829 + ebea092 commit d1eadd7

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/FreeTubeApp/videojs-quality-selector#readme",
3838
"devDependencies": {
39-
"@babel/core": "^7.22.9",
39+
"@babel/core": "^7.22.10",
4040
"@babel/plugin-transform-object-assign": "^7.22.5",
4141
"@babel/preset-env": "^7.22.10",
4242
"@rollup/plugin-babel": "^6.0.3",

yarn.lock

Lines changed: 47 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -15,45 +15,46 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.5":
19-
version "7.22.5"
20-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
21-
integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==
18+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5":
19+
version "7.22.10"
20+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3"
21+
integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==
2222
dependencies:
23-
"@babel/highlight" "^7.22.5"
23+
"@babel/highlight" "^7.22.10"
24+
chalk "^2.4.2"
2425

2526
"@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
2627
version "7.22.9"
2728
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
2829
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
2930

30-
"@babel/core@^7.22.9":
31-
version "7.22.9"
32-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f"
33-
integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==
31+
"@babel/core@^7.22.10":
32+
version "7.22.10"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35"
34+
integrity sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==
3435
dependencies:
3536
"@ampproject/remapping" "^2.2.0"
36-
"@babel/code-frame" "^7.22.5"
37-
"@babel/generator" "^7.22.9"
38-
"@babel/helper-compilation-targets" "^7.22.9"
37+
"@babel/code-frame" "^7.22.10"
38+
"@babel/generator" "^7.22.10"
39+
"@babel/helper-compilation-targets" "^7.22.10"
3940
"@babel/helper-module-transforms" "^7.22.9"
40-
"@babel/helpers" "^7.22.6"
41-
"@babel/parser" "^7.22.7"
41+
"@babel/helpers" "^7.22.10"
42+
"@babel/parser" "^7.22.10"
4243
"@babel/template" "^7.22.5"
43-
"@babel/traverse" "^7.22.8"
44-
"@babel/types" "^7.22.5"
44+
"@babel/traverse" "^7.22.10"
45+
"@babel/types" "^7.22.10"
4546
convert-source-map "^1.7.0"
4647
debug "^4.1.0"
4748
gensync "^1.0.0-beta.2"
4849
json5 "^2.2.2"
4950
semver "^6.3.1"
5051

51-
"@babel/generator@^7.22.7", "@babel/generator@^7.22.9":
52-
version "7.22.9"
53-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
54-
integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==
52+
"@babel/generator@^7.22.10":
53+
version "7.22.10"
54+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722"
55+
integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==
5556
dependencies:
56-
"@babel/types" "^7.22.5"
57+
"@babel/types" "^7.22.10"
5758
"@jridgewell/gen-mapping" "^0.3.2"
5859
"@jridgewell/trace-mapping" "^0.3.17"
5960
jsesc "^2.5.1"
@@ -79,7 +80,7 @@
7980
dependencies:
8081
"@babel/types" "^7.22.5"
8182

82-
"@babel/helper-compilation-targets@^7.22.10", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.22.9":
83+
"@babel/helper-compilation-targets@^7.22.10", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6":
8384
version "7.22.10"
8485
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz#01d648bbc25dd88f513d862ee0df27b7d4e67024"
8586
integrity sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==
@@ -291,28 +292,28 @@
291292
"@babel/template" "^7.22.5"
292293
"@babel/types" "^7.22.10"
293294

294-
"@babel/helpers@^7.22.6":
295-
version "7.22.6"
296-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd"
297-
integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==
295+
"@babel/helpers@^7.22.10":
296+
version "7.22.10"
297+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.10.tgz#ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a"
298+
integrity sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==
298299
dependencies:
299300
"@babel/template" "^7.22.5"
300-
"@babel/traverse" "^7.22.6"
301-
"@babel/types" "^7.22.5"
301+
"@babel/traverse" "^7.22.10"
302+
"@babel/types" "^7.22.10"
302303

303-
"@babel/highlight@^7.22.5":
304-
version "7.22.5"
305-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
306-
integrity sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==
304+
"@babel/highlight@^7.22.10":
305+
version "7.22.10"
306+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7"
307+
integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==
307308
dependencies:
308309
"@babel/helper-validator-identifier" "^7.22.5"
309-
chalk "^2.0.0"
310+
chalk "^2.4.2"
310311
js-tokens "^4.0.0"
311312

312-
"@babel/parser@^7.20.15", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
313-
version "7.22.7"
314-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
315-
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
313+
"@babel/parser@^7.20.15", "@babel/parser@^7.22.10", "@babel/parser@^7.22.5":
314+
version "7.22.10"
315+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.10.tgz#e37634f9a12a1716136c44624ef54283cabd3f55"
316+
integrity sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==
316317

317318
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
318319
version "7.22.5"
@@ -973,19 +974,19 @@
973974
"@babel/parser" "^7.22.5"
974975
"@babel/types" "^7.22.5"
975976

976-
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
977-
version "7.22.8"
978-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
979-
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
977+
"@babel/traverse@^7.22.10", "@babel/traverse@^7.22.5":
978+
version "7.22.10"
979+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa"
980+
integrity sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==
980981
dependencies:
981-
"@babel/code-frame" "^7.22.5"
982-
"@babel/generator" "^7.22.7"
982+
"@babel/code-frame" "^7.22.10"
983+
"@babel/generator" "^7.22.10"
983984
"@babel/helper-environment-visitor" "^7.22.5"
984985
"@babel/helper-function-name" "^7.22.5"
985986
"@babel/helper-hoist-variables" "^7.22.5"
986987
"@babel/helper-split-export-declaration" "^7.22.6"
987-
"@babel/parser" "^7.22.7"
988-
"@babel/types" "^7.22.5"
988+
"@babel/parser" "^7.22.10"
989+
"@babel/types" "^7.22.10"
989990
debug "^4.1.0"
990991
globals "^11.1.0"
991992

@@ -1709,7 +1710,7 @@ catharsis@^0.9.0:
17091710
dependencies:
17101711
lodash "^4.17.15"
17111712

1712-
chalk@^2.0.0:
1713+
chalk@^2.4.2:
17131714
version "2.4.2"
17141715
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
17151716
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)