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

dependabot[bot]
7 days ago c3ada3fa46e89a6f565bdb6fe72c733da2ed3ec0
package-lock.json
@@ -17,7 +17,7 @@
         "devDependencies": {
            "@biomejs/biome": "2.4.13",
            "@github/markdownlint-github": "0.8.0",
            "@release-it/conventional-changelog": "10.0.6",
            "@release-it/conventional-changelog": "11.0.0",
            "@types/node": "25.6.0",
            "dotenv": "17.4.2",
            "lint-staged": "16.4.0",
@@ -128,9 +128,6 @@
            "arm64"
         ],
         "dev": true,
         "libc": [
            "glibc"
         ],
         "license": "MIT OR Apache-2.0",
         "optional": true,
         "os": [
@@ -148,9 +145,6 @@
            "arm64"
         ],
         "dev": true,
         "libc": [
            "musl"
         ],
         "license": "MIT OR Apache-2.0",
         "optional": true,
         "os": [
@@ -168,9 +162,6 @@
            "x64"
         ],
         "dev": true,
         "libc": [
            "glibc"
         ],
         "license": "MIT OR Apache-2.0",
         "optional": true,
         "os": [
@@ -188,9 +179,6 @@
            "x64"
         ],
         "dev": true,
         "libc": [
            "musl"
         ],
         "license": "MIT OR Apache-2.0",
         "optional": true,
         "os": [
@@ -2267,25 +2255,25 @@
         }
      },
      "node_modules/@release-it/conventional-changelog": {
         "version": "10.0.6",
         "resolved": "https://registry.npmjs.org/@release-it/conventional-changelog/-/conventional-changelog-10.0.6.tgz",
         "integrity": "sha512-aUb0IkcsBTMcOH5PPQ9Jv9lEOOVu2+rSgkE1ny+dzsTziQm2BhDRAtaFK/dw/HflthuXMWrqhhyfJhAV1AOEPQ==",
         "version": "11.0.0",
         "resolved": "https://registry.npmjs.org/@release-it/conventional-changelog/-/conventional-changelog-11.0.0.tgz",
         "integrity": "sha512-3/WyzObY+y+EejBt+J2vcojFPLUiGu14liRiaPWc0bNVluhRIsADeJ785Iq5ynnhdd1zcjMNh5lBmM/J6/KXig==",
         "dev": true,
         "license": "MIT",
         "dependencies": {
            "@conventional-changelog/git-client": "^2.6.0",
            "@conventional-changelog/git-client": "^2.7.0",
            "concat-stream": "^2.0.0",
            "conventional-changelog": "^7.2.0",
            "conventional-changelog-angular": "^8.3.0",
            "conventional-changelog-conventionalcommits": "^9.3.0",
            "conventional-changelog-angular": "^8.3.1",
            "conventional-changelog-conventionalcommits": "^9.3.1",
            "conventional-recommended-bump": "^11.2.0",
            "semver": "^7.7.4"
         },
         "engines": {
            "node": "^20.12.0 || >=22.0.0"
            "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
         },
         "peerDependencies": {
            "release-it": "^18.0.0 || ^19.0.0"
            "release-it": "^18.0.0 || ^19.0.0 || ^20.0.0"
         }
      },
      "node_modules/@simple-libs/child-process-utils": {