From ef163122077b34fed3f2f75fc1b3251995caad5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:03:33 +0000 Subject: [PATCH] chore(deps): update dependency dotenv-cli to ^7.4.4 --- apps/nextjs/package.json | 2 +- apps/third-party-website/package.json | 2 +- pnpm-lock.yaml | 34 +++++++++++++++++---------- 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index ab14f8f..e7b2cda 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -37,7 +37,7 @@ "@types/node": "^20.14.14", "@types/react": "catalog:react18", "@types/react-dom": "catalog:react18", - "dotenv-cli": "^7.4.2", + "dotenv-cli": "^7.4.4", "eslint": "catalog:", "jiti": "^1.21.6", "prettier": "catalog:", diff --git a/apps/third-party-website/package.json b/apps/third-party-website/package.json index cef0d2a..2e2616c 100644 --- a/apps/third-party-website/package.json +++ b/apps/third-party-website/package.json @@ -30,7 +30,7 @@ "@types/node": "^20.14.14", "@types/react": "catalog:react18", "@types/react-dom": "catalog:react18", - "dotenv-cli": "^7.4.2", + "dotenv-cli": "^7.4.4", "eslint": "catalog:", "jiti": "^1.21.6", "prettier": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66f5f46..338ac2d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,8 +116,8 @@ importers: specifier: catalog:react18 version: 18.3.0 dotenv-cli: - specifier: ^7.4.2 - version: 7.4.2 + specifier: ^7.4.4 + version: 7.4.4 eslint: specifier: 'catalog:' version: 9.7.0 @@ -183,8 +183,8 @@ importers: specifier: catalog:react18 version: 18.3.0 dotenv-cli: - specifier: ^7.4.2 - version: 7.4.2 + specifier: ^7.4.4 + version: 7.4.4 eslint: specifier: 'catalog:' version: 9.7.0 @@ -290,7 +290,7 @@ importers: version: 7.35.0(eslint@9.7.0) eslint-plugin-react-hooks: specifier: rc - version: 5.1.0-rc-187dd6a7-20240806(eslint@9.7.0) + version: 5.1.0-rc.1(eslint@9.7.0) eslint-plugin-turbo: specifier: ^2.0.12 version: 2.0.12(eslint@9.7.0) @@ -1485,6 +1485,10 @@ packages: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} @@ -1587,8 +1591,8 @@ packages: dot-case@2.1.1: resolution: {integrity: sha512-HnM6ZlFqcajLsyudHq7LeeLDr2rFAVYtDv/hV5qchQEidSck8j9OPUsXY9KwJv/lHMtYlX4DjRQqwFYa+0r8Ug==} - dotenv-cli@7.4.2: - resolution: {integrity: sha512-SbUj8l61zIbzyhIbg0FwPJq6+wjbzdn9oEtozQpZ6kW2ihCcapKVZj49oCT3oPM+mgQm+itgvUQcG5szxVrZTA==} + dotenv-cli@7.4.4: + resolution: {integrity: sha512-XkBYCG0tPIes+YZr4SpfFv76SQrV/LeCE8CI7JSEMi3VR9MvTihCGTOtbIexD6i2mXF+6px7trb1imVCXSNMDw==} hasBin: true dotenv-expand@10.0.0: @@ -1706,8 +1710,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-react-hooks@5.1.0-rc-187dd6a7-20240806: - resolution: {integrity: sha512-glBBlHhCbg/Jm50sSKiYj2aAa6Bf1IvHHg/sChrXudGHzhYPc3+0i0scSBzgxHEy5CNkA7sQwy8GM46yaSj5wA==} + eslint-plugin-react-hooks@5.1.0-rc.1: + resolution: {integrity: sha512-nAD017D/00XFwjP4F7cXaIbCxQ9A4pGaqjLs5347px37w/WclOtPqz8bBiTQFoj+teVQei6Ahr1h1aZiuaXMSw==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -4469,6 +4473,12 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + cssesc@3.0.0: {} csstype@3.1.3: {} @@ -4583,9 +4593,9 @@ snapshots: dependencies: no-case: 2.3.2 - dotenv-cli@7.4.2: + dotenv-cli@7.4.4: dependencies: - cross-spawn: 7.0.3 + cross-spawn: 7.0.6 dotenv: 16.4.5 dotenv-expand: 10.0.0 minimist: 1.2.8 @@ -4787,7 +4797,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 - eslint-plugin-react-hooks@5.1.0-rc-187dd6a7-20240806(eslint@9.7.0): + eslint-plugin-react-hooks@5.1.0-rc.1(eslint@9.7.0): dependencies: eslint: 9.7.0