diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a58ce..52f756e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/dword-design/depcheck-parser-babel/compare/v1.2.3...v1.2.4) (2020-12-10) + + +### Bug Fixes + +* **deps:** update dependency execa to v5 ([a43c145](https://github.com/dword-design/depcheck-parser-babel/commit/a43c14568e6b92c9f72021cb97ae06288113eef9)) + ## [1.2.3](https://github.com/dword-design/depcheck-parser-babel/compare/v1.2.2...v1.2.3) (2020-08-26) diff --git a/package.json b/package.json index 008c448..8abd518 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "depcheck-parser-babel", - "version": "1.2.3", + "version": "1.2.4", "description": "A depcheck babel parser that uses an existing babel config instead of a fixed set of plugins.", "repository": "dword-design/depcheck-parser-babel", "license": "MIT", @@ -28,7 +28,7 @@ "@dword-design/base": "^6.0.0", "@dword-design/functions": "^2.2.4", "depcheck": "dword-design/depcheck#fork", - "execa": "^4.0.0", + "execa": "^5.0.0", "get-package-name": "^1.1.0", "output-files": "^1.1.10", "with-local-tmp-dir": "^2.2.4" diff --git a/yarn.lock b/yarn.lock index 8097f9c..c327507 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1174,9 +1174,9 @@ babel-plugin-module-resolver "^4.0.0" "@dword-design/functions@^1.1.2": - version "1.1.4" - resolved "https://registry.yarnpkg.com/@dword-design/functions/-/functions-1.1.4.tgz#8b5be6c15e5ac9d017b9009c821d755e05299dc0" - integrity sha512-uJoO5tyJ0Wtfc3yfQpd5BEyG7G5TBfcCVyZZIZaCJUS+AcQ/Xt5xb15YYDwYI2n7zIi+wUEEL6+hJBNT+tqd3A== + version "1.1.5" + resolved "https://registry.yarnpkg.com/@dword-design/functions/-/functions-1.1.5.tgz#0b39b7a15ed2b162641991c6950cca9844f4cd4e" + integrity sha512-j/pqGY6PC/8ccXM+SMxekarpwsHsDPOUkia+Eu/28ZTx3FQ2mUDb0EEAmFj9OwEXIjVvU+F710Wh0fBB7/9eyg== dependencies: endent dword-design/endent#fork lodash "^4.17.15" @@ -2929,7 +2929,12 @@ decode-uri-component@^0.2.0: resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= -dedent@0.7.0, dedent@dword-design/dedent#fork: +dedent@0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" + integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw= + +dedent@dword-design/dedent#fork: version "0.7.0" resolved "https://codeload.github.com/dword-design/dedent/tar.gz/c8d46e5017d60504657c2d01b59082c0329a12a7" dependencies: