Skip to content

Commit

Permalink
fix: update dependencies to remove security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nolde committed Jul 28, 2021
1 parent fd2a8a5 commit 0089e68
Show file tree
Hide file tree
Showing 3 changed files with 2,412 additions and 4,358 deletions.
3 changes: 1 addition & 2 deletions lib/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ function prepareIncludes (data) {
const includeFiles = globby.sync(data.functionBrowserifyConfig.include, {
cwd: this._s.config.servicePath,
dot: true,
silent: true,
follow: true
followSymbolicLinks: true
})
if (includeFiles && includeFiles.length) {
if (this._b.debugOn) {
Expand Down
Loading

0 comments on commit 0089e68

Please sign in to comment.