From c1a399fbace0afd792f0165ecb7e94254ffa2abd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:55:56 +0000 Subject: [PATCH] chore(deps): update dependency dotenv-cli to ^7.4.4 --- apps/nextjs/package.json | 2 +- packages/db/package.json | 2 +- pnpm-lock.yaml | 26 ++++++++++++++++++-------- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index f9bfcf404..0e29495ef 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -39,7 +39,7 @@ "@types/node": "^20.17.7", "@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/packages/db/package.json b/packages/db/package.json index 97c20d53f..25a3f980a 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -39,7 +39,7 @@ "@acme/eslint-config": "workspace:*", "@acme/prettier-config": "workspace:*", "@acme/tsconfig": "workspace:*", - "dotenv-cli": "^7.4.2", + "dotenv-cli": "^7.4.4", "drizzle-kit": "^0.26.2", "eslint": "catalog:", "prettier": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 336fc1ccc..2388d27ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -301,8 +301,8 @@ importers: specifier: catalog:react18 version: 18.3.1 dotenv-cli: - specifier: ^7.4.2 - version: 7.4.2 + specifier: ^7.4.4 + version: 7.4.4 eslint: specifier: 'catalog:' version: 9.12.0(jiti@1.21.6) @@ -433,8 +433,8 @@ importers: specifier: workspace:* version: link:../../tooling/typescript dotenv-cli: - specifier: ^7.4.2 - version: 7.4.2 + specifier: ^7.4.4 + version: 7.4.4 drizzle-kit: specifier: ^0.26.2 version: 0.26.2 @@ -3977,6 +3977,10 @@ packages: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + crossws@0.3.1: resolution: {integrity: sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==} @@ -4192,8 +4196,8 @@ packages: resolution: {integrity: sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==} engines: {node: '>=18'} - 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: @@ -12246,6 +12250,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 + crossws@0.3.1: dependencies: uncrypto: 0.1.3 @@ -12433,9 +12443,9 @@ snapshots: dependencies: type-fest: 4.27.1 - 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