Skip to content

Commit b5dd206

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.19.6
1 parent 5961cdd commit b5dd206

File tree

2 files changed

+54
-42
lines changed

2 files changed

+54
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/core": "7.19.3",
68+
"@babel/core": "7.19.6",
6969
"@babel/preset-env": "7.19.4",
7070
"@babel/register": "7.18.9",
7171
"@commitlint/cli": "17.1.2",

yarn.lock

Lines changed: 53 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@
4848
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
4949
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
5050

51-
"@babel/core@7.19.3":
52-
version "7.19.3"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
54-
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
51+
"@babel/core@7.19.6":
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==
5555
dependencies:
5656
"@ampproject/remapping" "^2.1.0"
5757
"@babel/code-frame" "^7.18.6"
58-
"@babel/generator" "^7.19.3"
58+
"@babel/generator" "^7.19.6"
5959
"@babel/helper-compilation-targets" "^7.19.3"
60-
"@babel/helper-module-transforms" "^7.19.0"
61-
"@babel/helpers" "^7.19.0"
62-
"@babel/parser" "^7.19.3"
60+
"@babel/helper-module-transforms" "^7.19.6"
61+
"@babel/helpers" "^7.19.4"
62+
"@babel/parser" "^7.19.6"
6363
"@babel/template" "^7.18.10"
64-
"@babel/traverse" "^7.19.3"
65-
"@babel/types" "^7.19.3"
64+
"@babel/traverse" "^7.19.6"
65+
"@babel/types" "^7.19.4"
6666
convert-source-map "^1.7.0"
6767
debug "^4.1.0"
6868
gensync "^1.0.0-beta.2"
@@ -135,12 +135,12 @@
135135
"@jridgewell/gen-mapping" "^0.3.2"
136136
jsesc "^2.5.1"
137137

138-
"@babel/generator@^7.19.3":
139-
version "7.19.3"
140-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
141-
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
138+
"@babel/generator@^7.19.6":
139+
version "7.19.6"
140+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
141+
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
142142
dependencies:
143-
"@babel/types" "^7.19.3"
143+
"@babel/types" "^7.19.4"
144144
"@jridgewell/gen-mapping" "^0.3.2"
145145
jsesc "^2.5.1"
146146

@@ -452,6 +452,20 @@
452452
"@babel/traverse" "^7.19.0"
453453
"@babel/types" "^7.19.0"
454454

455+
"@babel/helper-module-transforms@^7.19.6":
456+
version "7.19.6"
457+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
458+
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
459+
dependencies:
460+
"@babel/helper-environment-visitor" "^7.18.9"
461+
"@babel/helper-module-imports" "^7.18.6"
462+
"@babel/helper-simple-access" "^7.19.4"
463+
"@babel/helper-split-export-declaration" "^7.18.6"
464+
"@babel/helper-validator-identifier" "^7.19.1"
465+
"@babel/template" "^7.18.10"
466+
"@babel/traverse" "^7.19.6"
467+
"@babel/types" "^7.19.4"
468+
455469
"@babel/helper-optimise-call-expression@^7.16.0":
456470
version "7.16.0"
457471
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -562,6 +576,13 @@
562576
dependencies:
563577
"@babel/types" "^7.18.6"
564578

579+
"@babel/helper-simple-access@^7.19.4":
580+
version "7.19.4"
581+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
582+
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
583+
dependencies:
584+
"@babel/types" "^7.19.4"
585+
565586
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
566587
version "7.16.0"
567588
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -664,14 +685,14 @@
664685
"@babel/traverse" "^7.16.5"
665686
"@babel/types" "^7.16.0"
666687

667-
"@babel/helpers@^7.19.0":
668-
version "7.19.0"
669-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
670-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
688+
"@babel/helpers@^7.19.4":
689+
version "7.19.4"
690+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
691+
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
671692
dependencies:
672693
"@babel/template" "^7.18.10"
673-
"@babel/traverse" "^7.19.0"
674-
"@babel/types" "^7.19.0"
694+
"@babel/traverse" "^7.19.4"
695+
"@babel/types" "^7.19.4"
675696

676697
"@babel/highlight@^7.16.0":
677698
version "7.16.0"
@@ -716,10 +737,10 @@
716737
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
717738
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
718739

719-
"@babel/parser@^7.19.3":
720-
version "7.19.3"
721-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
722-
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
740+
"@babel/parser@^7.19.6":
741+
version "7.19.6"
742+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
743+
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
723744

724745
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
725746
version "7.16.2"
@@ -2005,19 +2026,19 @@
20052026
debug "^4.1.0"
20062027
globals "^11.1.0"
20072028

2008-
"@babel/traverse@^7.19.3":
2009-
version "7.19.3"
2010-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
2011-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
2029+
"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
2030+
version "7.19.6"
2031+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
2032+
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
20122033
dependencies:
20132034
"@babel/code-frame" "^7.18.6"
2014-
"@babel/generator" "^7.19.3"
2035+
"@babel/generator" "^7.19.6"
20152036
"@babel/helper-environment-visitor" "^7.18.9"
20162037
"@babel/helper-function-name" "^7.19.0"
20172038
"@babel/helper-hoist-variables" "^7.18.6"
20182039
"@babel/helper-split-export-declaration" "^7.18.6"
2019-
"@babel/parser" "^7.19.3"
2020-
"@babel/types" "^7.19.3"
2040+
"@babel/parser" "^7.19.6"
2041+
"@babel/types" "^7.19.4"
20212042
debug "^4.1.0"
20222043
globals "^11.1.0"
20232044

@@ -2063,15 +2084,6 @@
20632084
"@babel/helper-validator-identifier" "^7.18.6"
20642085
to-fast-properties "^2.0.0"
20652086

2066-
"@babel/types@^7.19.3":
2067-
version "7.19.3"
2068-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
2069-
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
2070-
dependencies:
2071-
"@babel/helper-string-parser" "^7.18.10"
2072-
"@babel/helper-validator-identifier" "^7.19.1"
2073-
to-fast-properties "^2.0.0"
2074-
20752087
"@babel/types@^7.19.4":
20762088
version "7.19.4"
20772089
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"

0 commit comments

Comments
 (0)