Skip to content

Commit 7754607

Browse files
authored
fix: Move sinon to devdependencies and update other minor versions (#81)
* Move sinon to devdependencies and update other minor versions * Update babel
1 parent 8d2c969 commit 7754607

File tree

2 files changed

+142
-140
lines changed

2 files changed

+142
-140
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
"dependencies": {
88
"chalk": "^4.1.2",
99
"content-type": "^1.0.5",
10-
"debug": "^4.4.0",
10+
"debug": "^4.4.3",
1111
"is-retry-allowed": "^2.2.0",
12-
"is-stream": "^2.0.0",
13-
"sinon": "^20.0.0",
12+
"is-stream": "^2.0.1",
1413
"tunnel-agent": "^0.6.0"
1514
},
1615
"devDependencies": {
17-
"@types/content-type": "^1.1.8",
16+
"@types/content-type": "^1.1.9",
1817
"@types/istanbul-lib-report": "^3.0.3",
1918
"@types/jest": "^29.5.14",
2019
"@types/nock": "^10.0.3",
@@ -24,10 +23,11 @@
2423
"eslint-config-oclif": "^4.0.0",
2524
"eslint-config-oclif-typescript": "^1.0.2",
2625
"jest": "^29.7.0",
27-
"nock": "^11.9.1",
26+
"nock": "^13.5.6",
27+
"sinon": "^20.0.0",
2828
"strip-ansi": "6.0.1",
29-
"ts-jest": "^29.2.5",
30-
"typescript": "4.8.4"
29+
"ts-jest": "^29.4.1",
30+
"typescript": "4.9.5"
3131
},
3232
"engines": {
3333
"node": ">=16.0.0"

0 commit comments

Comments
 (0)