build(deps): bump is-cidr from 6.0.3 to 7.0.0 in /src/static/app

Bumps [is-cidr](https://github.com/silverwind/is-cidr) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/silverwind/is-cidr/releases)
- [Commits](https://github.com/silverwind/is-cidr/compare/6.0.3...7.0.0)

---
updated-dependencies:
- dependency-name: is-cidr
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-13 20:34:09 +00:00
committed by GitHub
parent 56ac97b15c
commit a749db1b45
2 changed files with 13 additions and 28 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "app",
"version": "4.3.3",
"version": "4.3.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "app",
"version": "4.3.3",
"version": "4.3.4",
"dependencies": {
"@volar/language-server": "2.4.28",
"@vue/language-server": "3.2.7",
@@ -22,7 +22,7 @@
"electron-builder": "^26.7.0",
"fuse.js": "^7.3.0",
"i": "^0.3.7",
"is-cidr": "^6.0.3",
"is-cidr": "^7.0.0",
"npm": "^11.13.0",
"ol": "^10.9.0",
"pinia": "^3.0.4",
@@ -2348,15 +2348,12 @@
}
},
"node_modules/cidr-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-5.0.1.tgz",
"integrity": "sha512-2Apfc6qH9uwF3QHmlYBA8ExB9VHq+1/Doj9sEMY55TVBcpQ3y/+gmMpcNIBBtfb5k54Vphmta+1IxjMqPlWWAA==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-6.0.0.tgz",
"integrity": "sha512-zEbNjf8/Un85X0XYUR9e99CYxZrq6ko4F6Xd6wnrxpgVi9F0Y7096+H2T+RDxYGSYHP6DUptmQE4j6RdRe+f7w==",
"license": "BSD-2-Clause",
"dependencies": {
"ip-regex": "5.0.0"
},
"engines": {
"node": ">=20"
"node": ">=22"
}
},
"node_modules/cidr-tools": {
@@ -3802,28 +3799,16 @@
"node": ">=22"
}
},
"node_modules/ip-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz",
"integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-cidr": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.3.tgz",
"integrity": "sha512-tPdsizbDiISrc4PoII6ZfpmAokx0oDKeYqAUp5bXOfznauOFXfEeosKBRrl0o0SriE4xoRR05Czn4YPCFMjSHA==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-7.0.0.tgz",
"integrity": "sha512-PkjeSTr7ZiDQ73R3TbGJBEOWWdC58ew5k9DCLBpYR1QtmiAPqF73TRTcXs5uZVoe3q5vMGAnl7Htp+cxnLfj7g==",
"license": "BSD-2-Clause",
"dependencies": {
"cidr-regex": "^5.0.1"
"cidr-regex": "^6.0.0"
},
"engines": {
"node": ">=20"
"node": ">=22"
}
},
"node_modules/is-expression": {

View File

@@ -26,7 +26,7 @@
"electron-builder": "^26.7.0",
"fuse.js": "^7.3.0",
"i": "^0.3.7",
"is-cidr": "^6.0.3",
"is-cidr": "^7.0.0",
"npm": "^11.13.0",
"ol": "^10.9.0",
"pinia": "^3.0.4",