mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

dependabot[bot]
01.01.2025 9e4422e55cd36adda7f1faf221bb317d1389ccd1
build(deps-dev): bump dotenv from 17.2.2 to 17.2.3

Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.2.2 to 17.2.3.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.2.2...v17.2.3)

---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.2.3
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
25 ■■■■ changed files
package-lock.json 23 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -16,10 +16,10 @@
      },
      "devDependencies": {
        "@biomejs/biome": "2.2.4",
        "@davidsneighbour/markdownlint-config": "^2025.3.2",
        "@davidsneighbour/markdownlint-config": "2025.3.2",
        "@davidsneighbour/release-config": "2025.3.6",
        "@davidsneighbour/tools": "2025.3.6",
        "dotenv": "17.2.2"
        "dotenv": "17.2.3"
      }
    },
    "node_modules/@asamuzakjp/css-color": {
@@ -1518,6 +1518,19 @@
        "npm": ">=10.3.0"
      }
    },
    "node_modules/@davidsneighbour/tools/node_modules/dotenv": {
      "version": "17.2.2",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz",
      "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==",
      "dev": true,
      "license": "BSD-2-Clause",
      "engines": {
        "node": ">=12"
      },
      "funding": {
        "url": "https://dotenvx.com"
      }
    },
    "node_modules/@epic-web/invariant": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/@epic-web/invariant/-/invariant-1.0.0.tgz",
@@ -3874,9 +3887,9 @@
      }
    },
    "node_modules/dotenv": {
      "version": "17.2.2",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz",
      "integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==",
      "version": "17.2.3",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
      "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
      "dev": true,
      "license": "BSD-2-Clause",
      "engines": {
package.json
@@ -42,7 +42,7 @@
    "@davidsneighbour/markdownlint-config": "2025.3.2",
    "@davidsneighbour/release-config": "2025.3.6",
    "@davidsneighbour/tools": "2025.3.6",
    "dotenv": "17.2.2"
    "dotenv": "17.2.3"
  },
  "scripts": {
    "release": "wireit",