We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6233d1 commit 73738a7Copy full SHA for 73738a7
HISTORY.md
@@ -2,6 +2,8 @@ Unreleased changes
2
==================
3
4
* improve toClassName function readability and JSDoc completeness
5
+ * deps: use tilde notation for dependencies
6
+ * deps: update statuses to 2.0.2
7
8
2.0.0 / 2021-12-17
9
package.json
@@ -10,11 +10,11 @@
10
"license": "MIT",
11
"repository": "jshttp/http-errors",
12
"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"
+ "depd": "~2.0.0",
+ "inherits": "~2.0.4",
+ "setprototypeof": "~1.2.0",
+ "statuses": "~2.0.2",
+ "toidentifier": "~1.0.1"
18
},
19
"devDependencies": {
20
"eslint": "7.32.0",
0 commit comments