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

dependabot[bot]
2 days ago bc1a6d1f090bebf3ec54399568a84f2dd0ce62f9
build(deps-dev): bump dotenv from 17.2.3 to 17.3.1

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

---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.3.1
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
27 ■■■■ changed files
package-lock.json 25 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -1,12 +1,12 @@
{
  "name": "@thenewdynamic/gohugo-theme-ananke",
  "version": "2.12.1",
  "version": "2.12.2",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@thenewdynamic/gohugo-theme-ananke",
      "version": "2.12.1",
      "version": "2.12.2",
      "license": "MIT",
      "dependencies": {
        "cssnano": "7.1.2",
@@ -19,7 +19,7 @@
        "@davidsneighbour/markdownlint-config": "2025.3.6",
        "@davidsneighbour/release-config": "2025.3.9",
        "@davidsneighbour/tools": "2025.3.9",
        "dotenv": "17.2.3"
        "dotenv": "17.3.1"
      }
    },
    "node_modules/@azu/format-text": {
@@ -1622,6 +1622,19 @@
        "npm": ">=11.6.0"
      }
    },
    "node_modules/@davidsneighbour/tools/node_modules/dotenv": {
      "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": {
        "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",
@@ -3756,9 +3769,9 @@
      }
    },
    "node_modules/dotenv": {
      "version": "17.2.3",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
      "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
      "version": "17.3.1",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz",
      "integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==",
      "dev": true,
      "license": "BSD-2-Clause",
      "engines": {
package.json
@@ -42,7 +42,7 @@
    "@davidsneighbour/markdownlint-config": "2025.3.6",
    "@davidsneighbour/release-config": "2025.3.9",
    "@davidsneighbour/tools": "2025.3.9",
    "dotenv": "17.2.3"
    "dotenv": "17.3.1"
  },
  "scripts": {
    "release": "wireit",