Skip to content

Commit

Permalink
build(deps-dev): bump jest-transform-css from 6.0.1 to 6.0.2 (#1735)
Browse files Browse the repository at this point in the history
Bumps [jest-transform-css](https://github.com/dferber90/jest-transform-css) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/dferber90/jest-transform-css/releases)
- [Commits](https://github.com/dferber90/jest-transform-css/commits)

---
updated-dependencies:
- dependency-name: jest-transform-css
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jessica Brentnall <[email protected]>
  • Loading branch information
dependabot[bot] and wordshaker authored Jan 8, 2025
1 parent 0647046 commit d15d81c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 37 deletions.
30 changes: 8 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-transform-css": "^6.0.1",
"jest-transform-css": "^6.0.2",
"next-compose-plugins": "^2.2.1",
"pa11y-ci": "^3.1.0",
"prettier": "^3.4.2",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3775,15 +3775,6 @@ create-jest@^29.7.0:
jest-util "^29.7.0"
prompts "^2.0.1"

[email protected]:
version "7.0.3"
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
which "^2.0.1"

cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
version "7.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
Expand Down Expand Up @@ -6147,13 +6138,13 @@ jest-snapshot@^29.7.0:
pretty-format "^29.7.0"
semver "^7.5.3"

jest-transform-css@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/jest-transform-css/-/jest-transform-css-6.0.1.tgz"
integrity sha512-i78Pi2MW6vcdsUFSRx1kPbjbEIO0pBWwh1Y+PcDrLwTv/6e5p7fzsV/gxFW/SYMHS8DUvMdRVTwVCkA/y+t0iQ==
jest-transform-css@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/jest-transform-css/-/jest-transform-css-6.0.2.tgz#53fe5728113a75499d83b8624a5968e7ff84628c"
integrity sha512-lT+8PzgsRivRT1SWHvkJPeYhDk7nffyZZOgpp+mPAt+25djBp1ensSOeyaO7QWucVqPzBFyDU++syRDOf52H0w==
dependencies:
common-tags "1.8.2"
cross-spawn "7.0.3"
cross-spawn "^7.0.6"
postcss-load-config "4.0.1"
postcss-modules "4.3.1"
style-inject "0.3.0"
Expand Down

0 comments on commit d15d81c

Please sign in to comment.