diff --git a/package-lock.json b/package-lock.json index 6d77d3f24..58ee9338c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -490,9 +490,9 @@ } }, "@octokit/plugin-throttling": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.5.1.tgz", - "integrity": "sha512-d2jh3/RZo98DRw2J0jFxhKz7nrTGalGdkfRtxM+pI5k1wRb4BKBjiuE9cuZnhZyj+zLC1EcIptj7K+28LJZ3eA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-3.7.0.tgz", + "integrity": "sha512-qrKT1Yl/KuwGSC6/oHpLBot3ooC9rq0/ryDYBCpkRtoj+R8T47xTMDT6Tk2CxWopFota/8Pi/2SqArqwC0JPow==", "requires": { "@octokit/types": "^6.0.1", "bottleneck": "^2.15.3" @@ -2272,24 +2272,24 @@ "dev": true, "optional": true }, - "string-width": { - "version": "1.0.2", + "string_decoder": { + "version": "1.1.1", "bundled": true, "dev": true, "optional": true, "requires": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" + "safe-buffer": "~5.1.0" } }, - "string_decoder": { - "version": "1.1.1", + "string-width": { + "version": "1.0.2", "bundled": true, "dev": true, "optional": true, "requires": { - "safe-buffer": "~5.1.0" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "strip-ansi": { diff --git a/package.json b/package.json index 2fea8f82c..e45ffca86 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@actions/core": "^1.4.0", "@actions/github": "^5.0.0", "@octokit/plugin-retry": "^3.0.9", - "@octokit/plugin-throttling": "^3.5.1", + "@octokit/plugin-throttling": "^3.7.0", "glob": "^7.1.6", "mime": "^2.4.4", "node-fetch": "^2.6.1"