0

fix(deps): update dependency ua-parser-js to v1.0.39

This commit is contained in:
renovate[bot] 2024-09-17 08:06:38 +00:00 committed by GitHub
parent a914603245
commit 63f52dc2eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

11
web/package-lock.json generated
View File

@ -46,7 +46,7 @@
"regexpu-core": "^5.3.2",
"sanitize-html": "^2.11.0",
"sharp": "0.33.5",
"ua-parser-js": "1.0.38",
"ua-parser-js": "1.0.39",
"video.js": "^8.3.0",
"workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0",
@ -40281,9 +40281,9 @@
}
},
"node_modules/ua-parser-js": {
"version": "1.0.38",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.38.tgz",
"integrity": "sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==",
"version": "1.0.39",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.39.tgz",
"integrity": "sha512-k24RCVWlEcjkdOxYmVJgeD/0a1TiSpqLg+ZalVGV9lsnr4yqu0w7tX/x2xX6G4zpkgQnRf89lxuZ1wsbjXM8lw==",
"funding": [
{
"type": "opencollective",
@ -40299,6 +40299,9 @@
}
],
"license": "MIT",
"bin": {
"ua-parser-js": "script/cli.js"
},
"engines": {
"node": "*"
}

View File

@ -52,7 +52,7 @@
"regexpu-core": "^5.3.2",
"sanitize-html": "^2.11.0",
"sharp": "0.33.5",
"ua-parser-js": "1.0.38",
"ua-parser-js": "1.0.39",
"video.js": "^8.3.0",
"workbox-precaching": "^7.0.0",
"workbox-window": "^7.0.0",