Skip to content

Commit

Permalink
Bump the npm-production group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm-production group with 4 updates: [@octokit/core](https://github.com/octokit/core.js), [@types/figlet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/figlet), [@types/proxyquire](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proxyquire) and [yaml](https://github.com/eemeli/yaml).


Updates `@octokit/core` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v5.0.1...v5.0.2)

Updates `@types/figlet` from 1.5.7 to 1.5.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/figlet)

Updates `@types/proxyquire` from 1.3.30 to 1.3.31
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proxyquire)

Updates `yaml` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.3.3...v2.3.4)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@types/figlet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: "@types/proxyquire"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent e165bc3 commit 40c0c2a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
28 changes: 16 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/core": "^5.0.1",
"@types/figlet": "^1.5.7",
"@octokit/core": "^5.0.2",
"@types/figlet": "^1.5.8",
"@types/node": "^20.8.10",
"@types/proxyquire": "^1.3.30",
"@types/proxyquire": "^1.3.31",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
Expand All @@ -90,7 +90,7 @@
"proxyquire": "^2.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"yaml": "^2.3.2"
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/chai": "^4.3.11",
Expand Down

0 comments on commit 40c0c2a

Please sign in to comment.