Skip to content

Commit

Permalink
fix(deps): update dependency globby to v14 (#631)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Travi <programmer@travi.org>
  • Loading branch information
renovate[bot] and travi committed Nov 17, 2023
1 parent deefa34 commit 9603edb
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 59 deletions.
2 changes: 1 addition & 1 deletion lib/glob-assets.js
@@ -1,7 +1,7 @@
import path from "path";
import { isPlainObject, castArray, uniqWith, uniq } from "lodash-es";
import dirGlob from "dir-glob";
import globby from "globby";
import { globby } from "globby";
import _debug from "debug";
const debug = _debug("semantic-release:gitlab");

Expand Down
112 changes: 55 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"escape-string-regexp": "^5.0.0",
"form-data": "^4.0.0",
"fs-extra": "^11.0.0",
"globby": "^11.0.0",
"globby": "^14.0.0",
"got": "^13.0.0",
"hpagent": "^1.0.0",
"lodash-es": "^4.17.21",
Expand Down

0 comments on commit 9603edb

Please sign in to comment.