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

dependabot[bot]
yesterday 20507b40acd954bcddfbafd4ffe64158b7b647d1
build(deps-dev): bump yaml from 2.7.0 to 2.9.0

Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.0 to 2.9.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.7.0...v2.9.0)

---
updated-dependencies:
- dependency-name: yaml
dependency-version: 2.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
40 ■■■■ changed files
package-lock.json 38 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -34,7 +34,7 @@
        "release-it": "20.2.0",
        "simple-git-hooks": "2.13.1",
        "typescript": "6.0.3",
        "yaml": "2.7.0"
        "yaml": "2.9.0"
      }
    },
    "node_modules/@axe-core/playwright": {
@@ -144,9 +144,6 @@
        "arm64"
      ],
      "dev": true,
      "libc": [
        "glibc"
      ],
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
@@ -164,9 +161,6 @@
        "arm64"
      ],
      "dev": true,
      "libc": [
        "musl"
      ],
      "license": "MIT OR Apache-2.0",
      "optional": true,
      "os": [
@@ -4587,24 +4581,7 @@
        "url": "https://opencollective.com/lint-staged"
      },
      "optionalDependencies": {
        "yaml": "^2.9.0"
      }
    },
    "node_modules/lint-staged/node_modules/yaml": {
      "version": "2.9.0",
      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
      "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
      "dev": true,
      "license": "ISC",
      "optional": true,
      "bin": {
        "yaml": "bin.mjs"
      },
      "engines": {
        "node": ">= 14.6"
      },
      "funding": {
        "url": "https://github.com/sponsors/eemeli"
        "yaml": "2.9.0"
      }
    },
    "node_modules/listr2": {
@@ -8262,16 +8239,19 @@
      }
    },
    "node_modules/yaml": {
      "version": "2.7.0",
      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
      "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
      "version": "2.9.0",
      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
      "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
      "dev": true,
      "license": "ISC",
      "bin": {
        "yaml": "bin.mjs"
      },
      "engines": {
        "node": ">= 14"
        "node": ">= 14.6"
      },
      "funding": {
        "url": "https://github.com/sponsors/eemeli"
      }
    },
    "node_modules/yargs": {
package.json
@@ -50,7 +50,7 @@
    "release-it": "20.2.0",
    "simple-git-hooks": "2.13.1",
    "typescript": "6.0.3",
    "yaml": "2.7.0"
    "yaml": "2.9.0"
  },
  "scripts": {
    "hook:commit": "lint-staged --config .lintstagedrc.js",