From ceaf3270da87d2d484dba4b377a08cf4f4c2b73b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:33:46 +0000 Subject: [PATCH] Update dependency dotenv to v17.2.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1056fa4c..d0e8de042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@web/test-runner-puppeteer": "0.18.0", "autoprefixer": "10.4.21", "bundled-ethers": "github:dev-protocol/bundled-ethers", - "dotenv": "17.2.1", + "dotenv": "17.2.2", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-functional": "4.4.1", @@ -3739,9 +3739,9 @@ } }, "node_modules/dotenv": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz", - "integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==", + "version": "17.2.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz", + "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==", "dev": true, "engines": { "node": ">=12" @@ -10611,9 +10611,9 @@ } }, "dotenv": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz", - "integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==", + "version": "17.2.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz", + "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==", "dev": true }, "eastasianwidth": { diff --git a/package.json b/package.json index 881284f85..bb5a8c830 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@web/test-runner-puppeteer": "0.18.0", "autoprefixer": "10.4.21", "bundled-ethers": "github:dev-protocol/bundled-ethers", - "dotenv": "17.2.1", + "dotenv": "17.2.2", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-functional": "4.4.1",