diff --git a/package-lock.json b/package-lock.json index c6a2e0ed..2ce91787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1675,15 +1675,15 @@ "integrity": "sha512-pVceMQcj9SZ5p2RkemL0TuuPdGULNQj9F3Pq1cNM1xH+Kst1VNt0dj3PEGZRZV473njrDnYdi/OG4wWY9TLbbA==" }, "@octokit/webhooks-schemas": { - "version": "3.73.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-schemas/-/webhooks-schemas-3.73.1.tgz", - "integrity": "sha512-PtTOIdrae6atSt/OmzEq/HQgdznbAgV+ii0Lv4YW2oQ6KCh5MIYgxDTRMqJZmVtCOTHX14bcsDFTmlMPFSb0Wg==", + "version": "3.74.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-schemas/-/webhooks-schemas-3.74.0.tgz", + "integrity": "sha512-t6igw+4f5Uvrtt3fTl8MOE7/jhnVqFIkq1hBHJ5czCVDvA6xFxIuATDbzTf/Q4llfGZWVCXHeEIcjujbv5XOuw==", "dev": true }, "@octokit/webhooks-types": { - "version": "3.73.1", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-3.73.1.tgz", - "integrity": "sha512-nXaUup5Wps4sadOXNL6ot5ZnMsSmzOgC6z46PyhtLj4/YmrybhZKUt9C3g6x++T0GkTthPGWukTMQRrxHhZniA==" + "version": "3.74.0", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-3.74.0.tgz", + "integrity": "sha512-yRVaBKRNt22HXwmJ5GpOfXRf98Dsz30Hm+sWoW3tCYl29RWPQMu5q2R5BE10sSqyRzIS2nBteNyHxyzcF+GWew==" }, "@pika/babel-plugin-esm-import-rewrite": { "version": "0.6.1", diff --git a/package.json b/package.json index 24e645c7..8549736d 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "dependencies": { "@octokit/request-error": "^2.0.2", "@octokit/webhooks-methods": "^1.0.0", - "@octokit/webhooks-types": "3.73.1", + "@octokit/webhooks-types": "3.74.0", "aggregate-error": "^3.1.0" }, "devDependencies": { "@jest/types": "^26.6.2", "@octokit/tsconfig": "^1.0.1", - "@octokit/webhooks-schemas": "3.73.1", + "@octokit/webhooks-schemas": "3.74.0", "@pika/pack": "^0.5.0", "@pika/plugin-build-node": "^0.9.2", "@pika/plugin-build-web": "^0.9.2",