Skip to content

Commit d4f966e

Browse files
Bump date-fns from 3.6.0 to 4.1.0 (#185)
Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](date-fns/date-fns@v3.6.0...v4.1.0) --- updated-dependencies: - dependency-name: date-fns dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfa4bba commit d4f966e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@mdx-js/react": "^3.0.0",
5959
"classnames": "^2.3.1",
6060
"clsx": "^2.1.1",
61-
"date-fns": "^3.6.0",
61+
"date-fns": "^4.1.0",
6262
"dotenv": "^16.4.5",
6363
"highlightjs-terraform": "https://github.com/highlightjs/highlightjs-terraform#eb1b9661e143a43dff6b58b391128ce5cdad31d4",
6464
"lowlight": "^3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5888,10 +5888,10 @@ cwd@^0.10.0:
58885888
find-pkg "^0.1.2"
58895889
fs-exists-sync "^0.1.0"
58905890

5891-
date-fns@^3.6.0:
5892-
version "3.6.0"
5893-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf"
5894-
integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==
5891+
date-fns@^4.1.0:
5892+
version "4.1.0"
5893+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
5894+
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
58955895

58965896
debounce@^1.2.1:
58975897
version "1.2.1"

0 commit comments

Comments
 (0)