Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group with 4 updates (#303)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [axe-core](https://github.com/dequelabs/axe-core), [dotenv](https://github.com/motdotla/dotenv) and [lint-staged](https://github.com/okonet/lint-staged).


Updates `@testing-library/jest-dom` from 6.4.1 to 6.4.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.1...v6.4.2)

Updates `axe-core` from 4.8.3 to 4.8.4
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.8.4/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.8.3...v4.8.4)

Updates `dotenv` from 16.4.1 to 16.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.1...v16.4.2)

Updates `lint-staged` from 15.2.1 to 15.2.2
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.1...v15.2.2)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 18d49d9 commit bbe4a44
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"axe-core": "^4.8.3",
"axe-core": "^4.8.4",
"check-node-version": "^4.2.1",
"dotenv": "^16.4.1",
"dotenv": "^16.4.2",
"eslint": "8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.0",
Expand All @@ -46,7 +46,7 @@
"husky": "^9.0.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"prettier": "3.2.5",
"sass": "^1.70.0",
Expand Down

0 comments on commit bbe4a44

Please sign in to comment.