chore(deps): pin dependencies (#269)

Co-authored-by: Ian Lewis <ianlewis@google.com>
This commit is contained in:
WhiteSource Renovate
2022-10-04 01:00:02 +00:00
committed by GitHub
co-authored by Ian Lewis
parent 168f9c3568
commit fc50b662fc
2 changed files with 20 additions and 21 deletions
+12 -13
View File
@@ -1,13 +1,12 @@
{
"name": "installer",
"version": "1.0.0",
"name": "setup-slsa-verifier",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "installer",
"version": "1.0.0",
"license": "ISC",
"name": "setup-slsa-verifier",
"version": "0.0.1",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.1",
@@ -16,14 +15,14 @@
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/jasmine": "^4.3.0",
"@types/node": "^18.7.13",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.23.0",
"eslint-plugin-github": "^4.3.7",
"jasmine": "^4.3.0",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
"@types/jasmine": "4.3.0",
"@types/node": "18.7.13",
"@vercel/ncc": "0.34.0",
"eslint": "8.23.0",
"eslint-plugin-github": "4.3.7",
"jasmine": "4.3.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
}
},
"node_modules/@actions/core": {
+8 -8
View File
@@ -21,13 +21,13 @@
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/jasmine": "^4.3.0",
"@types/node": "^18.7.13",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.23.0",
"eslint-plugin-github": "^4.3.7",
"jasmine": "^4.3.0",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
"@types/jasmine": "4.3.0",
"@types/node": "18.7.13",
"@vercel/ncc": "0.34.0",
"eslint": "8.23.0",
"eslint-plugin-github": "4.3.7",
"jasmine": "4.3.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
}
}