소스 검색

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 년 전
부모
커밋
769f727bd4
2개의 변경된 파일13개의 추가작업 그리고 5개의 파일을 삭제
  1. 12 4
      src/packages/utils/package-lock.json
  2. 1 1
      src/packages/utils/package.json

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

@@ -850,12 +850,20 @@
       }
     },
     "@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,
       "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": {

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

@@ -35,7 +35,7 @@
   },
   "devDependencies": {
     "@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.1",
     "@babel/plugin-transform-runtime": "^7.12.10",
     "@babel/plugin-transform-typescript": "7.12.1",