Skip to content

Commit 5bc6e34

Browse files
committed
Add update:deps npm script
1 parent d490cc2 commit 5bc6e34

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.dep-stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@apideck/better-ajv-errors": "^0.3.6",
4-
"@cyclonedx/cdxgen": "^11.1.0",
4+
"@cyclonedx/cdxgen": "^11.1.1",
55
"@npmcli/promise-spawn": "^8.0.2",
66
"@socketregistry/hyrious__bun.lockb": "^1.0.11",
77
"@socketregistry/indent-string": "^1.0.9",

.ncurc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"loglevel": "minimal",
3+
"reject": ["has-flag", "terminal-link", "typescript"],
4+
"upgrade": true
5+
}

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
"test-ci": "run-s build:* test:*",
5353
"test:unit": "tap-run",
5454
"test:coverage:c8": "c8 --reporter=none node --test 'test/socket-npm.test.cjs'",
55-
"test:coverage:merge": "cp -r .tap/coverage/*.json coverage/tmp && c8 --reporter=lcov --reporter=text --include 'dist/{module-sync,require}/*.js' --exclude 'dist/require/vendor.js' report"
55+
"test:coverage:merge": "cp -r .tap/coverage/*.json coverage/tmp && c8 --reporter=lcov --reporter=text --include 'dist/{module-sync,require}/*.js' --exclude 'dist/require/vendor.js' report",
56+
"update": "run-p --aggregate-output update:**",
57+
"update:deps": "npx npm-check-updates"
5658
},
5759
"dependencies": {
5860
"@apideck/better-ajv-errors": "^0.3.6",
59-
"@cyclonedx/cdxgen": "^11.1.0",
61+
"@cyclonedx/cdxgen": "^11.1.1",
6062
"@npmcli/promise-spawn": "^8.0.2",
6163
"@socketregistry/hyrious__bun.lockb": "^1.0.11",
6264
"@socketregistry/indent-string": "^1.0.9",
@@ -130,7 +132,7 @@
130132
"eslint-plugin-sort-destructure-keys": "^2.0.0",
131133
"eslint-plugin-unicorn": "^56.0.1",
132134
"husky": "^9.1.7",
133-
"knip": "^5.42.2",
135+
"knip": "^5.43.1",
134136
"magic-string": "^0.30.17",
135137
"mock-fs": "^5.4.1",
136138
"nock": "^13.5.6",

0 commit comments

Comments
 (0)