Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
deps: bump read from 2.1.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [read](https://github.com/npm/read) from 2.1.0 to 3.0.1.
- [Release notes](https://github.com/npm/read/releases)
- [Changelog](https://github.com/npm/read/blob/main/CHANGELOG.md)
- [Commits](npm/read@v2.1.0...v3.0.1)

---
updated-dependencies:
- dependency-name: read
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lukekarrys committed May 15, 2024
1 parent 48844af commit ea0faec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/prompt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const read = require('read')
const { read } = require('read')

// returns a function that will be called to prompt for a value
// options may contain anything the 'read' package accepts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"read": "^2.0.0"
"read": "^3.0.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down

0 comments on commit ea0faec

Please sign in to comment.