build(deps): bump user-agents from 1.1.388 to 1.1.457

This commit is contained in:
2025-02-21 17:17:50 -07:00
parent 233ac39a15
commit 79c9869e65
7 changed files with 13 additions and 11 deletions

7
node_modules/.package-lock.json generated vendored
View File

@@ -38,9 +38,10 @@
}
},
"node_modules/user-agents": {
"version": "1.1.388",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.388.tgz",
"integrity": "sha512-zsFa+jzuM+7DiB9es9iYL0fbPeN0Kc9Bor6PcNwKN1X46yHus3oXrH3RTyJ1CsVxQpzG9iXdU3V3Io0FboFvhQ==",
"version": "1.1.457",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.457.tgz",
"integrity": "sha512-hQvZvQYUiaeAmq0qP71DRnxTd8lLkyokP/MOgN/klwnQoCECQJjVpXH901fb3JXda9qwLIFfmmPbaO18+3zovg==",
"license": "BSD-2-Clause",
"dependencies": {
"lodash.clonedeep": "^4.5.0"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "user-agents",
"version": "1.1.388",
"version": "1.1.457",
"description": "A JavaScript library for generating random user agents. ",
"main": "dist/index.js",
"repository": "git@github.com:intoli/user-agents.git",

Binary file not shown.

9
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"playwright": "^1.49.1",
"user-agents": "^1.1.388"
"user-agents": "^1.1.457"
},
"engines": {
"node": ">=20"
@@ -63,9 +63,10 @@
}
},
"node_modules/user-agents": {
"version": "1.1.388",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.388.tgz",
"integrity": "sha512-zsFa+jzuM+7DiB9es9iYL0fbPeN0Kc9Bor6PcNwKN1X46yHus3oXrH3RTyJ1CsVxQpzG9iXdU3V3Io0FboFvhQ==",
"version": "1.1.457",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.457.tgz",
"integrity": "sha512-hQvZvQYUiaeAmq0qP71DRnxTd8lLkyokP/MOgN/klwnQoCECQJjVpXH901fb3JXda9qwLIFfmmPbaO18+3zovg==",
"license": "BSD-2-Clause",
"dependencies": {
"lodash.clonedeep": "^4.5.0"
}

View File

@@ -57,7 +57,7 @@
],
"dependencies": {
"playwright": "^1.49.1",
"user-agents": "^1.1.388"
"user-agents": "^1.1.457"
},
"engines": {
"node": ">=20"