npm: added webview detector

This commit is contained in:
2024-03-07 13:18:44 +01:00
parent 3ba48fa259
commit eb0255ba73
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"daisyui": "^4.5.0",
"is-ua-webview": "^1.1.2",
"mongodb": "^6.3.0",
"next": "^14.0.2",
"next-auth": "^5.0.0-beta.4",
@@ -4803,6 +4804,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-ua-webview": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/is-ua-webview/-/is-ua-webview-1.1.2.tgz",
"integrity": "sha512-xX3WpvJGmT0EjmGRQxs4AgaBd4EWNr4lWCWGOgd40by6DWOQZN9RIOCsEaVp41crZqzWr8AsM+2x8UC2ZAuLPA=="
},
"node_modules/is-weakmap": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",

View File

@@ -18,6 +18,7 @@
"bcrypt": "^5.1.1",
"clsx": "^2.0.0",
"daisyui": "^4.5.0",
"is-ua-webview": "^1.1.2",
"mongodb": "^6.3.0",
"next": "^14.0.2",
"next-auth": "^5.0.0-beta.4",