Skip to content

Commit

Permalink
chore(deps-dev): bump jsdom from 24.1.1 to 25.0.0 in /ui (#405)
Browse files Browse the repository at this point in the history
Bumps [jsdom](https://github.com/jsdom/jsdom) from 24.1.1 to 25.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@24.1.1...25.0.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 78f1a38 commit e42d312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"globals": "^15.9.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jsdom": "^24.1.1",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"sass": "^1.77.8",
Expand Down
10 changes: 5 additions & 5 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9239,9 +9239,9 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:^24.1.1":
version: 24.1.1
resolution: "jsdom@npm:24.1.1"
"jsdom@npm:^25.0.0":
version: 25.0.0
resolution: "jsdom@npm:25.0.0"
dependencies:
cssstyle: "npm:^4.0.1"
data-urls: "npm:^5.0.0"
Expand Down Expand Up @@ -9269,7 +9269,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: 10/7b6e1ea1f02b75c388f4c833d4da710e252f8a3efc7093ae018b643a414e3f19d4c588e34feb1f484ae1ee70f2501bbcc8ccc9c6377e480706f9b69db22f0579
checksum: 10/f07271fe3922458885540b4dd9fb6170a11059f3128ec3cec2688c5c10fde5ca2e8ddcc207fff540e21dfaf592fae6a791c3359038ba4d116250dd3258fbd8cb
languageName: node
linkType: hard

Expand Down Expand Up @@ -12344,7 +12344,7 @@ __metadata:
i18next: "npm:^23.14.0"
i18next-browser-languagedetector: "npm:^8.0.0"
jest: "npm:^29.7.0"
jsdom: "npm:^24.1.1"
jsdom: "npm:^25.0.0"
lint-staged: "npm:^15.2.9"
lodash: "npm:^4.17.21"
mapbox-gl-style-switcher: "npm:^1.0.11"
Expand Down

0 comments on commit e42d312

Please sign in to comment.