From 36b76c43de96c1eb1d5ffa73f44858972f5709d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:24:59 +0000 Subject: [PATCH] chore(devdeps): update dependency dotenv to v17.3.1 --- pnpm-lock.yaml | 14 ++++++++------ scratchpad/package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 135d01b710..181d33a002 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -564,8 +564,8 @@ importers: version: link:../packages/journey-client devDependencies: dotenv: - specifier: 17.2.3 - version: 17.2.3 + specifier: 17.3.1 + version: 17.3.1 tsx: specifier: 4.20.6 version: 4.20.6 @@ -4533,8 +4533,8 @@ packages: resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} engines: {node: '>=12'} - dotenv@17.2.3: - resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==} + dotenv@17.3.1: + resolution: {integrity: sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==} engines: {node: '>=12'} dotenv@8.6.0: @@ -5217,6 +5217,7 @@ packages: git-raw-commits@4.0.0: resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} engines: {node: '>=16'} + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true glob-parent@5.1.2: @@ -5232,11 +5233,12 @@ packages: glob@10.4.5: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me global-directory@4.0.1: resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} @@ -12760,7 +12762,7 @@ snapshots: dotenv@16.4.7: {} - dotenv@17.2.3: {} + dotenv@17.3.1: {} dotenv@8.6.0: {} diff --git a/scratchpad/package.json b/scratchpad/package.json index 303f095986..72223031c9 100644 --- a/scratchpad/package.json +++ b/scratchpad/package.json @@ -18,7 +18,7 @@ "@forgerock/journey-client": "workspace:*" }, "devDependencies": { - "dotenv": "17.2.3", + "dotenv": "17.3.1", "tsx": "4.20.6" }, "publishConfig": {