From 9a85e6d737b8f5211054d19932dd92676a1175ce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jun 2022 12:50:10 +0000 Subject: [PATCH] fix(deps): update dependency dateformat to v5 --- .../package.json | 4 ++-- pnpm-lock.yaml | 17 +++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index b3e160a4e9..b3a8ecc73a 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -39,7 +39,7 @@ "@types/dragula": "^3.7.1", "@types/lodash": "^4.14.182", "@types/prop-types": "^15.7.5", - "dateformat": "^4.6.3", + "dateformat": "^5.0.3", "hex-rgba": "^1.0.2", "immutable": "^4.1.0", "javascript-stringify": "^2.1.0", @@ -62,7 +62,7 @@ "@babel/preset-react": "^7.17.12", "@babel/preset-typescript": "^7.17.12", "@redux-devtools/core": "^3.13.1", - "@types/dateformat": "^3.0.1", + "@types/dateformat": "^5.0.0", "@types/hex-rgba": "^1.0.1", "@types/history": "^4.7.11", "@types/lodash.debounce": "^4.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2cc8fc3798..c528732988 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1190,7 +1190,7 @@ importers: '@babel/preset-typescript': ^7.17.12 '@babel/runtime': ^7.18.3 '@redux-devtools/core': ^3.13.1 - '@types/dateformat': ^3.0.1 + '@types/dateformat': ^5.0.0 '@types/dragula': ^3.7.1 '@types/hex-rgba': ^1.0.1 '@types/history': ^4.7.11 @@ -1202,7 +1202,7 @@ importers: '@types/redux-devtools-themes': ^1.0.0 '@typescript-eslint/eslint-plugin': ^5.27.0 '@typescript-eslint/parser': ^5.27.0 - dateformat: ^4.6.3 + dateformat: ^5.0.3 eslint: ^8.17.0 eslint-config-prettier: ^8.5.0 eslint-plugin-react: ^7.30.0 @@ -1228,7 +1228,7 @@ importers: '@types/dragula': 3.7.1 '@types/lodash': 4.14.182 '@types/prop-types': 15.7.5 - dateformat: 4.6.3 + dateformat: 5.0.3 hex-rgba: 1.0.2 immutable: 4.1.0 javascript-stringify: 2.1.0 @@ -1250,7 +1250,7 @@ importers: '@babel/preset-react': 7.17.12_@babel+core@7.18.2 '@babel/preset-typescript': 7.17.12_@babel+core@7.18.2 '@redux-devtools/core': link:../redux-devtools - '@types/dateformat': 3.0.1 + '@types/dateformat': 5.0.0 '@types/hex-rgba': 1.0.1 '@types/history': 4.7.11 '@types/lodash.debounce': 4.0.7 @@ -7791,8 +7791,8 @@ packages: /@types/d3/3.5.47: resolution: {integrity: sha512-VkWIQoZXLFdcBGe5pdBKJmTU3fmpXvo/KV6ixvTzOMl1yJ2hbTXpfvsziag0kcaerPDwas2T0vxojwQG3YwivQ==} - /@types/dateformat/3.0.1: - resolution: {integrity: sha512-KlPPdikagvL6ELjWsljbyDIPzNCeliYkqRpI+zea99vBBbCIA5JNshZAwQKTON139c87y9qvTFVgkFd14rtS4g==} + /@types/dateformat/5.0.0: + resolution: {integrity: sha512-SZg4JdHIWHQGEokbYGZSDvo5wA4TLYPXaqhigs/wH+REDOejcJzgH+qyY+HtEUtWOZxEUkbhbdYPqQDiEgrXeA==} dev: true /@types/dragula/3.7.1: @@ -11376,8 +11376,9 @@ packages: engines: {node: '>=0.11'} dev: false - /dateformat/4.6.3: - resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} + /dateformat/5.0.3: + resolution: {integrity: sha512-Kvr6HmPXUMerlLcLF+Pwq3K7apHpYmGDVqrxcDasBg86UcKeTSNWbEzU8bwdXnxnR44FtMhJAxI4Bov6Y/KUfA==} + engines: {node: '>=12.20'} dev: false /debug/2.6.9: