diff --git a/package-lock.json b/package-lock.json index 2edd193..ba88d85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/io": "1.1.3", "@octokit/rest": "19.0.11", "github-script": "https://github.com/actions/github-script/archive/refs/tags/v6.4.1.tar.gz", - "node-fetch": "3.3.1" + "node-fetch": "3.3.2" }, "devDependencies": { "@types/node": "16.18.31", @@ -1267,9 +1267,10 @@ } }, "node_modules/node-fetch": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz", - "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "license": "MIT", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", diff --git a/package.json b/package.json index 023cd2a..7c9a99f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@actions/io": "1.1.3", "@octokit/rest": "19.0.11", "github-script": "https://github.com/actions/github-script/archive/refs/tags/v6.4.1.tar.gz", - "node-fetch": "3.3.1" + "node-fetch": "3.3.2" }, "devDependencies": { "@types/node": "16.18.31",