Skip to content

Commit c17de14

Browse files
authored
Merge pull request #783 from owncloud/dependabot/npm_and_yarn/babel/core-7.20.7
build(deps-dev): bump @babel/core from 7.20.5 to 7.20.7
2 parents cdc6384 + 7018a4a commit c17de14

File tree

2 files changed

+64
-58
lines changed

2 files changed

+64
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vuex": "^3.6.2"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "^7.20.5",
16+
"@babel/core": "^7.20.7",
1717
"@babel/preset-env": "^7.20.2",
1818
"babel-loader": "^8.2.5",
1919
"css-loader": "^6.7.3",

yarn.lock

Lines changed: 63 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,43 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
20+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1":
2121
version "7.20.1"
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
2323
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
2424

25-
"@babel/core@^7.11.6", "@babel/core@^7.20.5":
25+
"@babel/compat-data@^7.20.5":
2626
version "7.20.5"
27-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
28-
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
28+
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
29+
30+
"@babel/core@^7.11.6", "@babel/core@^7.20.7":
31+
version "7.20.7"
32+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
33+
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
2934
dependencies:
3035
"@ampproject/remapping" "^2.1.0"
3136
"@babel/code-frame" "^7.18.6"
32-
"@babel/generator" "^7.20.5"
33-
"@babel/helper-compilation-targets" "^7.20.0"
34-
"@babel/helper-module-transforms" "^7.20.2"
35-
"@babel/helpers" "^7.20.5"
36-
"@babel/parser" "^7.20.5"
37-
"@babel/template" "^7.18.10"
38-
"@babel/traverse" "^7.20.5"
39-
"@babel/types" "^7.20.5"
37+
"@babel/generator" "^7.20.7"
38+
"@babel/helper-compilation-targets" "^7.20.7"
39+
"@babel/helper-module-transforms" "^7.20.7"
40+
"@babel/helpers" "^7.20.7"
41+
"@babel/parser" "^7.20.7"
42+
"@babel/template" "^7.20.7"
43+
"@babel/traverse" "^7.20.7"
44+
"@babel/types" "^7.20.7"
4045
convert-source-map "^1.7.0"
4146
debug "^4.1.0"
4247
gensync "^1.0.0-beta.2"
4348
json5 "^2.2.1"
4449
semver "^6.3.0"
4550

46-
"@babel/generator@^7.20.5":
47-
version "7.20.5"
48-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
49-
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
51+
"@babel/generator@^7.20.7":
52+
version "7.20.7"
53+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
54+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
5055
dependencies:
51-
"@babel/types" "^7.20.5"
56+
"@babel/types" "^7.20.7"
5257
"@jridgewell/gen-mapping" "^0.3.2"
5358
jsesc "^2.5.1"
5459

@@ -67,14 +72,15 @@
6772
"@babel/helper-explode-assignable-expression" "^7.18.6"
6873
"@babel/types" "^7.18.9"
6974

70-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0":
71-
version "7.20.0"
72-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
73-
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
75+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0", "@babel/helper-compilation-targets@^7.20.7":
76+
version "7.20.7"
77+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
78+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
7479
dependencies:
75-
"@babel/compat-data" "^7.20.0"
80+
"@babel/compat-data" "^7.20.5"
7681
"@babel/helper-validator-option" "^7.18.6"
7782
browserslist "^4.21.3"
83+
lru-cache "^5.1.1"
7884
semver "^6.3.0"
7985

8086
"@babel/helper-create-class-features-plugin@^7.18.6":
@@ -167,19 +173,19 @@
167173
dependencies:
168174
"@babel/types" "^7.18.6"
169175

