Skip to content

Commit b801cb2

Browse files
committed
Merge branch 'main' into refactor_a_lot
2 parents 323305d + de5e5ae commit b801cb2

File tree

4 files changed

+379
-375
lines changed

4 files changed

+379
-375
lines changed

.dep-stats.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
33
"@apideck/better-ajv-errors": "^0.3.6",
4-
"@cyclonedx/cdxgen": "^11.1.7",
4+
"@cyclonedx/cdxgen": "^11.1.8",
55
"@npmcli/promise-spawn": "^8.0.2",
6-
"@octokit/rest": "^21.1.0",
6+
"@octokit/rest": "^21.1.1",
77
"@socketregistry/hyrious__bun.lockb": "^1.0.12",
88
"@socketregistry/indent-string": "^1.0.9",
99
"@socketregistry/is-interactive": "^1.0.1",
@@ -30,7 +30,7 @@
3030
"synp": "^1.9.14",
3131
"terminal-link": "2.1.1",
3232
"tiny-updater": "^3.5.3",
33-
"tinyglobby": "^0.2.10",
33+
"tinyglobby": "^0.2.11",
3434
"which": "^5.0.0",
3535
"yaml": "^2.7.0",
3636
"yargs-parser": "^21.1.1",
@@ -39,15 +39,15 @@
3939
"devDependencies": {},
4040
"esm": {
4141
"@octokit/auth-token": "^5.0.0",
42-
"@octokit/core": "^6.1.3",
43-
"@octokit/endpoint": "^10.0.0",
42+
"@octokit/core": "^6.1.4",
43+
"@octokit/endpoint": "^10.1.3",
4444
"@octokit/graphql": "^8.1.2",
45-
"@octokit/plugin-paginate-rest": "^11.4.0",
45+
"@octokit/plugin-paginate-rest": "^11.4.2",
4646
"@octokit/plugin-request-log": "^5.3.1",
4747
"@octokit/plugin-rest-endpoint-methods": "^13.3.0",
4848
"@octokit/request": "^9.1.4",
49-
"@octokit/request-error": "^6.0.1",
50-
"@octokit/rest": "^21.1.0",
49+
"@octokit/request-error": "^6.1.7",
50+
"@octokit/rest": "^21.1.1",
5151
"before-after-hook": "^3.0.2",
5252
"bundle-name": "^4.1.0",
5353
"default-browser": "^5.2.1",
@@ -81,7 +81,7 @@
8181
"pony-cause": "^2.1.11",
8282
"simple-git": "^3.27.0",
8383
"terminal-link": "2.1.1",
84-
"tinyglobby": "^0.2.10",
84+
"tinyglobby": "^0.2.11",
8585
"which": "^5.0.0",
8686
"yargs-parser": "^21.1.1",
8787
"yoctocolors-cjs": "^2.1.2"

.ncurc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"loglevel": "minimal",
3-
"reject": ["has-flag", "terminal-link", "typescript"],
3+
"reject": ["eslint-plugin-unicorn", "has-flag", "terminal-link", "typescript"],
44
"upgrade": true
55
}

0 commit comments

Comments
 (0)