Parcourir la source

chore(deps-dev): bump @babel/core in /src/packages/excalidraw (#3587)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.0 to 7.14.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.14.2/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vanilla_orig
dependabot[bot] il y a 4 ans
Parent
révision
198a5e3b53
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 46 ajouts et 37 suppressions
  1. 1
    1
      src/packages/excalidraw/package.json
  2. 45
    36
      src/packages/excalidraw/yarn.lock

+ 1
- 1
src/packages/excalidraw/package.json Voir le fichier

@@ -48,7 +48,7 @@
48 48
     "react-dom": "^17.0.1"
49 49
   },
50 50
   "devDependencies": {
51
-    "@babel/core": "7.14.0",
51
+    "@babel/core": "7.14.2",
52 52
     "@babel/plugin-transform-arrow-functions": "7.13.0",
53 53
     "@babel/plugin-transform-async-to-generator": "7.13.0",
54 54
     "@babel/plugin-transform-runtime": "7.13.15",

+ 45
- 36
src/packages/excalidraw/yarn.lock Voir le fichier

@@ -14,20 +14,20 @@
14 14
   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
15 15
   integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
16 16
 
17
-"@babel/core@7.14.0":
18
-  version "7.14.0"
19
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88"
20
-  integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==
17
+"@babel/core@7.14.2":
18
+  version "7.14.2"
19
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417"
20
+  integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ==
21 21
   dependencies:
22 22
     "@babel/code-frame" "^7.12.13"
23
-    "@babel/generator" "^7.14.0"
23
+    "@babel/generator" "^7.14.2"
24 24
     "@babel/helper-compilation-targets" "^7.13.16"
25
-    "@babel/helper-module-transforms" "^7.14.0"
25
+    "@babel/helper-module-transforms" "^7.14.2"
26 26
     "@babel/helpers" "^7.14.0"
27
-    "@babel/parser" "^7.14.0"
27
+    "@babel/parser" "^7.14.2"
28 28
     "@babel/template" "^7.12.13"
29
-    "@babel/traverse" "^7.14.0"
30
-    "@babel/types" "^7.14.0"
29
+    "@babel/traverse" "^7.14.2"
30
+    "@babel/types" "^7.14.2"
31 31
     convert-source-map "^1.7.0"
32 32
     debug "^4.1.0"
33 33
     gensync "^1.0.0-beta.2"
@@ -35,12 +35,12 @@
35 35
     semver "^6.3.0"
36 36
     source-map "^0.5.0"
37 37
 
38
-"@babel/generator@^7.14.0":
39
-  version "7.14.0"
40
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be"
41
-  integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg==
38
+"@babel/generator@^7.14.2":
39
+  version "7.14.2"
40
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.2.tgz#d5773e8b557d421fd6ce0d5efa5fd7fc22567c30"
41
+  integrity sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==
42 42
   dependencies:
43
-    "@babel/types" "^7.14.0"
43
+    "@babel/types" "^7.14.2"
44 44
     jsesc "^2.5.1"
45 45
     source-map "^0.5.0"
46 46
 
@@ -130,6 +130,15 @@
130 130
     "@babel/template" "^7.12.13"
131 131
     "@babel/types" "^7.12.13"
132 132
 
133
+"@babel/helper-function-name@^7.14.2":
134
+  version "7.14.2"
135
+  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
136
+  integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
137
+  dependencies:
138
+    "@babel/helper-get-function-arity" "^7.12.13"
139
+    "@babel/template" "^7.12.13"
140
+    "@babel/types" "^7.14.2"
141
+
133 142
 "@babel/helper-get-function-arity@^7.12.13":
134 143
   version "7.12.13"
135 144
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -173,10 +182,10 @@
173 182
   dependencies:
174 183
     "@babel/types" "^7.13.12"
175 184
 
176
-"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0":
177
-  version "7.14.0"
178
-  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
179
-  integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
185
+"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2":
186
+  version "7.14.2"
187
+  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
188
+  integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==
180 189
   dependencies:
181 190
     "@babel/helper-module-imports" "^7.13.12"
182 191
     "@babel/helper-replace-supers" "^7.13.12"
@@ -184,8 +193,8 @@
184 193
     "@babel/helper-split-export-declaration" "^7.12.13"
185 194
     "@babel/helper-validator-identifier" "^7.14.0"
186 195
     "@babel/template" "^7.12.13"
187
-    "@babel/traverse" "^7.14.0"
188
-    "@babel/types" "^7.14.0"
196
+    "@babel/traverse" "^7.14.2"
197
+    "@babel/types" "^7.14.2"
189 198
 
190 199
 "@babel/helper-optimise-call-expression@^7.12.13":
191 200
   version "7.12.13"
@@ -302,10 +311,10 @@
302 311
     chalk "^2.0.0"
303 312
     js-tokens "^4.0.0"
304 313
 
305
-"@babel/parser@^7.12.13", "@babel/parser@^7.14.0":
306
-  version "7.14.0"
307
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
308
-  integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
314
+"@babel/parser@^7.12.13", "@babel/parser@^7.14.2":
315
+  version "7.14.2"
316
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746"
317
+  integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==
309 318
 
310 319
 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
311 320
   version "7.13.12"
@@ -984,24 +993,24 @@
984 993
     "@babel/parser" "^7.12.13"
985 994
     "@babel/types" "^7.12.13"
986 995
 
987
-"@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0":
988
-  version "7.14.0"
989
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
990
-  integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==
996
+"@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
997
+  version "7.14.2"
998
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
999
+  integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
991 1000
   dependencies:
992 1001
     "@babel/code-frame" "^7.12.13"
993
-    "@babel/generator" "^7.14.0"
994
-    "@babel/helper-function-name" "^7.12.13"
1002
+    "@babel/generator" "^7.14.2"
1003
+    "@babel/helper-function-name" "^7.14.2"
995 1004
     "@babel/helper-split-export-declaration" "^7.12.13"
996
-    "@babel/parser" "^7.14.0"
997
-    "@babel/types" "^7.14.0"
1005
+    "@babel/parser" "^7.14.2"
1006
+    "@babel/types" "^7.14.2"
998 1007
     debug "^4.1.0"
999 1008
     globals "^11.1.0"
1000 1009
 
1001
-"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.4.4":
1002
-  version "7.14.1"
1003
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
1004
-  integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
1010
+"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
1011
+  version "7.14.2"
1012
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
1013
+  integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
1005 1014
   dependencies:
1006 1015
     "@babel/helper-validator-identifier" "^7.14.0"
1007 1016
     to-fast-properties "^2.0.0"

Chargement…
Annuler
Enregistrer