Merge pull request #206 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.3.2

Bump @octokit/rest from 18.3.1 to 18.3.2
This commit is contained in:
Mike Penz
2021-03-03 08:30:59 +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.1",
"@octokit/rest": "^18.3.2",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.4"
@@ -992,9 +992,9 @@
}
},
"node_modules/@octokit/openapi-types": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.2.1.tgz",
"integrity": "sha512-Bf7MBvQ1nMpv15ANaQtRBsC7YnwQFPM0eUztp3luQs9L6sBEiQ6ArM1Wx5CG+N7tXETtd0oE0DMcU4wbLlCZIw=="
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.2.2.tgz",
"integrity": "sha512-b3nHy/0uufJJsaZERwZM0syLRO6gfr6vvBPLewQxBKzzbhGDx1ygTyoELMNADD7mIPPzGMqbfdCeJTSeZueZwA=="
},
"node_modules/@octokit/plugin-paginate-rest": {
"version": "2.9.1",
@@ -1016,11 +1016,11 @@
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.1.tgz",
"integrity": "sha512-T9YhQqpbO9Onmg+FYk09uci9pfChg8CZR9GBaPJWj+bDSzictW1xnU0NtCSSKKyrwvpW/opu7CtuDSs/HF1Syg==",
"version": "4.13.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.2.tgz",
"integrity": "sha512-pnn0lGE05nqZ+EZuZgJBffJ4QRAlrlvg3LBFjCKHqUUWCI3PMqZ8kPJOxFj0R3B3D5hoGambtEIpCnaRD6nRJw==",
"dependencies": {
"@octokit/types": "^6.11.1",
"@octokit/types": "^6.11.2",
"deprecation": "^2.3.1"
},
"peerDependencies": {
@@ -1053,22 +1053,22 @@
}
},
"node_modules/@octokit/rest": {
"version": "18.3.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.1.tgz",
"integrity": "sha512-g57ebsk7dtbLjiPBgEYDAiDTsyQM9kvlIt0J5UN6OSjG82K6fQQck6HXPpwcyNIDqbN7lIaWr3nsz56jBfI6qg==",
"version": "18.3.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.2.tgz",
"integrity": "sha512-TSTI47/jLqdq8qvc/a/P/VApBal7QHeISPZ8a1v7ma8NN/YdU5HRTSCb15+IvzUeuM7Iagp0aG+ypvQXJgmgQw==",
"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.1"
"@octokit/plugin-rest-endpoint-methods": "4.13.2"
}
},
"node_modules/@octokit/types": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.11.1.tgz",
"integrity": "sha512-UiSRTG2lrFbMUMwhKNR0uSV33Fzv4bNu1n5iFuuNOg80XCh0VYNhR4TQWgrkLhVxdDuej6s61aP3eQvVm6K6uA==",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.11.2.tgz",
"integrity": "sha512-EKQRFZU/oOfUlqk9ntLIE5UO/bcOx8exFpdXGBciJP90f05me3mza0sacIpqVqmiIQP3nJsBjnZHMmtijE5XwQ==",
"dependencies": {
"@octokit/openapi-types": "^5.2.1"
"@octokit/openapi-types": "^5.2.2"
}
},
"node_modules/@sinonjs/commons": {
@@ -9180,9 +9180,9 @@
}
},
"@octokit/openapi-types": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.2.1.tgz",
"integrity": "sha512-Bf7MBvQ1nMpv15ANaQtRBsC7YnwQFPM0eUztp3luQs9L6sBEiQ6ArM1Wx5CG+N7tXETtd0oE0DMcU4wbLlCZIw=="
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.2.2.tgz",
"integrity": "sha512-b3nHy/0uufJJsaZERwZM0syLRO6gfr6vvBPLewQxBKzzbhGDx1ygTyoELMNADD7mIPPzGMqbfdCeJTSeZueZwA=="
},
"@octokit/plugin-paginate-rest": {
"version": "2.9.1",
@@ -9199,11 +9199,11 @@
"requires": {}
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.1.tgz",
"integrity": "sha512-T9YhQqpbO9Onmg+FYk09uci9pfChg8CZR9GBaPJWj+bDSzictW1xnU0NtCSSKKyrwvpW/opu7CtuDSs/HF1Syg==",
"version": "4.13.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.2.tgz",
"integrity": "sha512-pnn0lGE05nqZ+EZuZgJBffJ4QRAlrlvg3LBFjCKHqUUWCI3PMqZ8kPJOxFj0R3B3D5hoGambtEIpCnaRD6nRJw==",
"requires": {
"@octokit/types": "^6.11.1",
"@octokit/types": "^6.11.2",
"deprecation": "^2.3.1"
}
},
@@ -9233,22 +9233,22 @@
}
},
"@octokit/rest": {
"version": "18.3.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.1.tgz",
"integrity": "sha512-g57ebsk7dtbLjiPBgEYDAiDTsyQM9kvlIt0J5UN6OSjG82K6fQQck6HXPpwcyNIDqbN7lIaWr3nsz56jBfI6qg==",
"version": "18.3.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.3.2.tgz",
"integrity": "sha512-TSTI47/jLqdq8qvc/a/P/VApBal7QHeISPZ8a1v7ma8NN/YdU5HRTSCb15+IvzUeuM7Iagp0aG+ypvQXJgmgQw==",
"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.1"
"@octokit/plugin-rest-endpoint-methods": "4.13.2"
}
},
"@octokit/types": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.11.1.tgz",
"integrity": "sha512-UiSRTG2lrFbMUMwhKNR0uSV33Fzv4bNu1n5iFuuNOg80XCh0VYNhR4TQWgrkLhVxdDuej6s61aP3eQvVm6K6uA==",
"version": "6.11.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.11.2.tgz",
"integrity": "sha512-EKQRFZU/oOfUlqk9ntLIE5UO/bcOx8exFpdXGBciJP90f05me3mza0sacIpqVqmiIQP3nJsBjnZHMmtijE5XwQ==",
"requires": {
"@octokit/openapi-types": "^5.2.1"
"@octokit/openapi-types": "^5.2.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.1",
"@octokit/rest": "^18.3.2",
"@types/semver": "^7.3.4",
"moment": "^2.29.1",
"semver": "^7.3.4"