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 [stylelint](https://github.com/stylelint/stylelint).


Updates `@actions/artifact` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/[email protected]/packages/artifact)

Updates `stylelint` from 16.2.0 to 16.2.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.2.0...16.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent dd044a4 commit ed3e1a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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,7 +15,7 @@
"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.0",
"@actions/artifact": "^2.1.1",
"@actions/core": "^1.10.1",
"@annangela/eslint-config": "^5.0.2",
"@annangela/eslint-formatter-gha": "^1.1.4",
Expand Down Expand Up @@ -54,7 +54,7 @@
"postcss-selector-not": "^7.0.1",
"semver": "^7.5.4",
"simple-git": "^3.22.0",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.3.3",
"uglify-js": "^3.17.4",
Expand Down

0 comments on commit ed3e1a7

Please sign in to comment.