Skip to content

Commit 45d46a9

Browse files
Bump merge from 1.2.1 to 2.1.1
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.1 to 2.1.1. - [Release notes](https://github.com/yeikos/js.merge/releases) - [Commits](swordev/merge@v1.2.1...v2.1.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0640324 commit 45d46a9

File tree

3 files changed

+90
-11
lines changed

3 files changed

+90
-11
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clone": "^1.0.2",
3030
"debounce": "^1.0.0",
3131
"jquery": "^3.4.1",
32-
"merge": "^1.2.0",
32+
"merge": "^2.1.1",
3333
"moment": "^2.10.6",
3434
"vue": ">=2.0.0",
3535
"vue-resource": ">=0.9.0"

yarn.lock

Lines changed: 85 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ babel-generator@^6.26.0:
144144
source-map "^0.5.7"
145145
trim-right "^1.0.1"
146146

147+
babel-helper-bindify-decorators@^6.24.1:
148+
version "6.24.1"
149+
resolved "https://registry.yarnpkg.com/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz#14c19e5f142d7b47f19a52431e52b1ccbc40a330"
150+
dependencies:
151+
babel-runtime "^6.22.0"
152+
babel-traverse "^6.24.1"
153+
babel-types "^6.24.1"
154+
147155
babel-helper-builder-binary-assignment-operator-visitor@^6.24.1:
148156
version "6.24.1"
149157
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664"
@@ -178,6 +186,15 @@ babel-helper-explode-assignable-expression@^6.24.1:
178186
babel-traverse "^6.24.1"
179187
babel-types "^6.24.1"
180188

189+
babel-helper-explode-class@^6.24.1:
190+
version "6.24.1"
191+
resolved "https://registry.yarnpkg.com/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz#7dc2a3910dee007056e1e31d640ced3d54eaa9eb"
192+
dependencies:
193+
babel-helper-bindify-decorators "^6.24.1"
194+
babel-runtime "^6.22.0"
195+
babel-traverse "^6.24.1"
196+
babel-types "^6.24.1"
197+
181198
babel-helper-function-name@^6.24.1:
182199
version "6.24.1"
183200
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -273,6 +290,22 @@ babel-plugin-syntax-async-functions@^6.8.0:
273290
version "6.13.0"
274291
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
275292

293+
babel-plugin-syntax-async-generators@^6.5.0:
294+
version "6.13.0"
295+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz#6bc963ebb16eccbae6b92b596eb7f35c342a8b9a"
296+
297+
babel-plugin-syntax-class-properties@^6.8.0:
298+
version "6.13.0"
299+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz#d7eb23b79a317f8543962c505b827c7d6cac27de"
300+
301+
babel-plugin-syntax-decorators@^6.13.0:
302+
version "6.13.0"
303+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz#312563b4dbde3cc806cee3e416cceeaddd11ac0b"
304+
305+
babel-plugin-syntax-dynamic-import@^6.18.0:
306+
version "6.18.0"
307+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz#8d6a26229c83745a9982a441051572caa179b1da"
308+
276309
babel-plugin-syntax-exponentiation-operator@^6.8.0:
277310
version "6.13.0"
278311
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de"
@@ -289,14 +322,41 @@ babel-plugin-syntax-trailing-function-commas@^6.22.0:
289322
version "6.22.0"
290323
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3"
291324

292-
babel-plugin-transform-async-to-generator@^6.22.0:
325+
babel-plugin-transform-async-generator-functions@^6.24.1:
326+
version "6.24.1"
327+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz#f058900145fd3e9907a6ddf28da59f215258a5db"
328+
dependencies:
329+
babel-helper-remap-async-to-generator "^6.24.1"
330+
babel-plugin-syntax-async-generators "^6.5.0"
331+
babel-runtime "^6.22.0"
332+
333+
babel-plugin-transform-async-to-generator@^6.22.0, babel-plugin-transform-async-to-generator@^6.24.1:
293334
version "6.24.1"
294335
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
295336
dependencies:
296337
babel-helper-remap-async-to-generator "^6.24.1"
297338
babel-plugin-syntax-async-functions "^6.8.0"
298339
babel-runtime "^6.22.0"
299340

341+
babel-plugin-transform-class-properties@^6.24.1:
342+
version "6.24.1"
343+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz#6a79763ea61d33d36f37b611aa9def81a81b46ac"
344+
dependencies:
345+
babel-helper-function-name "^6.24.1"
346+
babel-plugin-syntax-class-properties "^6.8.0"
347+
babel-runtime "^6.22.0"
348+
babel-template "^6.24.1"
349+
350+
babel-plugin-transform-decorators@^6.24.1:
351+
version "6.24.1"
352+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz#788013d8f8c6b5222bdf7b344390dfd77569e24d"
353+
dependencies:
354+
babel-helper-explode-class "^6.24.1"
355+
babel-plugin-syntax-decorators "^6.13.0"
356+
babel-runtime "^6.22.0"
357+
babel-template "^6.24.1"
358+
babel-types "^6.24.1"
359+
300360
babel-plugin-transform-es2015-arrow-functions@^6.22.0:
301361
version "6.22.0"
302362
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221"
@@ -465,15 +525,15 @@ babel-plugin-transform-es2015-unicode-regex@^6.22.0, babel-plugin-transform-es20
465525
babel-runtime "^6.22.0"
466526
regexpu-core "^2.0.0"
467527

468-
babel-plugin-transform-exponentiation-operator@^6.22.0:
528+
babel-plugin-transform-exponentiation-operator@^6.22.0, babel-plugin-transform-exponentiation-operator@^6.24.1:
469529
version "6.24.1"
470530
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e"
471531
dependencies:
472532
babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
473533
babel-plugin-syntax-exponentiation-operator "^6.8.0"
474534
babel-runtime "^6.22.0"
475535

476-
babel-plugin-transform-object-rest-spread@^6.26.0:
536+
babel-plugin-transform-object-rest-spread@^6.22.0, babel-plugin-transform-object-rest-spread@^6.26.0:
477537
version "6.26.0"
478538
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
479539
dependencies:
@@ -577,6 +637,25 @@ babel-preset-es2015@^6.18.0:
577637
babel-plugin-transform-es2015-unicode-regex "^6.24.1"
578638
babel-plugin-transform-regenerator "^6.24.1"
579639

640+
babel-preset-stage-2@^6.24.1:
641+
version "6.24.1"
642+
resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz#d9e2960fb3d71187f0e64eec62bc07767219bdc1"
643+
dependencies:
644+
babel-plugin-syntax-dynamic-import "^6.18.0"
645+
babel-plugin-transform-class-properties "^6.24.1"
646+
babel-plugin-transform-decorators "^6.24.1"
647+
babel-preset-stage-3 "^6.24.1"
648+
649+
babel-preset-stage-3@^6.24.1:
650+
version "6.24.1"
651+
resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz#836ada0a9e7a7fa37cb138fb9326f87934a48395"
652+
dependencies:
653+
babel-plugin-syntax-trailing-function-commas "^6.22.0"
654+
babel-plugin-transform-async-generator-functions "^6.24.1"
655+
babel-plugin-transform-async-to-generator "^6.24.1"
656+
babel-plugin-transform-exponentiation-operator "^6.24.1"
657+
babel-plugin-transform-object-rest-spread "^6.22.0"
658+
580659
babel-register@^6.26.0:
581660
version "6.26.0"
582661
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071"
@@ -1460,9 +1539,9 @@ math-random@^1.0.1:
14601539
version "1.0.4"
14611540
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
14621541

1463-
merge@^1.2.0:
1464-
version "1.2.1"
1465-
resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
1542+
merge@^2.1.1:
1543+
version "2.1.1"
1544+
resolved "https://registry.yarnpkg.com/merge/-/merge-2.1.1.tgz#59ef4bf7e0b3e879186436e8481c06a6c162ca98"
14661545

14671546
micromatch@^2.1.5:
14681547
version "2.3.11"

0 commit comments

Comments
 (0)