Skip to content

Commit f6d2da9

Browse files
committed
fix(build): pin versions in package.json
1 parent 7050a91 commit f6d2da9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
"lib"
2525
],
2626
"dependencies": {
27-
"@node-oauth/formats": "^1.0.0",
27+
"@node-oauth/formats": "1.0.0",
2828
"basic-auth": "2.0.1",
2929
"bluebird": "3.7.2",
3030
"promisify-any": "2.0.1",
3131
"type-is": "1.6.18"
3232
},
3333
"devDependencies": {
34-
"chai": "^4.3.4",
35-
"eslint": "^8.0.0",
36-
"mocha": "^9.1.2",
37-
"nyc": "^15.1.0",
38-
"sinon": "^12.0.1"
34+
"chai": "4.3.4",
35+
"eslint": "8.4.1",
36+
"mocha": "9.2.2",
37+
"nyc": "15.1.0",
38+
"sinon": "12.0.1"
3939
},
4040
"license": "MIT",
4141
"engines": {

0 commit comments

Comments
 (0)