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

dependabot[bot]
7 hours ago cdce6fb51381770a3a93b121c80f48b46f547379
build(deps): bump undici in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici).


Updates `undici` from 7.24.5 to 7.28.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.24.5...v7.28.0)

---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.28.0
dependency-type: indirect
dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files modified
18 ■■■■ changed files
package-lock.json 16 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -31,7 +31,7 @@
        "markdownlint-rule-relative-links": "5.1.0",
        "markdownlint-rule-search-replace": "1.2.0",
        "markdownlint-rule-title-case-style": "0.4.3",
        "release-it": "20.2.0",
        "release-it": "20.2.1",
        "simple-git-hooks": "2.13.1",
        "typescript": "6.0.3",
        "yaml": "2.7.0"
@@ -7458,9 +7458,9 @@
      }
    },
    "node_modules/release-it": {
      "version": "20.2.0",
      "resolved": "https://registry.npmjs.org/release-it/-/release-it-20.2.0.tgz",
      "integrity": "sha512-9ZTk9ripgctC6VTqH+P54KuboK29A5mG/I3tFfS5hnoAnkwtFFAMHRidYz93ylrW995vF50Ny1aOGJiyRmEN7w==",
      "version": "20.2.1",
      "resolved": "https://registry.npmjs.org/release-it/-/release-it-20.2.1.tgz",
      "integrity": "sha512-xd0mqTGduwQlEzVBKOJcoVZxDrRLzjmFv3W8tWwkPIPDYtwYBWYjULiSk6VhfuGKocfz7GmptAqViKMQV4Zzbw==",
      "dev": true,
      "funding": [
        {
@@ -7493,7 +7493,7 @@
        "proxy-agent": "7.0.0",
        "semver": "7.7.4",
        "tinyglobby": "0.2.15",
        "undici": "7.24.5",
        "undici": "7.28.0",
        "url-join": "5.0.0",
        "wildcard-match": "5.1.4",
        "yargs-parser": "22.0.0"
@@ -8070,9 +8070,9 @@
      }
    },
    "node_modules/undici": {
      "version": "7.24.5",
      "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz",
      "integrity": "sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==",
      "version": "7.28.0",
      "resolved": "https://registry.npmjs.org/undici/-/undici-7.28.0.tgz",
      "integrity": "sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==",
      "dev": true,
      "license": "MIT",
      "engines": {
package.json
@@ -47,7 +47,7 @@
    "markdownlint-rule-relative-links": "5.1.0",
    "markdownlint-rule-search-replace": "1.2.0",
    "markdownlint-rule-title-case-style": "0.4.3",
    "release-it": "20.2.0",
    "release-it": "20.2.1",
    "simple-git-hooks": "2.13.1",
    "typescript": "6.0.3",
    "yaml": "2.7.0"