소스 검색

chore(deps-dev): bump @babel/plugin-transform-typescript from 7.12.13 to 7.12.16 in /src/packages/excalidraw (#3033)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vanilla_orig
dependabot[bot] 4 년 전
부모
커밋
3b7f62c9a0
No account linked to committer's email address
2개의 변경된 파일96개의 추가작업 그리고 150개의 파일을 삭제
  1. 95
    149
      src/packages/excalidraw/package-lock.json
  2. 1
    1
      src/packages/excalidraw/package.json

+ 95
- 149
src/packages/excalidraw/package-lock.json 파일 보기

@@ -616,6 +616,34 @@
616 616
         }
617 617
       }
618 618
     },
619
+    "@babel/helper-member-expression-to-functions": {
620
+      "version": "7.12.16",
621
+      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz",
622
+      "integrity": "sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==",
623
+      "dev": true,
624
+      "requires": {
625
+        "@babel/types": "^7.12.13"
626
+      },
627
+      "dependencies": {
628
+        "@babel/helper-validator-identifier": {
629
+          "version": "7.12.11",
630
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
631
+          "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
632
+          "dev": true
633
+        },
634
+        "@babel/types": {
635
+          "version": "7.12.13",
636
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz",
637
+          "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==",
638
+          "dev": true,
639
+          "requires": {
640
+            "@babel/helper-validator-identifier": "^7.12.11",
641
+            "lodash": "^4.17.19",
642
+            "to-fast-properties": "^2.0.0"
643
+          }
644
+        }
645
+      }
646
+    },
619 647
     "@babel/helper-module-imports": {
620 648
       "version": "7.12.13",
621 649
       "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz",
@@ -644,6 +672,34 @@
644 672
         }
645 673
       }
646 674
     },
675
+    "@babel/helper-optimise-call-expression": {
676
+      "version": "7.12.13",
677
+      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz",
678
+      "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",
679
+      "dev": true,
680
+      "requires": {
681
+        "@babel/types": "^7.12.13"
682
+      },
683
+      "dependencies": {
684
+        "@babel/helper-validator-identifier": {
685
+          "version": "7.12.11",
686
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
687
+          "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
688
+          "dev": true
689
+        },
690
+        "@babel/types": {
691
+          "version": "7.12.13",
692
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz",
693
+          "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==",
694
+          "dev": true,
695
+          "requires": {
696
+            "@babel/helper-validator-identifier": "^7.12.11",
697
+            "lodash": "^4.17.19",
698
+            "to-fast-properties": "^2.0.0"
699
+          }
700
+        }
701
+      }
702
+    },
647 703
     "@babel/helper-plugin-utils": {
648 704
       "version": "7.10.4",
649 705
       "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
@@ -689,6 +745,37 @@
689 745
         }
690 746
       }
691 747
     },
748
+    "@babel/helper-replace-supers": {
749
+      "version": "7.12.13",
750
+      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz",
751
+      "integrity": "sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==",
752
+      "dev": true,
753
+      "requires": {
754
+        "@babel/helper-member-expression-to-functions": "^7.12.13",
755
+        "@babel/helper-optimise-call-expression": "^7.12.13",
756
+        "@babel/traverse": "^7.12.13",
757
+        "@babel/types": "^7.12.13"
758
+      },
759
+      "dependencies": {
760
+        "@babel/helper-validator-identifier": {
761
+          "version": "7.12.11",
762
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
763
+          "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
764
+          "dev": true
765
+        },
766
+        "@babel/types": {
767
+          "version": "7.12.13",
768
+          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz",
769
+          "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==",
770
+          "dev": true,
771
+          "requires": {
772
+            "@babel/helper-validator-identifier": "^7.12.11",
773
+            "lodash": "^4.17.19",
774
+            "to-fast-properties": "^2.0.0"
775
+          }
776
+        }
777
+      }
778
+    },
692 779
     "@babel/helper-skip-transparent-expression-wrappers": {
693 780
       "version": "7.12.1",
694 781
       "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz",
@@ -3172,175 +3259,34 @@
3172 3259
       }
