fix: resolution errors and vulnerability

This commit is contained in:
Webber 2023-08-16 00:28:08 +02:00
parent ff551fe06d
commit ba1e019ad6
5 changed files with 2149 additions and 1881 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

BIN
dist/licenses.txt generated vendored

Binary file not shown.

View File

@ -25,7 +25,7 @@
"test-i-k8s": "cross-env cloudRunnerTests=true providerStrategy=k8s yarn test -i -t \"cloud runner\""
},
"engines": {
"node": ">=16.x"
"node": ">=18.x"
},
"dependencies": {
"@actions/cache": "^3.1.3",
@ -45,7 +45,7 @@
"semver": "^7.5.2",
"unity-changeset": "^2.0.0",
"uuid": "^9.0.0",
"yaml": "^1.10.2"
"yaml": "^2.2.2"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.2.9",
@ -70,7 +70,11 @@
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"ts-node": "10.4.0",
"typescript": "4.1.3",
"typescript": "4.7.4",
"yarn-audit-fix": "^9.3.8"
},
"volta": {
"node": "20.5.1",
"yarn": "1.22.19"
}
}

4020
yarn.lock

File diff suppressed because it is too large Load Diff