Skip to content

Commit 035f7f1

Browse files
spridevdevinivy
andauthored
Update dependencies version range (hapijs#4231)
* Revert dependencies version range * Exclude vulnerable dependencies * Update dependencies to use @hapi/validate * Update dependencies to use caret syntax * Fix dependencies order Co-authored-by: devin ivy <devin@bigroomstudios.com>
1 parent 4639686 commit 035f7f1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,32 @@
2020
"dependencies": {
2121
"@hapi/accept": "^5.0.1",
2222
"@hapi/ammo": "^5.0.1",
23-
"@hapi/boom": "9.x.x",
24-
"@hapi/bounce": "2.x.x",
25-
"@hapi/call": "8.x.x",
23+
"@hapi/boom": "^9.1.0",
24+
"@hapi/bounce": "^2.0.0",
25+
"@hapi/call": "^8.0.0",
2626
"@hapi/catbox": "^11.1.1",
27-
"@hapi/catbox-memory": "5.x.x",
27+
"@hapi/catbox-memory": "^5.0.0",
2828
"@hapi/heavy": "^7.0.1",
29-
"@hapi/hoek": "9.x.x",
30-
"@hapi/mimos": "5.x.x",
29+
"@hapi/hoek": "^9.0.4",
30+
"@hapi/mimos": "^5.0.0",
3131
"@hapi/podium": "^4.1.1",
3232
"@hapi/shot": "^5.0.5",
33-
"@hapi/somever": "3.x.x",
33+
"@hapi/somever": "^3.0.0",
3434
"@hapi/statehood": "^7.0.3",
3535
"@hapi/subtext": "^7.0.3",
36-
"@hapi/teamwork": "5.x.x",
37-
"@hapi/topo": "5.x.x",
38-
"@hapi/validate": "^1.1.0"
36+
"@hapi/teamwork": "^5.1.0",
37+
"@hapi/topo": "^5.0.0",
38+
"@hapi/validate": "^1.1.1"
3939
},
4040
"devDependencies": {
41-
"@hapi/code": "8.x.x",
41+
"@hapi/code": "^8.0.0",
4242
"@hapi/inert": "^6.0.2",
43-
"@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
44-
"@hapi/lab": "24.x.x",
43+
"@hapi/joi-legacy-test": "npm:@hapi/joi@^15.0.0",
44+
"@hapi/lab": "^24.0.0",
4545
"@hapi/vision": "^6.0.1",
46-
"@hapi/wreck": "17.x.x",
47-
"handlebars": "^4.5.3",
48-
"joi": "17.x.x"
46+
"@hapi/wreck": "^17.0.0",
47+
"handlebars": "^4.7.4",
48+
"joi": "^17.0.0"
4949
},
5050
"scripts": {
5151
"test": "lab -a @hapi/code -t 100 -L -m 5000",

0 commit comments

Comments
 (0)