Skip to content

Commit a7fa2db

Browse files
Bump the non-breaking-changes group across 1 directory with 5 updates
Bumps the non-breaking-changes group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `2.1.8` | `2.1.10` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `1.11.1` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.2` | | [nock](https://github.com/nock/nock) | `13.5.4` | `13.5.5` | | [undici](https://github.com/nodejs/undici) | `6.19.2` | `6.19.8` | Updates `@actions/artifact` from 2.1.8 to 2.1.10 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `@actions/core` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@vercel/ncc` from 0.38.1 to 0.38.2 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.1...0.38.2) Updates `nock` from 13.5.4 to 13.5.5 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.5.4...v13.5.5) Updates `undici` from 6.19.2 to 6.19.8 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.19.2...v6.19.8) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 854d7aa commit a7fa2db

File tree

2 files changed

+40
-27
lines changed

2 files changed

+40
-27
lines changed

package-lock.json

Lines changed: 35 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"description": "Deploy an actions artifact to GitHub Pages",
55
"main": "./dist/index.js",
66
"dependencies": {
7-
"@actions/artifact": "^2.1.8",
8-
"@actions/core": "^1.10.1",
7+
"@actions/artifact": "^2.1.10",
8+
"@actions/core": "^1.11.1",
99
"@actions/github": "^6.0.0",
1010
"@octokit/request-error": "^5.0.1",
1111
"http-status-messages": "^1.1.0"
1212
},
1313
"devDependencies": {
14-
"@vercel/ncc": "^0.38.1",
14+
"@vercel/ncc": "^0.38.2",
1515
"eslint": "^8.57.0",
1616
"eslint-config-prettier": "^9.1.0",
1717
"eslint-plugin-github": "^4.10.2",
1818
"jest": "^29.7.0",
1919
"make-coverage-badge": "^1.2.0",
20-
"nock": "^13.5.4",
20+
"nock": "^13.5.5",
2121
"prettier": "^3.3.3",
22-
"undici": "^6.19.2"
22+
"undici": "^6.19.8"
2323
},
2424
"scripts": {
2525
"all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge",

0 commit comments

Comments
 (0)