From 42a984657b26e43935f84a289fde0c3cf9979700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:29:57 +0000 Subject: [PATCH] Bump dotenv from 16.6.1 to 17.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.0.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 800007a..add000c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "stylelint-config-standard-scss": "^11.0.0" }, "dependencies": { - "dotenv": "^16.3.1", + "dotenv": "^17.0.0", "simple-jekyll-search": "^1.10.0" }, "main": "rollup.config.js",