Skip to content

Commit f31ab0e

Browse files
authored
Merge branch 'main' into renovate/nock-14.x
2 parents 1be19ba + c3738d6 commit f31ab0e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"js-yaml": "^4.1.0"
1515
},
1616
"devDependencies": {
17-
"@octokit/rest": "^19.0.0",
17+
"@octokit/rest": "^21.0.0",
1818
"mocha": "^10.0.0",
1919
"sinon": "^20.0.0"
2020
}

.github/workflows/issues-no-repro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pull-requests: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
1717
- run: npm install

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"express": "^4.17.1",
2121
"googleapis": "^150.0.1",
2222
"googleapis-common": "^8.0.2-rc.0",
23-
"nconf": "^0.12.0",
23+
"nconf": "^0.13.0",
2424
"open": "^8.0.0",
2525
"server-destroy": "^1.0.1",
2626
"uuid": "^10.0.0"

0 commit comments

Comments
 (0)