Skip to content

Commit be62f5e

Browse files
renovate[bot]travi
andauthored
chore(deps): update dependency cpy to v13 (#1161)
* chore(deps): update dependency cpy to v13 * test(unit): adjust for behavior change in new `cpy` version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Travi <programmer@travi.org>
1 parent f7bdd88 commit be62f5e

File tree

3 files changed

+31
-18
lines changed

3 files changed

+31
-18
lines changed

package-lock.json

Lines changed: 29 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"ava": "6.4.1",
4545
"c8": "10.1.3",
46-
"cpy": "12.1.0",
46+
"cpy": "13.0.0",
4747
"cz-conventional-changelog": "3.3.0",
4848
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
4949
"lockfile-lint": "5.0.0",

test/glob-assets.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import globAssets from "../lib/glob-assets.js";
1111
const sortAssets = (assets) =>
1212
sortBy(assets, (asset) => (isPlainObject(asset) ? asset.path : asset));
1313

14-
const fixtures = "test/fixtures/files";
14+
const fixtures = "test/fixtures/files/**";
1515

1616
test("Retrieve file from single path", async (t) => {
1717
const cwd = temporaryDirectory();

0 commit comments

Comments
 (0)