Skip to content

Commit 29b80e8

Browse files
authored
fix(deps): bump @netflix/nerror to ^2.0.1 (#124)
nerror@2.0.1 lowers its own Node engines floor from >=24 to >=22.0.0, matching restify-errors' own floor.
1 parent 7af41ad commit 29b80e8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"overrides": {
5858
"restify-clients": {
5959
"restify-errors": {
60-
"@netflix/nerror": "^2.0.0"
60+
"@netflix/nerror": "^2.0.1"
6161
}
6262
}
6363
},
6464
"dependencies": {
65-
"@netflix/nerror": "^2.0.0",
65+
"@netflix/nerror": "^2.0.1",
6666
"assert-plus": "^1.0.0",
6767
"lodash": "^4.17.21"
6868
}

0 commit comments

Comments
 (0)