diff --git a/package-lock.json b/package-lock.json index 9aeb81d..1c3da12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 1c89582..e64b394 100644 --- a/package.json +++ b/package.json @@ -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",