170-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
171-
version "7.20.2"
172-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
173-
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
176+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.7":
177+
version "7.20.7"
178+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
179+
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
174180
dependencies:
175181
"@babel/helper-environment-visitor" "^7.18.9"
176182
"@babel/helper-module-imports" "^7.18.6"
177183
"@babel/helper-simple-access" "^7.20.2"
178184
"@babel/helper-split-export-declaration" "^7.18.6"
179185
"@babel/helper-validator-identifier" "^7.19.1"
180-
"@babel/template" "^7.18.10"
181-
"@babel/traverse" "^7.20.1"
182-
"@babel/types" "^7.20.2"
186+
"@babel/template" "^7.20.7"
187+
"@babel/traverse" "^7.20.7"
188+
"@babel/types" "^7.20.7"
183189

184190
"@babel/helper-optimise-call-expression@^7.18.6":
185191
version "7.18.6"
@@ -283,14 +289,14 @@
283289
"@babel/traverse" "^7.18.9"
284290
"@babel/types" "^7.18.9"
285291

286-
"@babel/helpers@^7.20.5":
287-
version "7.20.6"
288-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
289-
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
292+
"@babel/helpers@^7.20.7":
293+
version "7.20.7"
294+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
295+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
290296
dependencies:
291-
"@babel/template" "^7.18.10"
292-
"@babel/traverse" "^7.20.5"
293-
"@babel/types" "^7.20.5"
297+
"@babel/template" "^7.20.7"
298+
"@babel/traverse" "^7.20.7"
299+
"@babel/types" "^7.20.7"
294300

295301
"@babel/highlight@^7.18.6":
296302
version "7.18.6"
@@ -301,10 +307,10 @@
301307
chalk "^2.0.0"
302308
js-tokens "^4.0.0"
303309

304-
"@babel/parser@^7.12.0", "@babel/parser@^7.18.10", "@babel/parser@^7.18.4", "@babel/parser@^7.20.5", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
305-
version "7.20.5"
306-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
307-
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
310+
"@babel/parser@^7.12.0", "@babel/parser@^7.18.4", "@babel/parser@^7.20.7", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
311+
version "7.20.7"
312+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
313+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
308314

309315
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
310316
version "7.18.6"
@@ -905,35 +911,35 @@
905911
dependencies:
906912
regenerator-runtime "^0.13.4"
907913

908-
"@babel/template@^7.18.10", "@babel/template@^7.18.6":
909-
version "7.18.10"
910-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
911-
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
914+
"@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.20.7":
915+
version "7.20.7"
916+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
917+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
912918
dependencies:
913919
"@babel/code-frame" "^7.18.6"
914-
"@babel/parser" "^7.18.10"
915-
"@babel/types" "^7.18.10"
920+
"@babel/parser" "^7.20.7"
921+
"@babel/types" "^7.20.7"
916922

917-
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
918-
version "7.20.5"
919-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
920-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
923+
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.7":
924+
version "7.20.8"
925+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.8.tgz#e3a23eb04af24f8bbe8a8ba3eef6155b77df0b08"
926+
integrity sha512-/RNkaYDeCy4MjyV70+QkSHhxbvj2JO/5Ft2Pa880qJOG8tWrqcT/wXUuCCv43yogfqPzHL77Xu101KQPf4clnQ==
921927
dependencies:
922928
"@babel/code-frame" "^7.18.6"
923-
"@babel/generator" "^7.20.5"
929+
"@babel/generator" "^7.20.7"
924930
"@babel/helper-environment-visitor" "^7.18.9"
925931
"@babel/helper-function-name" "^7.19.0"
926932
"@babel/helper-hoist-variables" "^7.18.6"
927933
"@babel/helper-split-export-declaration" "^7.18.6"
928-
"@babel/parser" "^7.20.5"
929-
"@babel/types" "^7.20.5"
934+
"@babel/parser" "^7.20.7"
935+
"@babel/types" "^7.20.7"
930936
debug "^4.1.0"
931937
globals "^11.1.0"
932938

933-
"@babel/types@^7.12.0", "@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.20.2", "@babel/types@^7.20.5", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
934-
version "7.20.5"
935-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
936-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
939+
"@babel/types@^7.12.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
940+
version "7.20.7"
941+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
942+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
937943
dependencies:
938944
"@babel/helper-string-parser" "^7.19.4"
939945
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)