Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
build: bump babel-test from 0.2.3 to 0.2.4 (#824)
Browse files Browse the repository at this point in the history
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](satya164/babel-test@v0.2.3...v0.2.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2020
1 parent be209bc commit 68bab64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/config-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
23 changes: 14 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 68bab64

Please sign in to comment.