Skip to content

Commit

Permalink
Bump the normal group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the normal group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `2.1.10` | `2.1.11` |
| [undici](https://github.com/nodejs/undici) | `6.19.8` | `6.20.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.3` | `17.11.1` |
| [globals](https://github.com/sindresorhus/globals) | `15.10.0` | `15.11.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |


Updates `@actions/artifact` from 2.1.10 to 2.1.11
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact)

Updates `undici` from 6.19.8 to 6.20.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.19.8...v6.20.1)

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

Updates `eslint-plugin-n` from 17.10.3 to 17.11.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.10.3...v17.11.1)

Updates `globals` from 15.10.0 to 15.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.10.0...v15.11.0)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: normal
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: normal
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: normal
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: normal
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: normal
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: normal
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent fb0b5cd commit b2db110
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 37 deletions.
55 changes: 24 additions & 31 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"test": "node ./test/index.js"
},
"dependencies": {
"@actions/artifact": "2.1.10",
"@actions/artifact": "2.1.11",
"@octokit/core": "6.1.2",
"@octokit/request": "9.1.3",
"@octokit/request-error": "6.1.5",
"tunnel": "0.0.6",
"undici": "6.19.8"
"undici": "6.20.1"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
Expand All @@ -22,13 +22,13 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/tunnel": "^0.0.7",
"eslint": "^9.12.0",
"eslint-plugin-n": "^17.10.3",
"globals": "^15.10.0",
"eslint-plugin-n": "^17.11.1",
"globals": "^15.11.0",
"rollup": "4.24.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": "^20.13.0 || >=22"
Expand Down

0 comments on commit b2db110

Please sign in to comment.