diff --git a/example/package.json b/example/package.json index 94b682bc..428ca84a 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "firebase-admin": "^11.9.0", "next": "13.4.9", "next-absolute-url": "^1.2.2", - "next-firebase-auth": "1.0.0", + "next-firebase-auth": "1.0.2", "react": "18.2.0", "react-dom": "18.2.0", "react-firebaseui": "^6.0.0" diff --git a/example/yarn.lock b/example/yarn.lock index 853114f2..617ae1cd 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -2616,10 +2616,10 @@ next-absolute-url@^1.2.2: resolved "https://registry.yarnpkg.com/next-absolute-url/-/next-absolute-url-1.2.2.tgz#9aba5adcee8effcffd63271d99e13213ad04c23b" integrity sha512-Z2+LZXQTthhw2je9u4eq8QWXxXd57a6b54x9exBfQX4Dct6YxaMjcXZWNLHd9AOlCue84EsMpdSGP7wACqUnPg== -next-firebase-auth@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/next-firebase-auth/-/next-firebase-auth-1.0.0.tgz#c3c208ed04baedb830a39993693b31c352c979a9" - integrity sha512-ChBQqDgRzXiZ7qMKja/SQBqFIQ1i9YNXItBS51p+ozkp4PUJzkIwRQtjbZisi2HxboZhZXpkusH2yheWXOK6JA== +next-firebase-auth@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/next-firebase-auth/-/next-firebase-auth-1.0.2.tgz#4317be4a7ced87708d3e2440282f3618fe026d04" + integrity sha512-kbytYjlGZtULjZOJX+m5BDyQiIjnfN7DDFBPSz8Wzn4LkxBZI0pcucqHT/KbAkNT7Q7LpouBW5ODg6kyW9kUJg== dependencies: "@babel/runtime" "^7.22.6" cookies "^0.8.0"