Parcourir la source

chore(deps-dev): bump @babel/plugin-transform-arrow-functions from 7.12.1 to 7.12.13 in /src/packages/excalidraw (#2961)

Bumps [@babel/plugin-transform-arrow-functions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-arrow-functions) from 7.12.1 to 7.12.13.
- [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.12.13/packages/babel-plugin-transform-arrow-functions)

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
1801048763
Aucun compte lié à l'adresse e-mail de l'auteur

+ 12
- 4
src/packages/excalidraw/package-lock.json Voir le fichier

1449
       }
1449
       }
1450
     },
1450
     },
1451
     "@babel/plugin-transform-arrow-functions": {
1451
     "@babel/plugin-transform-arrow-functions": {
1452
-      "version": "7.12.1",
1453
-      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz",
1454
-      "integrity": "sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==",
1452
+      "version": "7.12.13",
1453
+      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.13.tgz",
1454
+      "integrity": "sha512-tBtuN6qtCTd+iHzVZVOMNp+L04iIJBpqkdY42tWbmjIT5wvR2kx7gxMBsyhQtFzHwBbyGi9h8J8r9HgnOpQHxg==",
1455
       "dev": true,
1455
       "dev": true,
1456
       "requires": {
1456
       "requires": {
1457
-        "@babel/helper-plugin-utils": "^7.10.4"
1457
+        "@babel/helper-plugin-utils": "^7.12.13"
1458
+      },
1459
+      "dependencies": {
1460
+        "@babel/helper-plugin-utils": {
1461
+          "version": "7.12.13",
1462
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz",
1463
+          "integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==",
1464
+          "dev": true
1465
+        }
1458
       }
1466
       }
1459
     },
1467
     },
1460
     "@babel/plugin-transform-async-to-generator": {
1468
     "@babel/plugin-transform-async-to-generator": {

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

42
   },
42
   },
43
   "devDependencies": {
43
   "devDependencies": {
44
     "@babel/core": "7.12.13",
44
     "@babel/core": "7.12.13",
45
-    "@babel/plugin-transform-arrow-functions": "7.12.1",
45
+    "@babel/plugin-transform-arrow-functions": "7.12.13",
46
     "@babel/plugin-transform-async-to-generator": "7.12.13",
46
     "@babel/plugin-transform-async-to-generator": "7.12.13",
47
     "@babel/plugin-transform-runtime": "7.12.15",
47
     "@babel/plugin-transform-runtime": "7.12.15",
48
     "@babel/plugin-transform-typescript": "7.12.13",
48
     "@babel/plugin-transform-typescript": "7.12.13",

Chargement…
Annuler
Enregistrer