Skip to content

Commit f538069

Browse files
build(deps-dev): bump @babel/core from 7.17.10 to 7.18.2 (#65)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 to 7.18.2. - [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.18.2/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a90537 commit f538069

File tree

2 files changed

+64
-42
lines changed

2 files changed

+64
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"vue-router": "^4.0.15"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.17.9",
32+
"@babel/core": "^7.18.2",
3333
"@capacitor/cli": "3.5.1",
3434
"@commitlint/cli": "^17.0.1",
3535
"@commitlint/config-conventional": "^16.2.4",

yarn.lock

Lines changed: 63 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,34 @@
3333
version "7.17.10"
3434
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
3535

36-
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.17.9", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
37-
version "7.17.10"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
36+
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.18.2", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
37+
version "7.18.2"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
39+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
3940
dependencies:
4041
"@ampproject/remapping" "^2.1.0"
4142
"@babel/code-frame" "^7.16.7"
42-
"@babel/generator" "^7.17.10"
43-
"@babel/helper-compilation-targets" "^7.17.10"
44-
"@babel/helper-module-transforms" "^7.17.7"
45-
"@babel/helpers" "^7.17.9"
46-
"@babel/parser" "^7.17.10"
43+
"@babel/generator" "^7.18.2"
44+
"@babel/helper-compilation-targets" "^7.18.2"
45+
"@babel/helper-module-transforms" "^7.18.0"
46+
"@babel/helpers" "^7.18.2"
47+
"@babel/parser" "^7.18.0"
4748
"@babel/template" "^7.16.7"
48-
"@babel/traverse" "^7.17.10"
49-
"@babel/types" "^7.17.10"
49+
"@babel/traverse" "^7.18.2"
50+
"@babel/types" "^7.18.2"
5051
convert-source-map "^1.7.0"
5152
debug "^4.1.0"
5253
gensync "^1.0.0-beta.2"
5354
json5 "^2.2.1"
5455
semver "^6.3.0"
5556

56-
"@babel/generator@^7.17.10", "@babel/generator@^7.7.2":
57-
version "7.17.10"
58-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
57+
"@babel/generator@^7.18.2", "@babel/generator@^7.7.2":
58+
version "7.18.2"
59+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
60+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
5961
dependencies:
60-
"@babel/types" "^7.17.10"
61-
"@jridgewell/gen-mapping" "^0.1.0"
62+
"@babel/types" "^7.18.2"
63+
"@jridgewell/gen-mapping" "^0.3.0"
6264
jsesc "^2.5.1"
6365

6466
"@babel/helper-annotate-as-pure@^7.16.7":
@@ -74,9 +76,10 @@
7476
"@babel/helper-explode-assignable-expression" "^7.16.7"
7577
"@babel/types" "^7.16.7"
7678

77-
"@babel/helper-compilation-targets@^7.12.16", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10":
78-
version "7.17.10"
79-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
79+
"@babel/helper-compilation-targets@^7.12.16", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2":
80+
version "7.18.2"
81+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
82+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
8083
dependencies:
8184
"@babel/compat-data" "^7.17.10"
8285
"@babel/helper-validator-option" "^7.16.7"
@@ -121,6 +124,11 @@
121124
dependencies:
122125
"@babel/types" "^7.16.7"
123126

127+
"@babel/helper-environment-visitor@^7.18.2":
128+
version "7.18.2"
129+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
130+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
131+
124132
"@babel/helper-explode-assignable-expression@^7.16.7":
125133
version "7.16.7"
126134
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -152,18 +160,19 @@
152160
dependencies:
153161
"@babel/types" "^7.16.7"
154162

155-
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7":
156-
version "7.17.7"
157-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
163+
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7", "@babel/helper-module-transforms@^7.18.0":
164+
version "7.18.0"
165+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
166+
integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
158167
dependencies:
159168
"@babel/helper-environment-visitor" "^7.16.7"
160169
"@babel/helper-module-imports" "^7.16.7"
161170
"@babel/helper-simple-access" "^7.17.7"
162171
"@babel/helper-split-export-declaration" "^7.16.7"
163172
"@babel/helper-validator-identifier" "^7.16.7"
164173
"@babel/template" "^7.16.7"
165-
"@babel/traverse" "^7.17.3"
166-
"@babel/types" "^7.17.0"
174+
"@babel/traverse" "^7.18.0"
175+
"@babel/types" "^7.18.0"
167176

168177
"@babel/helper-optimise-call-expression@^7.16.7":
169178
version "7.16.7"
@@ -228,13 +237,14 @@
228237
"@babel/traverse" "^7.16.8"
229238
"@babel/types" "^7.16.8"
230239

231-
"@babel/helpers@^7.17.9":
232-
version "7.17.9"
233-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
240+
"@babel/helpers@^7.18.2":
241+
version "7.18.2"
242+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
243+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
234244
dependencies:
235245
"@babel/template" "^7.16.7"
236-
"@babel/traverse" "^7.17.9"
237-
"@babel/types" "^7.17.0"
246+
"@babel/traverse" "^7.18.2"
247+
"@babel/types" "^7.18.2"
238248

239249
"@babel/highlight@^7.16.7":
240250
version "7.17.9"
@@ -244,9 +254,10 @@
244254
chalk "^2.0.0"
245255
js-tokens "^4.0.0"
246256

247-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10":
248-
version "7.17.10"
249-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
257+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
258+
version "7.18.4"
259+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
260+
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
250261

251262
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
252263
version "7.16.7"
@@ -832,24 +843,26 @@
832843
"@babel/parser" "^7.16.7"
833844
"@babel/types" "^7.16.7"
834845

835-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2":
836-
version "7.17.10"
837-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
846+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.2":
847+
version "7.18.2"
848+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
849+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
838850
dependencies:
839851
"@babel/code-frame" "^7.16.7"
840-
"@babel/generator" "^7.17.10"
841-
"@babel/helper-environment-visitor" "^7.16.7"
852+
"@babel/generator" "^7.18.2"
853+
"@babel/helper-environment-visitor" "^7.18.2"
842854
"@babel/helper-function-name" "^7.17.9"
843855
"@babel/helper-hoist-variables" "^7.16.7"
844856
"@babel/helper-split-export-declaration" "^7.16.7"
845-
"@babel/parser" "^7.17.10"
846-
"@babel/types" "^7.17.10"
857+
"@babel/parser" "^7.18.0"
858+
"@babel/types" "^7.18.2"
847859
debug "^4.1.0"
848860
globals "^11.1.0"
849861

850-
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
851-
version "7.17.10"
852-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
862+
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
863+
version "7.18.4"
864+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
865+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
853866
dependencies:
854867
"@babel/helper-validator-identifier" "^7.16.7"
855868
to-fast-properties "^2.0.0"
@@ -1471,6 +1484,15 @@
14711484
"@jridgewell/set-array" "^1.0.0"
14721485
"@jridgewell/sourcemap-codec" "^1.4.10"
14731486

1487+
"@jridgewell/gen-mapping@^0.3.0":
1488+
version "0.3.1"
1489+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
1490+
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
1491+
dependencies:
1492+
"@jridgewell/set-array" "^1.0.0"
1493+
"@jridgewell/sourcemap-codec" "^1.4.10"
1494+
"@jridgewell/trace-mapping" "^0.3.9"
1495+
14741496
"@jridgewell/resolve-uri@^3.0.3":
14751497
version "3.0.6"
14761498
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz#4ac237f4dabc8dd93330386907b97591801f7352"

0 commit comments

Comments
 (0)