1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-21 03:11:27 +02:00

[deps] Tools: Update jsdom to v24.1.3 (#10747)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-28 10:55:36 +02:00 committed by GitHub
parent 29fb3937a9
commit a49f110fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 7 deletions

View File

@ -66,7 +66,7 @@
"form-data": "4.0.0",
"https-proxy-agent": "7.0.2",
"inquirer": "8.2.6",
"jsdom": "24.1.1",
"jsdom": "24.1.3",
"jszip": "3.10.1",
"koa": "2.15.0",
"koa-bodyparser": "4.4.1",

14
package-lock.json generated
View File

@ -43,7 +43,7 @@
"https-proxy-agent": "7.0.2",
"inquirer": "8.2.6",
"jquery": "3.7.1",
"jsdom": "24.1.1",
"jsdom": "24.1.3",
"jszip": "3.10.1",
"koa": "2.15.0",
"koa-bodyparser": "4.4.1",
@ -209,7 +209,7 @@
"form-data": "4.0.0",
"https-proxy-agent": "7.0.2",
"inquirer": "8.2.6",
"jsdom": "24.1.1",
"jsdom": "24.1.3",
"jszip": "3.10.1",
"koa": "2.15.0",
"koa-bodyparser": "4.4.1",
@ -22754,9 +22754,10 @@
}
},
"node_modules/jsdom": {
"version": "24.1.1",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.1.tgz",
"integrity": "sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==",
"version": "24.1.3",
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.3.tgz",
"integrity": "sha512-MyL55p3Ut3cXbeBEG7Hcv0mVM8pp8PBNWxRqchZnSfAiES1v1mRnMeFfaHWIPULpwsYfvO+ZmMZz5tGCnjzDUQ==",
"license": "MIT",
"dependencies": {
"cssstyle": "^4.0.1",
"data-urls": "^5.0.0",
@ -22796,6 +22797,7 @@
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4"
},
@ -22807,6 +22809,7 @@
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
"license": "MIT",
"dependencies": {
"agent-base": "^7.1.0",
"debug": "^4.3.4"
@ -22819,6 +22822,7 @@
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"debug": "4"

View File

@ -176,7 +176,7 @@
"https-proxy-agent": "7.0.2",
"inquirer": "8.2.6",
"jquery": "3.7.1",
"jsdom": "24.1.1",
"jsdom": "24.1.3",
"jszip": "3.10.1",
"koa": "2.15.0",
"koa-bodyparser": "4.4.1",