Skip to content

Commit cda8699

Browse files
committed
package.json: Accept a wider range of versions for the tmp and js-sha3 dependencies
1 parent 050e60d commit cda8699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"command-exists": "^1.1.0",
5050
"commander": "^8.0.0",
5151
"follow-redirects": "^1.0.0",
52-
"js-sha3": "0.8.0",
52+
"js-sha3": "^0.8.0",
5353
"memorystream": "^0.3.0",
5454
"semver": "^5.0.0",
55-
"tmp": "0.0.33"
55+
"tmp": "^0.0.26"
5656
},
5757
"devDependencies": {
5858
"@types/node": "^16.11.7",

0 commit comments

Comments
 (0)