Merge pull request #225 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.3.5

Bump @octokit/rest from 18.3.4 to 18.3.5
This commit is contained in:
Mike Penz
2021-03-09 08:04:41 +01:00
committed by GitHub
2 changed files with 32 additions and 32 deletions
+31 -31
View File
@@ -11,7 +11,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.3.4",
"@octokit/rest": "^18.3.5",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.4"
@@ -991,9 +991,9 @@
}
},
"node_modules/@octokit/openapi-types": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.0.tgz",
"integrity": "sha512-5q2qBz4iZ0xS/DEJ0ROusFbN4cVlbJE9GvOByen+mv7artuGXfVhONqcuRd7jYN2glTmCnzcZw+X6LrjRVqs0A=="
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.2.tgz",
"integrity": "sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA=="
},
"node_modules/@octokit/plugin-paginate-rest": {
"version": "2.9.1",
@@ -1015,11 +1015,11 @@
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "4.13.4",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.4.tgz",
"integrity": "sha512-MGxptzVfiP8O+aydC/riheYzS/yJ9P16M29OuvtZep/sF5sKuOCQP8Wf83YCKXRsQF+ZpYfke2snbPPSIMZKzg==",
"version": "4.13.5",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.5.tgz",
"integrity": "sha512-kYKcWkFm4Ldk8bZai2RVEP1z97k1C/Ay2FN9FNTBg7JIyKoiiJjks4OtT6cuKeZX39tqa+C3J9xeYc6G+6g8uQ==",
"dependencies": {
"@octokit/types": "^6.12.0",
"@octokit/types": "^6.12.2",
"deprecation": "^2.3.1"
},
"peerDependencies": {
@@ -1052,22 +1052,22 @@
}
},
"node_modules/@octokit/rest": {
"version": "18.3.4",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.4.tgz",
"integrity": "sha512-NES0pHbwyFB1D0jrLkdnIXgEmze/gLE0JoSNgfAe4vwD77/qaQGO/lRWNuPPsoBVBjiW6mmA9CU5cYHujJTKQA==",
"version": "18.3.5",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.5.tgz",
"integrity": "sha512-ZPeRms3WhWxQBEvoIh0zzf8xdU2FX0Capa7+lTca8YHmRsO3QNJzf1H3PcuKKsfgp91/xVDRtX91sTe1kexlbw==",
"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": "4.13.4"
"@octokit/plugin-rest-endpoint-methods": "4.13.5"
}
},
"node_modules/@octokit/types": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.0.tgz",
"integrity": "sha512-KwOf16soD7aDEEi/PgNeJlHzjZPfrmmNy+7WezSdrpnqZ7YImBJcNnX9+5RUHt1MnA4h8oISRHTqaZDGsX9DRQ==",
"version": "6.12.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.2.tgz",
"integrity": "sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA==",
"dependencies": {
"@octokit/openapi-types": "^5.3.0"
"@octokit/openapi-types": "^5.3.2"
}
},
"node_modules/@sinonjs/commons": {
@@ -9177,9 +9177,9 @@
}
},
"@octokit/openapi-types": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.0.tgz",
"integrity": "sha512-5q2qBz4iZ0xS/DEJ0ROusFbN4cVlbJE9GvOByen+mv7artuGXfVhONqcuRd7jYN2glTmCnzcZw+X6LrjRVqs0A=="
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.3.2.tgz",
"integrity": "sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA=="
},
"@octokit/plugin-paginate-rest": {
"version": "2.9.1",
@@ -9196,11 +9196,11 @@
"requires": {}
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.13.4",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.4.tgz",
"integrity": "sha512-MGxptzVfiP8O+aydC/riheYzS/yJ9P16M29OuvtZep/sF5sKuOCQP8Wf83YCKXRsQF+ZpYfke2snbPPSIMZKzg==",
"version": "4.13.5",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.5.tgz",
"integrity": "sha512-kYKcWkFm4Ldk8bZai2RVEP1z97k1C/Ay2FN9FNTBg7JIyKoiiJjks4OtT6cuKeZX39tqa+C3J9xeYc6G+6g8uQ==",
"requires": {
"@octokit/types": "^6.12.0",
"@octokit/types": "^6.12.2",
"deprecation": "^2.3.1"
}
},
@@ -9230,22 +9230,22 @@
}
},
"@octokit/rest": {
"version": "18.3.4",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.4.tgz",
"integrity": "sha512-NES0pHbwyFB1D0jrLkdnIXgEmze/gLE0JoSNgfAe4vwD77/qaQGO/lRWNuPPsoBVBjiW6mmA9CU5cYHujJTKQA==",
"version": "18.3.5",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.5.tgz",
"integrity": "sha512-ZPeRms3WhWxQBEvoIh0zzf8xdU2FX0Capa7+lTca8YHmRsO3QNJzf1H3PcuKKsfgp91/xVDRtX91sTe1kexlbw==",
"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": "4.13.4"
"@octokit/plugin-rest-endpoint-methods": "4.13.5"
}
},
"@octokit/types": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.0.tgz",
"integrity": "sha512-KwOf16soD7aDEEi/PgNeJlHzjZPfrmmNy+7WezSdrpnqZ7YImBJcNnX9+5RUHt1MnA4h8oISRHTqaZDGsX9DRQ==",
"version": "6.12.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.12.2.tgz",
"integrity": "sha512-kCkiN8scbCmSq+gwdJV0iLgHc0O/GTPY1/cffo9kECu1MvatLPh9E+qFhfRIktKfHEA6ZYvv6S1B4Wnv3bi3pA==",
"requires": {
"@octokit/openapi-types": "^5.3.0"
"@octokit/openapi-types": "^5.3.2"
}
},
"@sinonjs/commons": {
+1 -1
View File
@@ -35,7 +35,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.3.4",
"@octokit/rest": "^18.3.5",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.4"