diff --git a/package-lock.json b/package-lock.json index 483cee8..6cd9ef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "cheerio": "^1.0.0", - "date-fns": "^2.29.3", + "date-fns": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^6.0.3", @@ -4178,15 +4178,12 @@ } }, "node_modules/date-fns": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", - "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", - "engines": { - "node": ">=0.11" - }, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debug": { diff --git a/package.json b/package.json index 3a63c51..66169fa 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/8-bit-sheep/jsonresume-theme-8-bit-sheep#readme", "dependencies": { "cheerio": "^1.0.0", - "date-fns": "^2.29.3", + "date-fns": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^6.0.3",