Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 31, 2024
1 parent 130854e commit 21bc168
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dist-indexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ function fetch (url, gitref, callback) {
const repo = refparts[0] === 'v8-canary'
? 'node-v8'
: (/^v0\.\d\./).test(refparts[1])
? 'node-v0.x-archive'
: 'node'
? 'node-v0.x-archive'
: 'node'

url = url.replace('{gitref}', refparts[1])
.replace('{repo}', repo) +
Expand Down Expand Up @@ -477,7 +477,7 @@ function inspectDir (dir, callback) {
callback(null, {
version: dir,
date: date.toISOString().substring(0, 10),
files: files,
files,
npm: npmVersion,
v8: v8Version,
uv: uvVersion,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"after": "^0.8.2",
"bl": "^4.0.3",
"bl": "^6.0.10",
"hyperquest": "^2.1.3",
"map-async": "^0.1.1",
"minimist": "^1.2.5",
"semver": "^7.3.2"
"minimist": "^1.2.8",
"semver": "^7.5.4"
},
"scripts": {
"build": "true",
Expand All @@ -29,7 +29,7 @@
},
"preferGlobal": true,
"devDependencies": {
"standard": "^14.3.4"
"standard": "^17.1.0"
},
"release": {
"branches": [
Expand Down

0 comments on commit 21bc168

Please sign in to comment.