Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit a132540

Browse files
committed
fix(deps): pin dependencies
1 parent 1d435aa commit a132540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"check-coverage": true
2626
},
2727
"dependencies": {
28-
"@js-entity-repos/core": "^9.1.0",
29-
"http-status-codes": "^1.3.0",
30-
"uuid": "^3.2.1"
28+
"@js-entity-repos/core": "9.1.0",
29+
"http-status-codes": "1.3.0",
30+
"uuid": "3.2.1"
3131
},
3232
"devDependencies": {
3333
"@ht2-labs/semantic-release": "1.0.31",

0 commit comments

Comments
 (0)