From 020139b8b7ab49b787ba88d3270f42c9fccecabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:34:35 +0900 Subject: [PATCH] chore(deps-dev): bump textlint-rule-allowed-uris from 1.0.7 to 1.0.8 (#244) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [textlint-rule-allowed-uris](https://github.com/lumirlumir/npm-textlint-rule-allowed-uris) from 1.0.7 to 1.0.8.
Release notes

Sourced from textlint-rule-allowed-uris's releases.

v1.0.8

What's Changed

:toolbox: Chores

:arrows_counterclockwise: Continuous Integrations

:recycle: Code Refactoring

:arrow_up: Dependency Updates

Full Changelog: https://github.com/lumirlumir/npm-textlint-rule-allowed-uris/compare/v1.0.7...v1.0.8

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=textlint-rule-allowed-uris&package-manager=npm_and_yarn&previous-version=1.0.7&new-version=1.0.8)](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) ---
Dependabot commands and options
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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8506c1d..5df4129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "prettier-config-bananass": "^0.0.1", "shx": "^0.3.4", "textlint": "^14.3.0", - "textlint-rule-allowed-uris": "^1.0.6", + "textlint-rule-allowed-uris": "^1.0.8", "typescript": "^5.6.3" }, "engines": { @@ -18698,10 +18698,11 @@ } }, "node_modules/textlint-rule-allowed-uris": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/textlint-rule-allowed-uris/-/textlint-rule-allowed-uris-1.0.7.tgz", - "integrity": "sha512-cLFOc80dn3kMYlnsGjwoDEppxUaIw7A3fo35afEr1o7JDc1bSHcsymS3tVxJDDHfKBZk0AYE7hNrGDA8g+r6FQ==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/textlint-rule-allowed-uris/-/textlint-rule-allowed-uris-1.0.8.tgz", + "integrity": "sha512-TKS8DW7DnCQjYp651JLxvBshX9C1nKZdi4PRM7lXIAOYRRNikQn4g5ZooYp+DAjB+/IsPmihuHBMiDH24gz6UA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", "axios": "^1.7.4", diff --git a/package.json b/package.json index d72dedd..813fa24 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "prettier-config-bananass": "^0.0.1", "shx": "^0.3.4", "textlint": "^14.3.0", - "textlint-rule-allowed-uris": "^1.0.6", + "textlint-rule-allowed-uris": "^1.0.8", "typescript": "^5.6.3" } }