diff --git a/package-lock.json b/package-lock.json index 24eaa51c3525..91e0ee1ef41b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@actions/core": "1.11.0", "@jsdevtools/npm-publish": "3.1.1", - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^9.3.2", "@octokit/rest": "21.0.2", "@webref/css": "file:packages/css", "@webref/elements": "file:packages/elements", @@ -350,9 +350,9 @@ "dev": true }, "node_modules/@octokit/plugin-throttling": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.1.tgz", - "integrity": "sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz", + "integrity": "sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==", "dev": true, "dependencies": { "@octokit/types": "^13.0.0", @@ -4052,9 +4052,9 @@ "dev": true }, "@octokit/plugin-throttling": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.1.tgz", - "integrity": "sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz", + "integrity": "sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==", "dev": true, "requires": { "@octokit/types": "^13.0.0", diff --git a/package.json b/package.json index 63e694a21bd9..1b5403c3bbe5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@actions/core": "1.11.0", "@jsdevtools/npm-publish": "3.1.1", - "@octokit/plugin-throttling": "^9.3.1", + "@octokit/plugin-throttling": "^9.3.2", "@octokit/rest": "21.0.2", "@webref/css": "file:packages/css", "@webref/elements": "file:packages/elements",