From d294af84f6977435d8632473dacd12b2fc945369 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:44:52 +0000 Subject: [PATCH] Bump babel-plugin-tester from 6.5.0 to 7.0.1 Bumps [babel-plugin-tester](https://github.com/babel-utils/babel-plugin-tester) from 6.5.0 to 7.0.1. - [Release notes](https://github.com/babel-utils/babel-plugin-tester/releases) - [Changelog](https://github.com/babel-utils/babel-plugin-tester/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel-utils/babel-plugin-tester/compare/v6.5.0...v7.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 35 ++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b44f6b6..b37790c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2416,16 +2416,24 @@ } }, "babel-plugin-tester": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/babel-plugin-tester/-/babel-plugin-tester-6.5.0.tgz", - "integrity": "sha512-VaJVB2FKRAm3nheEUnX1kpQE58bM8F+gNYWldYVhG5Phrur1IoUOQb6MPiVpz+KAJoJMyuW5e+ooLp/KSdrePQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/babel-plugin-tester/-/babel-plugin-tester-7.0.1.tgz", + "integrity": "sha512-+K1d6BGmFDSMVtf9HG4sPhIZEHLVnUIV3BeJGkpR+l7Y5MCaB9Gv98kWFbqtmg/B3DVRFT3UncyAeOdc91HooQ==", "dev": true, "requires": { "common-tags": "^1.4.0", "invariant": "^2.2.2", "lodash.mergewith": "^4.6.0", - "path-exists": "^3.0.0", - "strip-indent": "^2.0.0" + "path-exists": "^4.0.0", + "strip-indent": "^3.0.0" + }, + "dependencies": { + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + } } }, "babel-preset-jest": { @@ -7356,6 +7364,12 @@ "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", "dev": true }, + "min-indent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.0.tgz", + "integrity": "sha1-z8RcN+nsDY8KDsPdTvf3w6vjklY=", + "dev": true + }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -9505,10 +9519,13 @@ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" }, "strip-indent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", - "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", - "dev": true + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "dev": true, + "requires": { + "min-indent": "^1.0.0" + } }, "strip-json-comments": { "version": "2.0.1", diff --git a/package.json b/package.json index 342bc7b..bdafd5a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "homepage": "https://github.com/pnavarrc/babel-plugin-ramda-no-useless-merge#readme", "devDependencies": { "@codemod/cli": "^2.1.7", - "babel-plugin-tester": "^6.2.1", + "babel-plugin-tester": "^7.0.1", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^6.0.0",