diff --git a/package-lock.json b/package-lock.json index d818a24..947dd8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "date-fns": "^3.6.0", "date-fns-tz": "^3.1.3", "eslint-plugin-prettier": "^5.2.1", - "fathom-client": "^3.7.0", + "fathom-client": "^3.7.2", "next": "^14.2.4", "notion-to-md": "^3.1.1", "postcss-loader": "^8.1.1", @@ -7884,9 +7884,10 @@ } }, "node_modules/fathom-client": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/fathom-client/-/fathom-client-3.7.0.tgz", - "integrity": "sha512-lMEyR3lSThlkK69+f/16OEyuii743iJGcZ6aIUKT5qYH9lGi7ENTYwuxh5NWWYSO6qs57we01nLxncW8kegJlw==" + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/fathom-client/-/fathom-client-3.7.2.tgz", + "integrity": "sha512-sWtaNivhg7uwp/q1bUuIiNj4LeQZMEZ5NXXFFpZ8le4uDedAfQG84gPOdYehtVXbl+1yX2s8lmXZ2+IQ9a/xxA==", + "license": "MIT" }, "node_modules/file-entry-cache": { "version": "8.0.0", diff --git a/package.json b/package.json index ca17f81..fc94aef 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "date-fns": "^3.6.0", "date-fns-tz": "^3.1.3", "eslint-plugin-prettier": "^5.2.1", - "fathom-client": "^3.7.0", + "fathom-client": "^3.7.2", "next": "^14.2.4", "notion-to-md": "^3.1.1", "postcss-loader": "^8.1.1",