Browse 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>
dependabot[bot] 4 years ago
parent
commit
1801048763
2 changed files with 13 additions and 5 deletions
  1. 12 4
      src/packages/excalidraw/package-lock.json
  2. 1 1
      src/packages/excalidraw/package.json

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

@@ -1449,12 +1449,20 @@
       }
       }
     },
     },
     "@babel/plugin-transform-arrow-functions": {
     "@babel/plugin-transform-arrow-functions": {
-      "version": "7.12.1",
-      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz",
-      "integrity": "sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==",
+      "version": "7.12.13",
+      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.13.tgz",
+      "integrity": "sha512-tBtuN6qtCTd+iHzVZVOMNp+L04iIJBpqkdY42tWbmjIT5wvR2kx7gxMBsyhQtFzHwBbyGi9h8J8r9HgnOpQHxg==",
       "dev": true,
       "dev": true,
       "requires": {
       "requires": {
-        "@babel/helper-plugin-utils": "^7.10.4"
+        "@babel/helper-plugin-utils": "^7.12.13"
+      },
+      "dependencies": {
+        "@babel/helper-plugin-utils": {
+          "version": "7.12.13",
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz",
+          "integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==",
+          "dev": true
+        }
       }
       }
     },
     },
     "@babel/plugin-transform-async-to-generator": {
     "@babel/plugin-transform-async-to-generator": {

+ 1 - 1
src/packages/excalidraw/package.json

@@ -42,7 +42,7 @@
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@babel/core": "7.12.13",
     "@babel/core": "7.12.13",
-    "@babel/plugin-transform-arrow-functions": "7.12.1",
+    "@babel/plugin-transform-arrow-functions": "7.12.13",
     "@babel/plugin-transform-async-to-generator": "7.12.13",
     "@babel/plugin-transform-async-to-generator": "7.12.13",
     "@babel/plugin-transform-runtime": "7.12.15",
     "@babel/plugin-transform-runtime": "7.12.15",
     "@babel/plugin-transform-typescript": "7.12.13",
     "@babel/plugin-transform-typescript": "7.12.13",