Skip to content

Commit

Permalink
chore(deps): update dependency jsdom to v24 (#4967)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2024
1 parent 85c36df commit 8491f12
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"eslint-config-next": "14.1.0",
"eslint-plugin-tailwindcss": "3.14.0",
"is-ci": "3.0.1",
"jsdom": "23.2.0",
"jsdom": "24.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.33",
"postcss-flexbugs-fixes": "5.0.2",
Expand Down
39 changes: 13 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@ __metadata:
languageName: node
linkType: hard

"@asamuzakjp/dom-selector@npm:^2.0.1":
version: 2.0.1
resolution: "@asamuzakjp/dom-selector@npm:2.0.1"
dependencies:
bidi-js: "npm:^1.0.3"
css-tree: "npm:^2.3.1"
is-potential-custom-element-name: "npm:^1.0.1"
checksum: 232895f16f2f9dfc637764df2529084d16e1c122057766a79b16e1d40808e09fffae28c0f0cc8376f8a1564a85dba9d4b2f140a9a0b65f4f95c960192b797037
languageName: node
linkType: hard

"@aw-web-design/x-default-browser@npm:1.4.126":
version: 1.4.126
resolution: "@aw-web-design/x-default-browser@npm:1.4.126"
Expand Down Expand Up @@ -9498,15 +9487,6 @@ __metadata:
languageName: node
linkType: hard

"bidi-js@npm:^1.0.3":
version: 1.0.3
resolution: "bidi-js@npm:1.0.3"
dependencies:
require-from-string: "npm:^2.0.2"
checksum: fdddea4aa4120a34285486f2267526cd9298b6e8b773ad25e765d4f104b6d7437ab4ba542e6939e3ac834a7570bcf121ee2cf6d3ae7cd7082c4b5bedc8f271e1
languageName: node
linkType: hard

"big-integer@npm:^1.6.44":
version: 1.6.51
resolution: "big-integer@npm:1.6.51"
Expand Down Expand Up @@ -15284,11 +15264,10 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:23.2.0":
version: 23.2.0
resolution: "jsdom@npm:23.2.0"
"jsdom@npm:24.0.0":
version: 24.0.0
resolution: "jsdom@npm:24.0.0"
dependencies:
"@asamuzakjp/dom-selector": "npm:^2.0.1"
cssstyle: "npm:^4.0.1"
data-urls: "npm:^5.0.0"
decimal.js: "npm:^10.4.3"
Expand All @@ -15297,6 +15276,7 @@ __metadata:
http-proxy-agent: "npm:^7.0.0"
https-proxy-agent: "npm:^7.0.2"
is-potential-custom-element-name: "npm:^1.0.1"
nwsapi: "npm:^2.2.7"
parse5: "npm:^7.1.2"
rrweb-cssom: "npm:^0.6.0"
saxes: "npm:^6.0.0"
Expand All @@ -15314,7 +15294,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: b062af50f7be59d914ba75236b7817c848ef3cd007aea1d6b8020a41eb263b7d5bd2652298106e9756b56892f773d990598778d02adab7d0d0d8e58726fc41d3
checksum: 7b35043d7af39ad6dcaef0fa5679d8c8a94c6c9b6cc4a79222b7c9987d57ab7150c50856684ae56b473ab28c7d82aec0fb7ca19dcbd4c3f46683c807d717a3af
languageName: node
linkType: hard

Expand Down Expand Up @@ -17882,7 +17862,7 @@ __metadata:
i18next: "npm:23.7.18"
is-ci: "npm:3.0.1"
jose: "npm:5.2.0"
jsdom: "npm:23.2.0"
jsdom: "npm:24.0.0"
ky: "npm:1.2.0"
next: "npm:14.1.0"
next-auth: "npm:4.24.5"
Expand Down Expand Up @@ -18219,6 +18199,13 @@ __metadata:
languageName: node
linkType: hard

"nwsapi@npm:^2.2.7":
version: 2.2.7
resolution: "nwsapi@npm:2.2.7"
checksum: 44be198adae99208487a1c886c0a3712264f7bbafa44368ad96c003512fed2753d4e22890ca1e6edb2690c3456a169f2a3c33bfacde1905cf3bf01c7722464db
languageName: node
linkType: hard

"oauth@npm:^0.9.15":
version: 0.9.15
resolution: "oauth@npm:0.9.15"
Expand Down

0 comments on commit 8491f12

Please sign in to comment.