From f3ccc73ff897a476b0ebb59414c863203fd1b85b Mon Sep 17 00:00:00 2001 From: keyan Date: Wed, 16 Aug 2023 12:57:53 -0500 Subject: [PATCH] more package bumps --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index abd98cc6..84d4c51e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,8 +44,8 @@ "mdast-util-to-string": "^4.0.0", "micromark-extension-gfm": "^3.0.0", "next": "^13.4.16", - "next-auth": "^4.23.0", - "next-plausible": "^3.10.1", + "next-auth": "^4.23.1", + "next-plausible": "^3.10.2", "next-seo": "^6.1.0", "node-s3-url-encode": "^0.0.4", "nodemailer": "^6.9.4", @@ -13522,9 +13522,9 @@ } }, "node_modules/next-auth": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.0.tgz", - "integrity": "sha512-RgukcJkBdvsJwEfA+B80Wcowvtgy6tk8KKWffb7CMCdzcLO4fCCA6aB6sp/DZ2I0ISvWGnbVcO5KXmlan71igw==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.1.tgz", + "integrity": "sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -13549,9 +13549,9 @@ } }, "node_modules/next-plausible": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.10.1.tgz", - "integrity": "sha512-3GyBQH+sUfovemgwvodx84djMlF/o+FoSPtCS2QVFNiJtwGFuhs6CQckMIv+VWdz9zERwZB2nJLJLmgV6aT/aA==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.10.2.tgz", + "integrity": "sha512-wByPThl9CwlX9sRdbsbuoxuXuDpe85F0htlpv1Gz2psuD8su4ux88VZrSuWKt5o2SfUoSkbTNjeB2jLdmvTPog==", "funding": { "url": "https://github.com/4lejandrito/next-plausible?sponsor=1" }, @@ -29094,9 +29094,9 @@ } }, "next-auth": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.0.tgz", - "integrity": "sha512-RgukcJkBdvsJwEfA+B80Wcowvtgy6tk8KKWffb7CMCdzcLO4fCCA6aB6sp/DZ2I0ISvWGnbVcO5KXmlan71igw==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.1.tgz", + "integrity": "sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -29110,9 +29110,9 @@ } }, "next-plausible": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.10.1.tgz", - "integrity": "sha512-3GyBQH+sUfovemgwvodx84djMlF/o+FoSPtCS2QVFNiJtwGFuhs6CQckMIv+VWdz9zERwZB2nJLJLmgV6aT/aA==" + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.10.2.tgz", + "integrity": "sha512-wByPThl9CwlX9sRdbsbuoxuXuDpe85F0htlpv1Gz2psuD8su4ux88VZrSuWKt5o2SfUoSkbTNjeB2jLdmvTPog==" }, "next-seo": { "version": "6.1.0", diff --git a/package.json b/package.json index 34232c9d..af012767 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "mdast-util-to-string": "^4.0.0", "micromark-extension-gfm": "^3.0.0", "next": "^13.4.16", - "next-auth": "^4.23.0", - "next-plausible": "^3.10.1", + "next-auth": "^4.23.1", + "next-plausible": "^3.10.2", "next-seo": "^6.1.0", "node-s3-url-encode": "^0.0.4", "nodemailer": "^6.9.4",