diff --git a/package-lock.json b/package-lock.json index 953645d8accf..b328b99730f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@actions/core": "1.11.1", "@jsdevtools/npm-publish": "3.1.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.0", "@octokit/rest": "21.1.1", "@webref/css": "file:packages/css", "@webref/elements": "file:packages/elements", @@ -296,9 +296,9 @@ } }, "node_modules/@octokit/plugin-throttling": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-10.0.0.tgz", - "integrity": "sha512-Kuq5/qs0DVYTHZuBAzCZStCzo2nKvVRo/TDNhCcpC2TKiOGz/DisXMCvjt3/b5kr6SCI1Y8eeeJTHBxxpFvZEg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-11.0.0.tgz", + "integrity": "sha512-a34qmeAZJltwlPlPBJ9odj+GgZc9vldCcq/BUps1ovrr7PO+njsSthDo2QxtTl9txnFK7Z3s2NyKsPVtXmhHfA==", "dev": true, "license": "MIT", "dependencies": { @@ -306,7 +306,7 @@ "bottleneck": "^2.15.3" }, "engines": { - "node": ">= 18" + "node": ">= 20" }, "peerDependencies": { "@octokit/core": "^6.1.3" @@ -3349,7 +3349,7 @@ }, "packages/css": { "name": "@webref/css", - "version": "6.21.0", + "version": "6.21.1", "dev": true, "license": "MIT", "peerDependencies": { @@ -3364,13 +3364,13 @@ }, "packages/events": { "name": "@webref/events", - "version": "1.18.7", + "version": "1.19.0", "dev": true, "license": "MIT" }, "packages/idl": { "name": "@webref/idl", - "version": "3.62.2", + "version": "3.63.1", "dev": true, "license": "MIT", "peerDependencies": { @@ -3574,9 +3574,9 @@ } }, "@octokit/plugin-throttling": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-10.0.0.tgz", - "integrity": "sha512-Kuq5/qs0DVYTHZuBAzCZStCzo2nKvVRo/TDNhCcpC2TKiOGz/DisXMCvjt3/b5kr6SCI1Y8eeeJTHBxxpFvZEg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-11.0.0.tgz", + "integrity": "sha512-a34qmeAZJltwlPlPBJ9odj+GgZc9vldCcq/BUps1ovrr7PO+njsSthDo2QxtTl9txnFK7Z3s2NyKsPVtXmhHfA==", "dev": true, "requires": { "@octokit/types": "^14.0.0", diff --git a/package.json b/package.json index d74448797643..8125dce7111a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@actions/core": "1.11.1", "@jsdevtools/npm-publish": "3.1.1", - "@octokit/plugin-throttling": "^10.0.0", + "@octokit/plugin-throttling": "^11.0.0", "@octokit/rest": "21.1.1", "@webref/css": "file:packages/css", "@webref/elements": "file:packages/elements",