Skip to content

Commit af7cd90

Browse files
feat(deps): use carat notation for dependency versions (#6317)
Signed-off-by: Dustin Popp <[email protected]> Co-authored-by: Ulises Gascón <[email protected]>
1 parent ae6a462 commit af7cd90

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,30 @@
3535
"accepts": "^2.0.0",
3636
"body-parser": "^2.0.1",
3737
"content-disposition": "^1.0.0",
38-
"content-type": "~1.0.4",
39-
"cookie": "0.7.1",
38+
"content-type": "^1.0.4",
39+
"cookie": "^0.7.1",
4040
"cookie-signature": "^1.2.1",
41-
"debug": "4.3.6",
42-
"encodeurl": "~2.0.0",
43-
"escape-html": "~1.0.3",
44-
"etag": "~1.8.1",
41+
"debug": "^4.3.6",
42+
"encodeurl": "^2.0.0",
43+
"escape-html": "^1.0.3",
44+
"etag": "^1.8.1",
4545
"finalhandler": "^2.0.0",
46-
"fresh": "2.0.0",
47-
"http-errors": "2.0.0",
46+
"fresh": "^2.0.0",
47+
"http-errors": "^2.0.0",
4848
"merge-descriptors": "^2.0.0",
4949
"mime-types": "^3.0.0",
50-
"on-finished": "2.4.1",
51-
"once": "1.4.0",
52-
"parseurl": "~1.3.3",
53-
"proxy-addr": "~2.0.7",
54-
"qs": "6.13.0",
55-
"range-parser": "~1.2.1",
50+
"on-finished": "^2.4.1",
51+
"once": "^1.4.0",
52+
"parseurl": "^1.3.3",
53+
"proxy-addr": "^2.0.7",
54+
"qs": "^6.13.0",
55+
"range-parser": "^1.2.1",
5656
"router": "^2.0.0",
5757
"send": "^1.1.0",
5858
"serve-static": "^2.1.0",
59-
"statuses": "2.0.1",
59+
"statuses": "^2.0.1",
6060
"type-is": "^2.0.0",
61-
"vary": "~1.1.2"
61+
"vary": "^1.1.2"
6262
},
6363
"devDependencies": {
6464
"after": "0.8.2",

0 commit comments

Comments
 (0)