Skip to content

Commit

Permalink
deps: bump read from 2.1.0 to 3.0.1 (#274)
Browse files Browse the repository at this point in the history
Replaces #265
  • Loading branch information
wraithgar committed Feb 29, 2024
1 parent 16f1fcc commit 85b4452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/init-package-json.js
Expand Up @@ -2,7 +2,7 @@
const promzard = require('promzard')
const path = require('path')
const semver = require('semver')
const read = require('read')
const { read } = require('read')
const util = require('util')
const PackageJson = require('@npmcli/package-json')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"@npmcli/package-json": "^4.0.1",
"npm-package-arg": "^11.0.0",
"promzard": "^1.0.0",
"read": "^2.0.0",
"read": "^3.0.1",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^5.0.0"
Expand Down

0 comments on commit 85b4452

Please sign in to comment.