Skip to content

Commit b22afaa

Browse files
committed
chore(deps): update dependency babel-plugin-tester to v6.3.0
1 parent d58d895 commit b22afaa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"ast-pretty-print": "2.0.1",
31-
"babel-plugin-tester": "6.0.0",
31+
"babel-plugin-tester": "6.3.0",
3232
"codecov": "3.2.0",
3333
"conventional-changelog-cli": "2.0.12",
3434
"eslint": "5.14.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,14 +1226,14 @@ babel-plugin-syntax-object-rest-spread@^6.8.0:
12261226
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
12271227
integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=
12281228

1229-
babel-plugin-tester@6.0.0:
1230-
version "6.0.0"
1231-
resolved "https://registry.yarnpkg.com/babel-plugin-tester/-/babel-plugin-tester-6.0.0.tgz#91483381e65f48ea717320a30a9182a441e3fe18"
1232-
integrity sha512-vzR8l3w9OlXSv6XmdTHu1qpT4i4/y7sK/g0mH1FusPIK7fPd8PYgkzSfuHpLp0JgQzY/LTsmxkSIXfTyfjZ9Ug==
1229+
babel-plugin-tester@6.3.0:
1230+
version "6.3.0"
1231+
resolved "https://registry.yarnpkg.com/babel-plugin-tester/-/babel-plugin-tester-6.3.0.tgz#4b24028e47129e4c1cc8a2e13504fc90202710ff"
1232+
integrity sha512-1ub6wm+NWBLq9M9k/HDJZKec6fpdv1p/lGhxLRqiCURcMiFCW12lrRMzqesZ+TlxeQxRvq/3ev8keh2dvqtKAA==
12331233
dependencies:
12341234
common-tags "^1.4.0"
12351235
invariant "^2.2.2"
1236-
lodash.merge "^4.6.0"
1236+
lodash.mergewith "^4.6.0"
12371237
path-exists "^3.0.0"
12381238
strip-indent "^2.0.0"
12391239

@@ -4408,10 +4408,10 @@ lodash._reinterpolate@~3.0.0:
44084408
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
44094409
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
44104410

4411-
lodash.merge@^4.6.0:
4411+
lodash.mergewith@^4.6.0:
44124412
version "4.6.1"
4413-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
4414-
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==
4413+
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
4414+
integrity sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==
44154415

44164416
lodash.sortby@^4.7.0:
44174417
version "4.7.0"

0 commit comments

Comments
 (0)