Skip to content

Commit

Permalink
chore(deps): Bump @types/lodash from 4.14.158 to 4.17.14 (#170)
Browse files Browse the repository at this point in the history
* chore(deps): Bump @types/lodash from 4.14.158 to 4.17.14

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.158 to 4.17.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): Bump @types/lodash from 4.14.158 to 4.17.14

Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.158 to 4.17.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: error

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ElderMatt <18527012+ElderMatt@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ElderMatt authored Jan 14, 2025
1 parent 0da8ffa commit 31ab0d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/chai": "4.2.22",
"@types/chai-as-promised": "7.1.3",
"@types/express": "4.17.7",
"@types/lodash": "4.14.158",
"@types/lodash": "4.17.14",
"@types/lowdb": "1.0.9",
"@types/mocha": "9.0.0",
"@types/node": "16.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/operator/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ async function upsertTeam(
return doApiCall(
errors,
`Updating team "${teamOption.name}" in org "${organizationName}"`,
() => orgApi.orgEditTeam(existingTeam!.id!, teamOption),
() => orgApi.orgEditTeam(existingTeam.id!, teamOption),
422,
)
}
Expand Down

0 comments on commit 31ab0d9

Please sign in to comment.