Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Fixes #203
Fixes #202
  • Loading branch information
sindresorhus committed Jan 31, 2021
1 parent 0a6027e commit 73c391b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -34,18 +34,18 @@
"version"
],
"dependencies": {
"boxen": "^4.2.0",
"boxen": "^5.0.0",
"chalk": "^4.1.0",
"configstore": "^5.0.1",
"has-yarn": "^2.1.0",
"import-lazy": "^2.1.0",
"is-ci": "^2.0.0",
"is-installed-globally": "^0.3.2",
"is-installed-globally": "^0.4.0",
"is-npm": "^5.0.0",
"is-yarn-global": "^0.3.0",
"latest-version": "^5.1.0",
"pupa": "^2.1.1",
"semver": "^7.3.2",
"semver": "^7.3.4",
"semver-diff": "^3.1.1",
"xdg-basedir": "^4.0.0"
},
Expand All @@ -55,6 +55,6 @@
"fixture-stdout": "^0.2.1",
"mock-require": "^3.0.3",
"strip-ansi": "^6.0.0",
"xo": "^0.34.1"
"xo": "^0.37.1"
}
}
2 changes: 1 addition & 1 deletion test/update-notifier.js
Expand Up @@ -4,7 +4,7 @@ import mockRequire from 'mock-require';

mockRequire('is-ci', false);

import updateNotifier from '..';
import updateNotifier from '../index.js';

const generateSettings = (options = {}) => {
return {
Expand Down

0 comments on commit 73c391b

Please sign in to comment.