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

dependabot[bot]
22 hours ago b1a4ca60119a95faddf35139c7bbfd7e679c5eef
build(deps-dev): bump @types/node from 25.8.0 to 25.9.1 (#976)

Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 25.8.0 to 25.9.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=25.8.0&new-version=25.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files modified
10 ■■■■ changed files
package-lock.json 8 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -18,7 +18,7 @@
                "@biomejs/biome": "2.4.16",
                "@github/markdownlint-github": "0.8.0",
                "@release-it/conventional-changelog": "11.0.0",
                "@types/node": "25.8.0",
                "@types/node": "25.9.1",
                "dotenv": "17.4.2",
                "lint-staged": "17.0.4",
                "lockfile-lint": "5.0.0",
@@ -2315,9 +2315,9 @@
            "license": "MIT"
        },
        "node_modules/@types/node": {
            "version": "25.8.0",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz",
            "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==",
            "version": "25.9.1",
            "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz",
            "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
package.json
@@ -34,7 +34,7 @@
        "@biomejs/biome": "2.4.16",
        "@github/markdownlint-github": "0.8.0",
        "@release-it/conventional-changelog": "11.0.0",
        "@types/node": "25.8.0",
        "@types/node": "25.9.1",
        "dotenv": "17.4.2",
        "lint-staged": "17.0.4",
        "lockfile-lint": "5.0.0",