chore(deps): pin dependencies (#24)

Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com>
This commit is contained in:
bjw-s-bot[bot] 2022-08-11 20:23:31 +02:00 committed by GitHub
parent b763a4d827
commit 38f7f449ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 28 deletions

View file

@ -16,11 +16,11 @@
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.21",
"@types/semver": "^7.3.10",
"@vercel/ncc": "^0.31.1",
"typescript": "^4.6.2"
"@types/fs-extra": "9.0.13",
"@types/node": "17.0.45",
"@types/semver": "7.3.10",
"@vercel/ncc": "0.31.1",
"typescript": "4.7.4"
}
},
"node_modules/@actions/core": {

View file

@ -18,10 +18,10 @@
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.21",
"@types/semver": "^7.3.10",
"@vercel/ncc": "^0.31.1",
"typescript": "^4.6.2"
"@types/fs-extra": "9.0.13",
"@types/node": "17.0.45",
"@types/semver": "7.3.10",
"@vercel/ncc": "0.31.1",
"typescript": "4.7.4"
}
}