From 68bab64cea5bb146e68d2a701224b523f8ce8615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 10:33:46 +0100 Subject: [PATCH] build: bump babel-test from 0.2.3 to 0.2.4 (#824) Bumps [babel-test](https://github.com/satya164/babel-test) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/satya164/babel-test/releases) - [Changelog](https://github.com/satya164/babel-test/blob/main/.release-it.json) - [Commits](https://github.com/satya164/babel-test/compare/v0.2.3...v0.2.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/config-babel/package.json | 2 +- yarn.lock | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/packages/config-babel/package.json b/packages/config-babel/package.json index c9a4319f..462cee20 100644 --- a/packages/config-babel/package.json +++ b/packages/config-babel/package.json @@ -44,7 +44,7 @@ "react-refresh": "^0.9.0" }, "devDependencies": { - "babel-test": "^0.2.3", + "babel-test": "^0.2.4", "jest-file-snapshot": "^0.3.8" } } diff --git a/yarn.lock b/yarn.lock index 82318ded..93d97100 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4391,15 +4391,15 @@ babel-preset-jest@^26.5.0: babel-plugin-jest-hoist "^26.5.0" babel-preset-current-node-syntax "^0.1.3" -babel-test@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/babel-test/-/babel-test-0.2.3.tgz#2acfe26fbbf16dfdd88774da665b9e549d64e21b" - integrity sha512-1eh7ZU1Hi7IQKHveu9ATiDZZJuEt4qnszTzF4TcALDT4CyFCAwfPzGGvEUBtFJI1hrAqiYNOx6RHwvpjcGV6jQ== +babel-test@^0.2.4: + version "0.2.4" + resolved "https://registry.yarnpkg.com/babel-test/-/babel-test-0.2.4.tgz#0fc3bf67b0d8ed74057779307d7dd23d3a28388a" + integrity sha512-Cm+JX2yKa023JxcSQnh0tQm/v91GK93Fz4yPHr7Jvqb/oXbZFsM1u+zv+7PuVlTYRkGi92yho06kmrluTHswgA== dependencies: - chalk "^2.4.1" - error-stack-parser "^2.0.2" - escape-string-regexp "^1.0.5" - strip-ansi "^5.0.0" + chalk "^4.1.0" + error-stack-parser "^2.0.6" + escape-string-regexp "^4.0.0" + strip-ansi "^6.0.0" balanced-match@^1.0.0: version "1.0.0" @@ -6768,7 +6768,7 @@ error-ex@^1.2.0, error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -error-stack-parser@^2.0.2, error-stack-parser@^2.0.6: +error-stack-parser@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8" integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ== @@ -6930,6 +6930,11 @@ escape-string-regexp@^2.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + escodegen@^1.14.1: version "1.14.1" resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.1.tgz#ba01d0c8278b5e95a9a45350142026659027a457"