Bump @octokit/rest from 18.5.2 to 18.5.3 (#260)

This commit is contained in:
dependabot-preview[bot]
2021-04-24 21:46:03 +02:00
committed by GitHub
parent f7c4d84eec
commit c84ae8d6af
2 changed files with 32 additions and 32 deletions

62
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/rest": "^18.5.2",
"@octokit/rest": "^18.5.3",
"axios": "^0.21.1",
"compression": "^1.7.4",
"ejs": "^3.1.6",
@@ -1715,9 +1715,9 @@
}
},
"node_modules/@octokit/openapi-types": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.0.0.tgz",
"integrity": "sha512-CnDdK7ivHkBtJYzWzZm7gEkanA7gKH6a09Eguz7flHw//GacPJLmkHA3f3N++MJmlxD1Fl+mB7B32EEpSCwztQ=="
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.1.1.tgz",
"integrity": "sha512-ICBhnEb+ahi/TTdNuYb/kTyKVBgAM0VD4k6JPzlhJyzt3Z+Tq/bynwCD+gpkJP7AEcNnzC8YO5R39trmzEo2UA=="
},
"node_modules/@octokit/plugin-paginate-rest": {
"version": "2.11.0",
@@ -1767,22 +1767,22 @@
}
},
"node_modules/@octokit/rest": {
"version": "18.5.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.2.tgz",
"integrity": "sha512-Kz03XYfKS0yYdi61BkL9/aJ0pP2A/WK5vF/syhu9/kY30J8He3P68hv9GRpn8bULFx2K0A9MEErn4v3QEdbZcw==",
"version": "18.5.3",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.3.tgz",
"integrity": "sha512-KPAsUCr1DOdLVbZJgGNuE/QVLWEaVBpFQwDAz/2Cnya6uW2wJ/P5RVGk0itx7yyN1aGa8uXm2pri4umEqG1JBA==",
"dependencies": {
"@octokit/core": "^3.2.3",
"@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "5.0.0"
"@octokit/plugin-rest-endpoint-methods": "5.0.1"
}
},
"node_modules/@octokit/rest/node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.0.tgz",
"integrity": "sha512-Jc7CLNUueIshXT+HWt6T+M0sySPjF32mSFQAK7UfAg8qGeRI6OM1GSBxDLwbXjkqy2NVdnqCedJcP1nC785JYg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.1.tgz",
"integrity": "sha512-vvWbPtPqLyIzJ7A4IPdTl+8IeuKAwMJ4LjvmqWOOdfSuqWQYZXq2CEd0hsnkidff2YfKlguzujHs/reBdAx8Sg==",
"dependencies": {
"@octokit/types": "^6.13.0",
"@octokit/types": "^6.13.1",
"deprecation": "^2.3.1"
},
"peerDependencies": {
@@ -1790,11 +1790,11 @@
}
},
"node_modules/@octokit/types": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.0.tgz",
"integrity": "sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA==",
"version": "6.13.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.2.tgz",
"integrity": "sha512-jN5LImYHvv7W6SZargq1UMJ3EiaqIz5qkpfsv4GAb4b16SGqctxtOU2TQAZxvsKHkOw2A4zxdsi5wR9en1/ezQ==",
"dependencies": {
"@octokit/openapi-types": "^6.0.0"
"@octokit/openapi-types": "^6.1.1"
}
},
"node_modules/@panosoft/ramda-utils": {
@@ -13796,9 +13796,9 @@
}
},
"@octokit/openapi-types": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.0.0.tgz",
"integrity": "sha512-CnDdK7ivHkBtJYzWzZm7gEkanA7gKH6a09Eguz7flHw//GacPJLmkHA3f3N++MJmlxD1Fl+mB7B32EEpSCwztQ=="
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-6.1.1.tgz",
"integrity": "sha512-ICBhnEb+ahi/TTdNuYb/kTyKVBgAM0VD4k6JPzlhJyzt3Z+Tq/bynwCD+gpkJP7AEcNnzC8YO5R39trmzEo2UA=="
},
"@octokit/plugin-paginate-rest": {
"version": "2.11.0",
@@ -13848,33 +13848,33 @@
}
},
"@octokit/rest": {
"version": "18.5.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.2.tgz",
"integrity": "sha512-Kz03XYfKS0yYdi61BkL9/aJ0pP2A/WK5vF/syhu9/kY30J8He3P68hv9GRpn8bULFx2K0A9MEErn4v3QEdbZcw==",
"version": "18.5.3",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.3.tgz",
"integrity": "sha512-KPAsUCr1DOdLVbZJgGNuE/QVLWEaVBpFQwDAz/2Cnya6uW2wJ/P5RVGk0itx7yyN1aGa8uXm2pri4umEqG1JBA==",
"requires": {
"@octokit/core": "^3.2.3",
"@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "5.0.0"
"@octokit/plugin-rest-endpoint-methods": "5.0.1"
},
"dependencies": {
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.0.tgz",
"integrity": "sha512-Jc7CLNUueIshXT+HWt6T+M0sySPjF32mSFQAK7UfAg8qGeRI6OM1GSBxDLwbXjkqy2NVdnqCedJcP1nC785JYg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.1.tgz",
"integrity": "sha512-vvWbPtPqLyIzJ7A4IPdTl+8IeuKAwMJ4LjvmqWOOdfSuqWQYZXq2CEd0hsnkidff2YfKlguzujHs/reBdAx8Sg==",
"requires": {
"@octokit/types": "^6.13.0",
"@octokit/types": "^6.13.1",
"deprecation": "^2.3.1"
}
}
}
},
"@octokit/types": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.0.tgz",
"integrity": "sha512-W2J9qlVIU11jMwKHUp5/rbVUeErqelCsO5vW5PKNb7wAXQVUz87Rc+imjlEvpvbH8yUb+KHmv8NEjVZdsdpyxA==",
"version": "6.13.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.13.2.tgz",
"integrity": "sha512-jN5LImYHvv7W6SZargq1UMJ3EiaqIz5qkpfsv4GAb4b16SGqctxtOU2TQAZxvsKHkOw2A4zxdsi5wR9en1/ezQ==",
"requires": {
"@octokit/openapi-types": "^6.0.0"
"@octokit/openapi-types": "^6.1.1"
}
},
"@panosoft/ramda-utils": {

View File

@@ -26,7 +26,7 @@
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.6.1",
"@octokit/rest": "^18.5.2",
"@octokit/rest": "^18.5.3",
"axios": "^0.21.1",
"compression": "^1.7.4",
"ejs": "^3.1.6",