Skip to content

Commit 83c2f7c

Browse files
Bump the npm-production group across 1 directory with 5 updates
Bumps the npm-production group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `2.3.1` | `2.3.2` | | [@code-pushup/ci](https://github.com/code-pushup/cli/tree/HEAD/packages/ci) | `0.65.1` | `0.65.2` | | [@code-pushup/models](https://github.com/code-pushup/cli/tree/HEAD/packages/models) | `0.65.1` | `0.65.2` | | [@code-pushup/utils](https://github.com/code-pushup/cli/tree/HEAD/packages/utils) | `0.65.1` | `0.65.2` | | [yaml](https://github.com/eemeli/yaml) | `2.7.0` | `2.7.1` | Updates `@actions/artifact` from 2.3.1 to 2.3.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) Updates `@code-pushup/ci` from 0.65.1 to 0.65.2 - [Release notes](https://github.com/code-pushup/cli/releases) - [Changelog](https://github.com/code-pushup/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/code-pushup/cli/commits/v0.65.2/packages/ci) Updates `@code-pushup/models` from 0.65.1 to 0.65.2 - [Release notes](https://github.com/code-pushup/cli/releases) - [Changelog](https://github.com/code-pushup/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/code-pushup/cli/commits/v0.65.2/packages/models) Updates `@code-pushup/utils` from 0.65.1 to 0.65.2 - [Release notes](https://github.com/code-pushup/cli/releases) - [Changelog](https://github.com/code-pushup/cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/code-pushup/cli/commits/v0.65.2/packages/utils) Updates `yaml` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: "@code-pushup/ci" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: "@code-pushup/models" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: "@code-pushup/utils" 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] <support@github.com>
1 parent 5b58a9c commit 83c2f7c

File tree

2 files changed

+167
-26
lines changed

2 files changed

+167
-26
lines changed

package-lock.json

Lines changed: 162 additions & 21 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
@@ -77,17 +77,17 @@
7777
]
7878
},
7979
"dependencies": {
80-
"@actions/artifact": "^2.3.1",
80+
"@actions/artifact": "^2.3.2",
8181
"@actions/core": "^1.11.1",
8282
"@actions/exec": "^1.1.1",
8383
"@actions/github": "^6.0.0",
84-
"@code-pushup/ci": "^0.65.1",
85-
"@code-pushup/models": "^0.65.1",
86-
"@code-pushup/utils": "^0.65.1",
84+
"@code-pushup/ci": "^0.65.2",
85+
"@code-pushup/models": "^0.65.2",
86+
"@code-pushup/utils": "^0.65.2",
8787
"better-enums": "^0.2.2",
8888
"fast-glob": "^3.3.3",
8989
"simple-git": "^3.27.0",
90-
"yaml": "^2.7.0"
90+
"yaml": "^2.7.1"
9191
},
9292
"devDependencies": {
9393
"@code-pushup/cli": "^0.65.1",

0 commit comments

Comments
 (0)