Skip to content

Commit

Permalink
chore(deps): update dependency jsdom to v23.2.0 (#4902)
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 7, 2024
1 parent d334474 commit 4bc630d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 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.0.4",
"eslint-plugin-tailwindcss": "3.13.1",
"is-ci": "3.0.1",
"jsdom": "23.1.0",
"jsdom": "23.2.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.33",
"postcss-flexbugs-fixes": "5.0.2",
Expand Down
39 changes: 26 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ __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 @@ -9456,6 +9467,15 @@ __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 @@ -15235,10 +15255,11 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:23.1.0":
version: 23.1.0
resolution: "jsdom@npm:23.1.0"
"jsdom@npm:23.2.0":
version: 23.2.0
resolution: "jsdom@npm:23.2.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 @@ -15247,7 +15268,6 @@ __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 @@ -15265,7 +15285,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: 5740b2133f30b546d768cddbb3e5db82b7e9cc8ad2f97410fc32e7d85586accee4fe2d9280306018a417f63e4cb30e018d1c56759a0446fe34f1e4433669208a
checksum: b062af50f7be59d914ba75236b7817c848ef3cd007aea1d6b8020a41eb263b7d5bd2652298106e9756b56892f773d990598778d02adab7d0d0d8e58726fc41d3
languageName: node
linkType: hard

Expand Down Expand Up @@ -17834,7 +17854,7 @@ __metadata:
i18next: "npm:23.7.16"
is-ci: "npm:3.0.1"
jose: "npm:5.2.0"
jsdom: "npm:23.1.0"
jsdom: "npm:23.2.0"
ky: "npm:1.2.0"
next: "npm:14.0.4"
next-auth: "npm:4.24.5"
Expand Down Expand Up @@ -18171,13 +18191,6 @@ __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 4bc630d

Please sign in to comment.