deps: bump @octokit/plugin-throttling from 8.1.2 to 8.1.3 (#873)
Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 8.1.2 to 8.1.3. - [Release notes](https://github.com/octokit/plugin-throttling.js/releases) - [Commits](https://github.com/octokit/plugin-throttling.js/compare/v8.1.2...v8.1.3) --- updated-dependencies: - dependency-name: "@octokit/plugin-throttling" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 11, 2023 at 11:36 UTC
8c2c26634484ef266b6f9eff75fed239b5c453ef
1 file changed
+11
-11
package-lock.json
+11
-11
@@ -6845,9 +6845,9 @@
6845
}
6846
},
6847
"node_modules/@octokit/openapi-types": {
6848
- "version": "19.0.0",
6849
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.0.0.tgz",
6850
- "integrity": "sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw=="
6848
+ "version": "19.1.0",
6849
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.1.0.tgz",
6850
+ "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw=="
6851
},
6852
"node_modules/@octokit/plugin-paginate-rest": {
6853
"version": "9.0.0",
@@ -6905,11 +6905,11 @@
6905
}
6906
},
6907
"node_modules/@octokit/plugin-throttling": {
6908
- "version": "8.1.2",
6909
- "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.1.2.tgz",
6910
- "integrity": "sha512-oFba+ioR6HGb0fgqxMta7Kpk/MdffUTuUxNY856l1nXPvh7Qggp8w4AksRx1SDA8SGd+4cbrpkY4k1J/Xz8nZQ==",
6908
+ "version": "8.1.3",
6909
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.1.3.tgz",
6910
+ "integrity": "sha512-pfyqaqpc0EXh5Cn4HX9lWYsZ4gGbjnSmUILeu4u2gnuM50K/wIk9s1Pxt3lVeVwekmITgN/nJdoh43Ka+vye8A==",
6911
"dependencies": {
6912
- "@octokit/types": "^12.0.0",
6912
+ "@octokit/types": "^12.2.0",
6913
"bottleneck": "^2.15.3"
6914
},
6915
"engines": {
@@ -6968,11 +6968,11 @@
6968
"dev": true
6969
},
6970
"node_modules/@octokit/types": {
6971
- "version": "12.0.0",
6972
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.0.0.tgz",
6973
- "integrity": "sha512-EzD434aHTFifGudYAygnFlS1Tl6KhbTynEWELQXIbTY8Msvb5nEqTZIm7sbPEt4mQYLZwu3zPKVdeIrw0g7ovg==",
6971
+ "version": "12.4.0",
6972
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.4.0.tgz",
6973
+ "integrity": "sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==",
6974
"dependencies": {
6975
- "@octokit/openapi-types": "^19.0.0"
6975
+ "@octokit/openapi-types": "^19.1.0"
6976
}
6977
},
6978
"node_modules/@oddbird/popover-polyfill": {