diff --git a/package-lock.json b/package-lock.json index 09c31c4..759fd64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "coverity-report-output-v7-json", - "version": "0.0.1", + "version": "0.0.2-SNAPSHOT", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "coverity-report-output-v7-json", - "version": "0.0.1", + "version": "0.0.2-SNAPSHOT", "license": "Apache 2.0", "dependencies": { "@actions/artifact": "^0.6.1", "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", "@octokit/rest": "^18.12.0", - "typed-rest-client": "^1.8.6" + "typed-rest-client": "^1.8.9" }, "devDependencies": { "@types/jest": "^27.0.3", @@ -6435,10 +6435,9 @@ } }, "node_modules/typed-rest-client": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.8.6.tgz", - "integrity": "sha512-xcQpTEAJw2DP7GqVNECh4dD+riS+C1qndXLfBCJ3xk0kqprtGN491P5KlmrDbKdtuW8NEcP/5ChxiJI3S9WYTA==", - "license": "MIT", + "version": "1.8.9", + "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.8.9.tgz", + "integrity": "sha512-uSmjE38B80wjL85UFX3sTYEUlvZ1JgCRhsWj/fJ4rZ0FqDUFoIuodtiVeE+cUqiVTOKPdKrp/sdftD15MDek6g==", "dependencies": { "qs": "^6.9.1", "tunnel": "0.0.6", @@ -11246,9 +11245,9 @@ "dev": true }, "typed-rest-client": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.8.6.tgz", - "integrity": "sha512-xcQpTEAJw2DP7GqVNECh4dD+riS+C1qndXLfBCJ3xk0kqprtGN491P5KlmrDbKdtuW8NEcP/5ChxiJI3S9WYTA==", + "version": "1.8.9", + "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.8.9.tgz", + "integrity": "sha512-uSmjE38B80wjL85UFX3sTYEUlvZ1JgCRhsWj/fJ4rZ0FqDUFoIuodtiVeE+cUqiVTOKPdKrp/sdftD15MDek6g==", "requires": { "qs": "^6.9.1", "tunnel": "0.0.6", diff --git a/package.json b/package.json index 25231f6..efbe4e2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", "@octokit/rest": "^18.12.0", - "typed-rest-client": "^1.8.6" + "typed-rest-client": "^1.8.9" }, "devDependencies": { "@types/jest": "^27.0.3",