chore: bump ua-parser

This commit is contained in:
Miodec 2024-07-22 16:56:50 +02:00
parent b9f9a01740
commit 8de977a45f
2 changed files with 5 additions and 4 deletions

View file

@ -52,7 +52,7 @@
"string-similarity": "4.0.4",
"swagger-stats": "0.99.5",
"swagger-ui-express": "4.3.0",
"ua-parser-js": "0.7.28",
"ua-parser-js": "0.7.33",
"uuid": "9.0.1",
"winston": "3.6.0"
},

7
package-lock.json generated
View file

@ -76,7 +76,7 @@
"string-similarity": "4.0.4",
"swagger-stats": "0.99.5",
"swagger-ui-express": "4.3.0",
"ua-parser-js": "0.7.28",
"ua-parser-js": "0.7.33",
"uuid": "9.0.1",
"winston": "3.6.0"
},
@ -26055,7 +26055,9 @@
}
},
"node_modules/ua-parser-js": {
"version": "0.7.28",
"version": "0.7.33",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.33.tgz",
"integrity": "sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==",
"funding": [
{
"type": "opencollective",
@ -26066,7 +26068,6 @@
"url": "https://paypal.me/faisalman"
}
],
"license": "MIT",
"engines": {
"node": "*"
}