Skip to content

Commit 18cbbfd

Browse files
Bump npm-keyword from 6.1.0 to 8.0.0 (#870)
* Bump npm-keyword from 6.1.0 to 8.0.0 Bumps [npm-keyword](https://github.com/sindresorhus/npm-keyword) from 6.1.0 to 8.0.0. - [Release notes](https://github.com/sindresorhus/npm-keyword/releases) - [Commits](sindresorhus/npm-keyword@v6.1.0...v8.0.0) --- updated-dependencies: - dependency-name: npm-keyword dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update install.js --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Shima <[email protected]>
1 parent 6dfbe96 commit 18cbbfd

File tree

3 files changed

+17
-237
lines changed

3 files changed

+17
-237
lines changed

lib/routes/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import inquirer from 'inquirer';
66
import spawn from 'cross-spawn';
77
import sortOn from 'sort-on';
88
import figures from 'figures';
9-
import npmKeyword from 'npm-keyword';
9+
import {npmKeyword} from 'npm-keyword';
1010
import packageJson from 'package-json';
1111
import got from 'got';
1212

package-lock.json

Lines changed: 15 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"inquirer": "^8.2.0",
7474
"lodash": "^4.17.15",
7575
"meow": "^13.2.0",
76-
"npm-keyword": "^6.1.0",
76+
"npm-keyword": "^8.0.0",
7777
"open": "^10.1.0",
7878
"package-json": "^10.0.1",
7979
"parse-help": "^2.0.0",

0 commit comments

Comments
 (0)