Merge pull request #27 from TheBinaryNinja/renovate/user-agents-1.x

fix(deps): update dependency user-agents to ^1.1.477
This commit is contained in:
2025-03-16 20:51:45 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"playwright": "^1.51.0",
"user-agents": "^1.1.457"
"user-agents": "^1.1.477"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
@@ -847,9 +847,9 @@
}
},
"node_modules/user-agents": {
"version": "1.1.477",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.477.tgz",
"integrity": "sha512-DHZsLZB8GjuFKXPpAWMbzfwhiT8ZD0L9AhaBxZOu8Jx+sMR/htgQxvE6G/DNEgvJhE91A6Ut8pHCyTBd6PkMLg==",
"version": "1.1.478",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.1.478.tgz",
"integrity": "sha512-1y+jrE8RUG3lvEOhYlarDBRxZV9iF9dBFalGYgm+r9wzOGoiCNbLt2sSB56wsWI5UmhsKUP7vfP9iSGdgcyMOQ==",
"license": "BSD-2-Clause",
"dependencies": {
"lodash.clonedeep": "^4.5.0"

View File

@@ -66,7 +66,7 @@
],
"dependencies": {
"playwright": "^1.51.0",
"user-agents": "^1.1.457"
"user-agents": "^1.1.477"
},
"devDependencies": {
"@types/uuid": "^10.0.0",