Skip to content

Commit 13b677a

Browse files
committed
chore: update dependencies
1 parent 5aae973 commit 13b677a

File tree

4 files changed

+36
-147
lines changed

4 files changed

+36
-147
lines changed

lib/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import path from 'node:path';
22
import titleize from 'titleize';
33
import humanizeString from 'humanize-string';
4-
import {readPackageUpSync} from 'read-pkg-up';
4+
import {readPackageUpSync} from 'read-package-up';
55
import updateNotifier from 'update-notifier';
66
import Configstore from 'configstore';
77
import {namespaceToName} from './utils/namespace.js';

package-lock.json

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

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@
4444
},
4545
"dependencies": {
4646
"@yeoman/adapter": "^3.1.0",
47-
"@yeoman/types": "^1.6.0",
48-
"chalk": "^5.4.1",
47+
"@yeoman/types": "^1.8.0",
48+
"chalk": "^5.6.2",
4949
"cli-list": "^1.0.0",
50-
"configstore": "^7.0.0",
51-
"cross-spawn": "^7.0.3",
50+
"configstore": "^7.1.0",
51+
"cross-spawn": "^7.0.6",
5252
"figures": "^6.1.0",
5353
"fullname": "^5.0.0",
5454
"global-agent": "^3.0.0",
55-
"humanize-string": "^3.0.0",
56-
"inquirer": "^12.5.2",
57-
"lodash": "^4.17.15",
55+
"humanize-string": "^3.1.0",
56+
"inquirer": "^12.9.6",
57+
"lodash": "^4.17.21",
5858
"meow": "^14.0.0",
5959
"npm-keyword": "^8.0.0",
60-
"open": "^10.1.0",
60+
"open": "^10.2.0",
6161
"package-json": "^10.0.1",
6262
"parse-help": "^2.0.0",
63-
"read-pkg-up": "^10.1.0",
63+
"read-package-up": "^11.0.0",
6464
"root-check": "^2.0.0",
65-
"sort-on": "^6.1.0",
65+
"sort-on": "^6.1.1",
6666
"string-length": "^6.0.0",
6767
"tabtab": "^1.3.2",
6868
"titleize": "^4.0.0",
@@ -75,13 +75,13 @@
7575
"devDependencies": {
7676
"@types/node": "^22.14.0",
7777
"c8": "^10.1.3",
78-
"coveralls": "^3.0.2",
78+
"coveralls": "^3.1.1",
7979
"esmocha": "^4.0.0",
80-
"globals": "^16.3.0",
81-
"mocha": "^11.0.1",
82-
"mockery": "^2.0.0",
83-
"nock": "^14.0.3",
84-
"registry-url": "^7.0.0",
80+
"globals": "^16.4.0",
81+
"mocha": "^11.7.2",
82+
"mockery": "^2.1.0",
83+
"nock": "^14.0.10",
84+
"registry-url": "^7.2.0",
8585
"sinon": "^21.0.0",
8686
"xo": "^1.2.2"
8787
},

test/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import _ from 'lodash';
55
import sinon from 'sinon';
66
import {fakeEnv} from './helpers.js';
77

8-
const {readPackageUpSync} = await esmocha.mock('read-pkg-up');
8+
const {readPackageUpSync} = await esmocha.mock('read-package-up');
99
const {default: Router} = await import('../lib/router.js');
1010
esmocha.reset();
1111

0 commit comments

Comments
 (0)