From 654c02d61e60ebf24e3157c67dd729ea22b37bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 03:06:16 +0000 Subject: [PATCH] chore(deps-dev): bump cpx2 from 3.0.2 to 4.0.0 Bumps [cpx2](https://github.com/bcomnes/cpx2) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/bcomnes/cpx2/releases) - [Changelog](https://github.com/bcomnes/cpx2/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/cpx2/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: cpx2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b065070..8b77b55 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "auto-changelog": "^2.0.0", "@zeit/ncc": "^0.22.0", "budo": "^11.6.3", - "cpx2": "^3.0.0", + "cpx2": "^4.0.0", "dependency-check": "^4.1.0", "gh-release": "^6.0.0", "npm-run-all": "^4.1.5",