Skip to content

Commit

Permalink
npm(deps): bump the npm group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm group with 2 updates: [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) and [@csstools/postcss-media-minmax](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-media-minmax).


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

Updates `@csstools/postcss-media-minmax` from 1.1.7 to 1.1.8
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-media-minmax/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-media-minmax)

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@csstools/postcss-media-minmax"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 7, 2024
1 parent 64c79af commit e0cc491
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"ci": "export RANDOM_UUID=$(uuidgen) && rm -rdf node_modules && node scripts/ci/before.js && npm ci && node scripts/ci/after.js"
},
"dependencies": {
"@actions/artifact": "^2.1.7",
"@actions/artifact": "^2.1.8",
"@actions/core": "^1.10.1",
"@annangela/eslint-config": "^5.2.0",
"@annangela/eslint-formatter-gha": "^1.1.4",
"@annangela/eslint-plugin-prefer-reflect": "^2.2.2",
"@csstools/postcss-is-pseudo-class": "^4.0.8",
"@csstools/postcss-media-minmax": "^1.1.7",
"@csstools/postcss-media-minmax": "^1.1.8",
"@octokit/auth-action": "^5.1.1",
"@octokit/auth-app": "^7.1.0",
"@octokit/auth-unauthenticated": "^6.1.0",
Expand Down

0 comments on commit e0cc491

Please sign in to comment.