Skip to content

Commit 0b953fb

Browse files
fix(deps): update dependency @octokit/plugin-paginate-rest to v9 [security]
1 parent d7a93bd commit 0b953fb

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

packages/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@magickbase-website/shared": "workspace:^",
1414
"@octokit/graphql-schema": "^14.12.0",
1515
"@octokit/openapi-types": "^17.2.0",
16-
"@octokit/plugin-paginate-rest": "^6.1.2",
16+
"@octokit/plugin-paginate-rest": "^9.0.0",
1717
"@octokit/rest": "^19.0.11",
1818
"@radix-ui/react-accordion": "^1.1.2",
1919
"@radix-ui/react-dialog": "^1.0.4",

packages/neuron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@magickbase-website/shared": "workspace:^",
1717
"@octokit/graphql-schema": "^14.12.0",
1818
"@octokit/openapi-types": "^17.2.0",
19-
"@octokit/plugin-paginate-rest": "^6.1.2",
19+
"@octokit/plugin-paginate-rest": "^9.0.0",
2020
"@octokit/rest": "^19.0.11",
2121
"@radix-ui/react-accordion": "^1.1.2",
2222
"@radix-ui/react-dialog": "^1.0.4",

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@octokit/plugin-paginate-graphql": "^4.0.0",
12-
"@octokit/plugin-paginate-rest": "^6.1.2",
12+
"@octokit/plugin-paginate-rest": "^9.0.0",
1313
"@octokit/rest": "^19.0.11"
1414
},
1515
"devDependencies": {

yarn.lock

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,7 @@ __metadata:
23762376
"@magickbase-website/shared": "workspace:^"
23772377
"@octokit/graphql-schema": ^14.12.0
23782378
"@octokit/openapi-types": ^17.2.0
2379-
"@octokit/plugin-paginate-rest": ^6.1.2
2379+
"@octokit/plugin-paginate-rest": ^9.0.0
23802380
"@octokit/rest": ^19.0.11
23812381
"@radix-ui/react-accordion": ^1.1.2
23822382
"@radix-ui/react-dialog": ^1.0.4
@@ -2501,7 +2501,7 @@ __metadata:
25012501
"@magickbase-website/shared": "workspace:^"
25022502
"@octokit/graphql-schema": ^14.12.0
25032503
"@octokit/openapi-types": ^17.2.0
2504-
"@octokit/plugin-paginate-rest": ^6.1.2
2504+
"@octokit/plugin-paginate-rest": ^9.0.0
25052505
"@octokit/rest": ^19.0.11
25062506
"@radix-ui/react-accordion": ^1.1.2
25072507
"@radix-ui/react-dialog": ^1.0.4
@@ -2564,7 +2564,7 @@ __metadata:
25642564
"@magickbase-website/config": "workspace:^"
25652565
"@magickbase-website/eslint-config": "workspace:^"
25662566
"@octokit/plugin-paginate-graphql": ^4.0.0
2567-
"@octokit/plugin-paginate-rest": ^6.1.2
2567+
"@octokit/plugin-paginate-rest": ^9.0.0
25682568
"@octokit/rest": ^19.0.11
25692569
"@types/eslint": ^8.56.0
25702570
"@types/node": ^20.2.5
@@ -2921,6 +2921,13 @@ __metadata:
29212921
languageName: node
29222922
linkType: hard
29232923

2924+
"@octokit/openapi-types@npm:^20.0.0":
2925+
version: 20.0.0
2926+
resolution: "@octokit/openapi-types@npm:20.0.0"
2927+
checksum: 23ff7613750f8b5790a0cbed5a2048728a7909e50d726932831044908357a932c7fc0613fb7b86430a49d31b3d03a180632ea5dd936535bfbc1176391a199e96
2928+
languageName: node
2929+
linkType: hard
2930+
29242931
"@octokit/plugin-paginate-graphql@npm:^4.0.0":
29252932
version: 4.0.0
29262933
resolution: "@octokit/plugin-paginate-graphql@npm:4.0.0"
@@ -2942,6 +2949,17 @@ __metadata:
29422949
languageName: node
29432950
linkType: hard
29442951

2952+
"@octokit/plugin-paginate-rest@npm:^9.0.0":
2953+
version: 9.2.2
2954+
resolution: "@octokit/plugin-paginate-rest@npm:9.2.2"
2955+
dependencies:
2956+
"@octokit/types": ^12.6.0
2957+
peerDependencies:
2958+
"@octokit/core": 5
2959+
checksum: ea2a3ebf6abc128a1996c5ff7148ebe755ee2ed001aa0c1d3088d67a9d78b093d84820e3ec73bfb165ca8774943a1158afdae4cf7b90b0a07f12ebbe1d8a428b
2960+
languageName: node
2961+
linkType: hard
2962+
29452963
"@octokit/plugin-request-log@npm:^1.0.4":
29462964
version: 1.0.4
29472965
resolution: "@octokit/plugin-request-log@npm:1.0.4"
@@ -3007,6 +3025,15 @@ __metadata:
30073025
languageName: node
30083026
linkType: hard
30093027

3028+
"@octokit/types@npm:^12.6.0":
3029+
version: 12.6.0
3030+
resolution: "@octokit/types@npm:12.6.0"
3031+
dependencies:
3032+
"@octokit/openapi-types": ^20.0.0
3033+
checksum: 850235f425584499a2266d5c585c1c2462ae11e25c650567142f3342cb9ce589c8c8fed87705811ca93271fd28c68e1fa77b88b67b97015d7b63d269fa46ed05
3034+
languageName: node
3035+
linkType: hard
3036+
30103037
"@octokit/types@npm:^9.0.0, @octokit/types@npm:^9.2.3":
30113038
version: 9.2.3
30123039
resolution: "@octokit/types@npm:9.2.3"

0 commit comments

Comments
 (0)