diff --git a/actions/installer/package-lock.json b/actions/installer/package-lock.json index 4e8020016..f9e1b4bb5 100644 --- a/actions/installer/package-lock.json +++ b/actions/installer/package-lock.json @@ -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", @@ -23,7 +22,7 @@ "eslint-plugin-github": "^4.3.7", "jasmine": "^4.3.0", "prettier": "^2.7.1", - "typescript": "^4.8.2" + "typescript": "4.8.3" } }, "node_modules/@actions/core": { @@ -2930,9 +2929,9 @@ } }, "node_modules/typescript": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", - "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz", + "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -5188,9 +5187,9 @@ "dev": true }, "typescript": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", - "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz", + "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==", "dev": true }, "unbox-primitive": { diff --git a/actions/installer/package.json b/actions/installer/package.json index 234692f16..62c1e59b8 100644 --- a/actions/installer/package.json +++ b/actions/installer/package.json @@ -28,6 +28,6 @@ "eslint-plugin-github": "^4.3.7", "jasmine": "^4.3.0", "prettier": "^2.7.1", - "typescript": "^4.8.2" + "typescript": "4.8.3" } }