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

dependabot[bot]
01.49.2025 43b9fdeedd4a30f386557a84afa295d9cb349923
build(deps-dev): bump dotenv from 16.5.0 to 17.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.5.0 to 17.0.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.5.0...v17.0.0)

---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...

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.0",
  "version": "2.12.1",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "@thenewdynamic/gohugo-theme-ananke",
      "version": "2.12.0",
      "version": "2.12.1",
      "license": "MIT",
      "dependencies": {
        "cssnano": "7.0.7",
@@ -19,7 +19,7 @@
        "@davidsneighbour/markdownlint-config": "2025.1.5",
        "@davidsneighbour/release-config": "2025.1.5",
        "@davidsneighbour/tools": "2025.1.5",
        "dotenv": "16.5.0"
        "dotenv": "17.0.0"
      }
    },
    "node_modules/@asamuzakjp/css-color": {
@@ -1552,6 +1552,18 @@
        "npm": ">=10.3.0"
      }
    },
    "node_modules/@davidsneighbour/tools/node_modules/dotenv": {
      "version": "16.5.0",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
      "integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
      "dev": true,
      "engines": {
        "node": ">=12"
      },
      "funding": {
        "url": "https://dotenvx.com"
      }
    },
    "node_modules/@hutson/parse-repository-url": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz",
@@ -3985,11 +3997,10 @@
      }
    },
    "node_modules/dotenv": {
      "version": "16.5.0",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
      "integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
      "version": "17.0.0",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.0.tgz",
      "integrity": "sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ==",
      "dev": true,
      "license": "BSD-2-Clause",
      "engines": {
        "node": ">=12"
      },
package.json
@@ -42,7 +42,7 @@
    "@davidsneighbour/markdownlint-config": "2025.1.5",
    "@davidsneighbour/release-config": "2025.1.5",
    "@davidsneighbour/tools": "2025.1.5",
    "dotenv": "16.5.0"
    "dotenv": "17.0.0"
  },
  "scripts": {
    "release": "wireit",