Skip to content

Commit 15c2364

Browse files
committed
update all deps and replace node-fetch with cross-fetch
1 parent 74c9dce commit 15c2364

File tree

8 files changed

+3885
-2591
lines changed

8 files changed

+3885
-2591
lines changed

Packer/PackerV0/package-lock.json

+1,504-1,118
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packer/PackerV0/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"author": "Manuel Riezebosch",
1818
"license": "ISC",
1919
"dependencies": {
20-
"azure-pipelines-task-lib": "^3.3.1",
20+
"azure-pipelines-task-lib": "^4.2.0",
2121
"fs": "0.0.1-security"
2222
},
2323
"devDependencies": {
24-
"@stryker-mutator/core": "^6.0.2",
25-
"@stryker-mutator/mocha-runner": "^6.0.2",
26-
"@types/chai": "^4.3.1",
27-
"@types/mocha": "^9.1.1",
28-
"@types/node": "^17.0.36",
29-
"@types/sinon": "^10.0.11",
30-
"@types/uuid": "^8.3.4",
31-
"chai": "^4.3.6",
32-
"mocha": "^10.0.0",
33-
"sinon": "^14.0.0",
34-
"typescript": "^4.7.2"
24+
"@stryker-mutator/core": "^6.3.1",
25+
"@stryker-mutator/mocha-runner": "^6.3.1",
26+
"@types/chai": "^4.3.4",
27+
"@types/mocha": "^10.0.1",
28+
"@types/node": "^18.13.0",
29+
"@types/sinon": "^10.0.13",
30+
"@types/uuid": "^9.0.0",
31+
"chai": "^4.3.7",
32+
"mocha": "^10.2.0",
33+
"sinon": "^15.0.1",
34+
"typescript": "^4.9.5"
3535
}
3636
}

Packer/PackerV1/package-lock.json

+1,515-1,108
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packer/PackerV1/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"author": "Manuel Riezebosch",
1818
"license": "ISC",
1919
"dependencies": {
20-
"azure-pipelines-task-lib": "^3.3.1",
20+
"azure-pipelines-task-lib": "^4.2.0",
2121
"fs": "0.0.1-security"
2222
},
2323
"devDependencies": {
24-
"@stryker-mutator/core": "^6.0.2",
25-
"@stryker-mutator/mocha-runner": "^6.0.2",
26-
"@types/chai": "^4.3.1",
27-
"@types/mocha": "^9.1.1",
28-
"@types/node": "^17.0.36",
29-
"@types/sinon": "^10.0.11",
30-
"@types/uuid": "^8.3.4",
31-
"chai": "^4.3.6",
24+
"@stryker-mutator/core": "^6.3.1",
25+
"@stryker-mutator/mocha-runner": "^6.3.1",
26+
"@types/chai": "^4.3.4",
27+
"@types/mocha": "^10.0.1",
28+
"@types/node": "^18.13.0",
29+
"@types/sinon": "^10.0.13",
30+
"@types/uuid": "^9.0.0",
31+
"chai": "^4.3.7",
3232
"memory-streams": "^0.1.3",
33-
"mocha": "^10.0.0",
34-
"sinon": "^14.0.0",
35-
"typescript": "^4.7.2",
36-
"uuid": "^8.3.2"
33+
"mocha": "^10.2.0",
34+
"sinon": "^15.0.1",
35+
"typescript": "^4.9.5",
36+
"uuid": "^9.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)