build(CVE-2023-37466): update release-it to 16.1.3 (#68)

Fix CVE-2023-37466: vm2 Sandbox Escape vulnerability
This commit is contained in:
Andrea Lamparelli 2023-07-20 15:19:11 +02:00 committed by GitHub
parent cee5e32d0e
commit 9766bdb67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 545 additions and 571 deletions

View file

@ -54,7 +54,8 @@
"@commitlint/config-conventional": "^17.4.0",
"@gitbeaker/rest": "^39.1.0",
"@kie/mock-github": "^1.1.0",
"@release-it/conventional-changelog": "^5.1.1",
"@octokit/webhooks-types": "^6.8.0",
"@release-it/conventional-changelog": "^7.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
@ -65,14 +66,13 @@
"husky": "^8.0.2",
"jest": "^29.0.0",
"jest-sonar-reporter": "^2.0.0",
"release-it": "^15.6.0",
"release-it": "^16.1.3",
"semver": "^7.3.8",
"ts-jest": "^29.0.0",
"ts-node": "^10.8.1",
"tsc-alias": "^1.8.2",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.9.3",
"@octokit/webhooks-types": "^6.8.0"
"typescript": "^4.9.3"
},
"dependencies": {
"@actions/core": "^1.10.0",