mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
fix: update ua-parser
This commit is contained in:
parent
a27ca46b1d
commit
106e36338f
2 changed files with 8 additions and 8 deletions
14
client/package-lock.json
generated
14
client/package-lock.json
generated
|
@ -16781,11 +16781,11 @@
|
|||
}
|
||||
},
|
||||
"react-device-detect": {
|
||||
"version": "1.17.0",
|
||||
"resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-1.17.0.tgz",
|
||||
"integrity": "sha512-bBblIStwpHmoS281JFIVqeimcN3LhpoP5YKDWzxQdBIUP8S2xPvHDgizLDhUq2ScguLfVPmwfF5y268EEQR60w==",
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-2.2.2.tgz",
|
||||
"integrity": "sha512-zSN1gIAztUekp5qUT/ybHwQ9fmOqVT1psxpSlTn1pe0CO+fnJHKRLOWWac5nKxOxvOpD/w84hk1I+EydrJp7SA==",
|
||||
"requires": {
|
||||
"ua-parser-js": "^0.7.24"
|
||||
"ua-parser-js": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"react-dom": {
|
||||
|
@ -20128,9 +20128,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"ua-parser-js": {
|
||||
"version": "0.7.31",
|
||||
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz",
|
||||
"integrity": "sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ=="
|
||||
"version": "1.0.33",
|
||||
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.33.tgz",
|
||||
"integrity": "sha512-RqshF7TPTE0XLYAqmjlu5cLLuGdKrNu9O1KLA/qp39QtbZwuzwv1dT46DZSopoUMsYgXpB3Cv8a03FI8b74oFQ=="
|
||||
},
|
||||
"umd": {
|
||||
"version": "3.0.3",
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
"maplibre-gl": "^1.14.0",
|
||||
"query-string": "^7.1.3",
|
||||
"react": "^17.0.2",
|
||||
"react-device-detect": "^1.17.0",
|
||||
"react-device-detect": "^2.2.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-intl": "^5.24.7",
|
||||
|
|
Loading…
Add table
Reference in a new issue