diff --git a/package.json b/package.json index 4778738..1b13d8c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "babel-plugin-module-resolver": "^4.0.0", "bootstrap": "^4.5.0", - "date-fns": "^2.15.0", + "date-fns": "^2.22.1", "gray-matter": "^4.0.2", "isomorphic-unfetch": "^3.0.0", "next": "^9.5.1", diff --git a/yarn.lock b/yarn.lock index 042722f..ca44abd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2374,10 +2374,10 @@ data-uri-to-buffer@3.0.0: dependencies: buffer-from "^1.1.1" -date-fns@^2.15.0: - version "2.15.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.15.0.tgz#424de6b3778e4e69d3ff27046ec136af58ae5d5f" - integrity sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ== +date-fns@^2.22.1: + version "2.22.1" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4" + integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg== debug@^2.2.0, debug@^2.3.3: version "2.6.9"