Skip to content

Commit 73738a7

Browse files
authored
deps: update statuses and switch fixed versions to tilde (~) (#126)
1 parent d6233d1 commit 73738a7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Unreleased changes
22
==================
33

44
* improve toClassName function readability and JSDoc completeness
5+
* deps: use tilde notation for dependencies
6+
* deps: update statuses to 2.0.2
57

68
2.0.0 / 2021-12-17
79
==================

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"license": "MIT",
1111
"repository": "jshttp/http-errors",
1212
"dependencies": {
13-
"depd": "2.0.0",
14-
"inherits": "2.0.4",
15-
"setprototypeof": "1.2.0",
16-
"statuses": "2.0.1",
17-
"toidentifier": "1.0.1"
13+
"depd": "~2.0.0",
14+
"inherits": "~2.0.4",
15+
"setprototypeof": "~1.2.0",
16+
"statuses": "~2.0.2",
17+
"toidentifier": "~1.0.1"
1818
},
1919
"devDependencies": {
2020
"eslint": "7.32.0",

0 commit comments

Comments
 (0)