Skip to content

Commit

Permalink
chore(deps): Bump @octokit/core from 5.1.0 to 6.0.1 (#126)
Browse files Browse the repository at this point in the history
Bumps [@octokit/core](https://github.com/octokit/core.js) from 5.1.0 to 6.0.1.
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.1.0...v6.0.1)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Oğuzhan Durgun <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent c0dc2dc commit be58707
Show file tree
Hide file tree
Showing 9 changed files with 19,447 additions and 2,129 deletions.
2 changes: 1 addition & 1 deletion __tests__/get-url-to-download.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

import {expect, test} from '@jest/globals'
import {Octokit} from '@octokit/core'
import {Octokit} from 'octokit'
import getURLToDownload from './../src/get-url-to-download'
import {createRunningEnvironment} from './test-utils.test'

Expand Down
2 changes: 1 addition & 1 deletion __tests__/get-version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0

import {expect, test} from '@jest/globals'
import {Octokit} from '@octokit/core'
import {Octokit} from 'octokit'
import getVersion from './../src/get-version'

test('test getVersion()', async () => {
Expand Down
Loading

0 comments on commit be58707

Please sign in to comment.