3173 3260
     },
3174 3261
     "@babel/plugin-transform-typescript": {
3175
-      "version": "7.12.13",
3176
-      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.13.tgz",
3177
-      "integrity": "sha512-z1VWskPJxK9tfxoYvePWvzSJC+4pxXr8ArmRm5ofqgi+mwpKg6lvtomkIngBYMJVnKhsFYVysCQLDn//v2RHcg==",
3262
+      "version": "7.12.16",
3263
+      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.16.tgz",
3264
+      "integrity": "sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw==",
3178 3265
       "dev": true,
3179 3266
       "requires": {
3180
-        "@babel/helper-create-class-features-plugin": "^7.12.13",
3267
+        "@babel/helper-create-class-features-plugin": "^7.12.16",
3181 3268
         "@babel/helper-plugin-utils": "^7.12.13",
3182 3269
         "@babel/plugin-syntax-typescript": "^7.12.13"
3183 3270
       },
3184 3271
       "dependencies": {
3185
-        "@babel/code-frame": {
3186
-          "version": "7.12.13",
3187
-          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
3188
-          "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
3189
-          "dev": true,
3190
-          "requires": {
3191
-            "@babel/highlight": "^7.12.13"
3192
-          }
3193
-        },
3194
-        "@babel/generator": {
3195
-          "version": "7.12.15",
3196
-          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz",
3197
-          "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==",
3198
-          "dev": true,
3199
-          "requires": {
3200
-            "@babel/types": "^7.12.13",
3201
-            "jsesc": "^2.5.1",
3202
-            "source-map": "^0.5.0"
3203
-          }
3204
-        },
3205 3272
         "@babel/helper-create-class-features-plugin": {
3206
-          "version": "7.12.13",
3207
-          "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.13.tgz",
3208
-          "integrity": "sha512-Vs/e9wv7rakKYeywsmEBSRC9KtmE7Px+YBlESekLeJOF0zbGUicGfXSNi3o+tfXSNS48U/7K9mIOOCR79Cl3+Q==",
3273
+          "version": "7.12.16",
3274
+          "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz",
3275
+          "integrity": "sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow==",
3209 3276
           "dev": true,
3210 3277
           "requires": {
3211 3278
             "@babel/helper-function-name": "^7.12.13",
3212
-            "@babel/helper-member-expression-to-functions": "^7.12.13",
3279
+            "@babel/helper-member-expression-to-functions": "^7.12.16",
3213 3280
             "@babel/helper-optimise-call-expression": "^7.12.13",
3214 3281
             "@babel/helper-replace-supers": "^7.12.13",
3215 3282
             "@babel/helper-split-export-declaration": "^7.12.13"
3216 3283
           }
3217 3284
         },
3218
-        "@babel/helper-function-name": {
3219
-          "version": "7.12.13",
3220
-          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz",
3221
-          "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==",
3222
-          "dev": true,
3223
-          "requires": {
3224
-            "@babel/helper-get-function-arity": "^7.12.13",
3225
-            "@babel/template": "^7.12.13",
3226
-            "@babel/types": "^7.12.13"
3227
-          }
3228
-        },
3229
-        "@babel/helper-get-function-arity": {
3230
-          "version": "7.12.13",
3231
-          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz",
3232
-          "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==",
3233
-          "dev": true,
3234
-          "requires": {
3235
-            "@babel/types": "^7.12.13"
3236
-          }
3237
-        },
3238
-        "@babel/helper-member-expression-to-functions": {
3239
-          "version": "7.12.13",
3240
-          "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz",
3241
-          "integrity": "sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==",
3242
-          "dev": true,
3243
-          "requires": {
3244
-            "@babel/types": "^7.12.13"
3245
-          }
3246
-        },
3247
-        "@babel/helper-optimise-call-expression": {
3248
-          "version": "7.12.13",
3249
-          "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz",
3250
-          "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",
3251
-          "dev": true,
3252
-          "requires": {
3253
-            "@babel/types": "^7.12.13"
3254
-          }
3255
-        },
3256 3285
         "@babel/helper-plugin-utils": {
3257 3286
           "version": "7.12.13",
3258 3287
           "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz",
3259 3288
           "integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==",
3260 3289
           "dev": true
3261
-        },
3262
-        "@babel/helper-replace-supers": {
3263
-          "version": "7.12.13",
3264
-          "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz",
3265
-          "integrity": "sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==",
3266
-          "dev": true,
3267
-          "requires": {
3268
-            "@babel/helper-member-expression-to-functions": "^7.12.13",
3269
-            "@babel/helper-optimise-call-expression": "^7.12.13",
3270
-            "@babel/traverse": "^7.12.13",
3271
-            "@babel/types": "^7.12.13"
3272
-          }
3273
-        },
3274
-        "@babel/helper-split-export-declaration": {
3275
-          "version": "7.12.13",
3276
-          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz",
3277
-          "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",
3278
-          "dev": true,
3279
-          "requires": {
3280
-            "@babel/types": "^7.12.13"
3281
-          }
3282
-        },
3283
-        "@babel/helper-validator-identifier": {
3284
-          "version": "7.12.11",
3285
-          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz",
3286
-          "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",
3287
-          "dev": true
3288
-        },
3289
-        "@babel/highlight": {
3290
-          "version": "7.12.13",
3291
-          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz",
3292
-          "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==",
3293
-          "dev": true,
3294
-          "requires": {
3295
-            "@babel/helper-validator-identifier": "^7.12.11",
3296
-            "chalk": "^2.0.0",
3297
-            "js-tokens": "^4.0.0"
3298
-          }
3299
-        },
3300
-        "@babel/parser": {
3301
-          "version": "7.12.15",
3302
-          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz",
3303
-          "integrity": "sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==",
3304
-          "dev": true
3305
-        },
3306
-        "@babel/template": {
3307
-          "version": "7.12.13",
3308
-          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
3309
-          "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
3310
-          "dev": true,
3311
-          "requires": {
3312
-            "@babel/code-frame": "^7.12.13",
3313
-            "@babel/parser": "^7.12.13",
3314
-            "@babel/types": "^7.12.13"
3315
-          }
3316
-        },
3317
-        "@babel/traverse": {
3318
-          "version": "7.12.13",
3319
-          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz",
3320
-          "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==",
3321
-          "dev": true,
3322
-          "requires": {
3323
-            "@babel/code-frame": "^7.12.13",
3324
-            "@babel/generator": "^7.12.13",
3325
-            "@babel/helper-function-name": "^7.12.13",
3326
-            "@babel/helper-split-export-declaration": "^7.12.13",
3327
-            "@babel/parser": "^7.12.13",
3328
-            "@babel/types": "^7.12.13",
3329
-            "debug": "^4.1.0",
3330
-            "globals": "^11.1.0",
3331
-            "lodash": "^4.17.19"
3332
-          }
3333
-        },
3334
-        "@babel/types": {
3335
-          "version": "7.12.13",
3336
-          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz",
3337
-          "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==",
3338
-          "dev": true,
3339
-          "requires": {
3340
-            "@babel/helper-validator-identifier": "^7.12.11",
3341
-            "lodash": "^4.17.19",
3342
-            "to-fast-properties": "^2.0.0"
3343
-          }
3344 3290
         }
3345 3291
       }
3346 3292
     },

+ 1
- 1
src/packages/excalidraw/package.json 파일 보기

@@ -45,7 +45,7 @@
45 45
     "@babel/plugin-transform-arrow-functions": "7.12.13",
46 46
     "@babel/plugin-transform-async-to-generator": "7.12.13",
47 47
     "@babel/plugin-transform-runtime": "7.12.15",
48
-    "@babel/plugin-transform-typescript": "7.12.13",
48
+    "@babel/plugin-transform-typescript": "7.12.16",
49 49
     "@babel/preset-env": "7.12.13",
50 50
     "@babel/preset-react": "7.12.13",
51 51
     "@babel/preset-typescript": "7.12.13",

Loading…
취소
저장