diff --git a/package.json b/package.json index 32bc663..66f2dfc 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "bob-tsm": "^1.1.2", "c8": "^7.13.0", "concurrently": "^8.0.1", - "date-fns": "^2.29.3", + "date-fns": "^2.30.0", "esbuild": "^0.17.17", "execa": "^7.1.1", "ioredis": "^5.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d823a4..4fd65bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ devDependencies: specifier: ^8.0.1 version: 8.0.1 date-fns: - specifier: ^2.29.3 - version: 2.29.3 + specifier: ^2.30.0 + version: 2.30.0 esbuild: specifier: ^0.17.17 version: 0.17.17 @@ -1062,7 +1062,7 @@ packages: hasBin: true dependencies: chalk: 4.1.2 - date-fns: 2.29.3 + date-fns: 2.30.0 lodash: 4.17.21 rxjs: 7.8.0 shell-quote: 1.8.1 @@ -1134,9 +1134,11 @@ packages: array-find-index: 1.0.2 dev: true - /date-fns@2.29.3: - resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} + /date-fns@2.30.0: + resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} + dependencies: + '@babel/runtime': 7.21.0 dev: true /date-time@3.1.0: