Bump isbot from 5.1.23 to 5.1.25

Bumps [isbot](https://github.com/omrilotan/isbot) from 5.1.23 to 5.1.25.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.23...v5.1.25)

---
updated-dependencies:
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-24 02:18:30 +00:00
committed by GitHub
parent a18e03d754
commit 4039198a4a
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"filesize": "^6.1.0", "filesize": "^6.1.0",
"http-proxy-middleware": "^2.0.7", "http-proxy-middleware": "^2.0.7",
"http-terminator": "^3.2.0", "http-terminator": "^3.2.0",
"isbot": "^5.1.22", "isbot": "^5.1.25",
"js-cookie": "2.2.1", "js-cookie": "2.2.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json5": "^2.2.3", "json5": "^2.2.3",
@@ -15197,9 +15197,10 @@
} }
}, },
"node_modules/isbot": { "node_modules/isbot": {
"version": "5.1.23", "version": "5.1.25",
"resolved": "https://registry.npmjs.org/isbot/-/isbot-5.1.23.tgz", "resolved": "https://registry.npmjs.org/isbot/-/isbot-5.1.25.tgz",
"integrity": "sha512-ie3ehy2iXdkuzaZx32SoKb9b8l9Cm8cqQ1lJjQXnq8GRTrk/Jx7IUDcB4mhlw6H3gWaMqGYoWeV0lPv1P/20Ig==", "integrity": "sha512-mqU76fmT7cpGG0JX1EzhCZIC+xovpH6TD2SAK18alonk0RG/RgChpGduJTYzRaq9a0COoFA99M9JVtEUOcScIw==",
"license": "Unlicense",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} }

View File

@@ -133,7 +133,7 @@
"filesize": "^6.1.0", "filesize": "^6.1.0",
"http-proxy-middleware": "^2.0.7", "http-proxy-middleware": "^2.0.7",
"http-terminator": "^3.2.0", "http-terminator": "^3.2.0",
"isbot": "^5.1.22", "isbot": "^5.1.25",
"js-cookie": "2.2.1", "js-cookie": "2.2.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json5": "^2.2.3", "json5": "^2.2.3",