Skip to content

Commit

Permalink
[Dev Deps] update tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 20, 2022
1 parent 4106371 commit dd77fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/ljharb/npm-lockfile#readme",
"dependencies": {
"@npmcli/arborist": "^5.4.0",
"@npmcli/arborist": "=5.2.1",

This comment has been minimized.

Copy link
@ljharb

ljharb Sep 20, 2022

Author Owner

This was pinned due to a breaking change in arborist as of v5.2.2, caused by updating to @npmcli/run-script 4, which uses node-gyp 9, which requires node 12.22 instead of 12.13. See npm/cli#5049

"colors": "=1.4.0",
"find-package-json": "^1.2.0",
"object-inspect": "^1.12.2",
Expand All @@ -57,7 +57,7 @@
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.5.3"
"tape": "^5.6.1"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit dd77fe4

Please sign in to comment.