Skip to content

Commit

Permalink
Upgrade read-pkg-up 10.1.0 -> 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jun 15, 2024
1 parent 7fd039a commit af42f58
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 138 deletions.
209 changes: 73 additions & 136 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
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"filter-obj": "^6.1.0",
"handle-cli-error": "^5.0.0",
"is-plain-obj": "^4.1.0",
"read-pkg-up": "^10.1.0",
"read-package-up": "^11.0.0",
"update-notifier": "^7.0.0",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/bin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { dirname } from 'node:path'
import { fileURLToPath } from 'node:url'

import handleCliError from 'handle-cli-error'
import { readPackageUp } from 'read-pkg-up'
import { readPackageUp } from 'read-package-up'
import updateNotifier from 'update-notifier'

import * as unixPermissions from '../main.js'
Expand Down

0 comments on commit af42f58

Please sign in to comment.