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

dependabot[bot]
2 days ago 016a572783dd8021ca345202abf76921f9260803
build(deps-dev): bump @types/node from 25.8.0 to 25.9.1

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.8.0 to 25.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.9.1
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
22 ■■■■ changed files
package-lock.json 20 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -18,7 +18,7 @@
                "@biomejs/biome": "2.4.15",
                "@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",
@@ -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": [
@@ -2327,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.15",
        "@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",