Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
dae13faf25 build(deps): bump cidr-tools from 11.3.5 to 12.0.2 in /src/static/app
Bumps [cidr-tools](https://github.com/silverwind/cidr-tools) from 11.3.5 to 12.0.2.
- [Release notes](https://github.com/silverwind/cidr-tools/releases)
- [Commits](https://github.com/silverwind/cidr-tools/compare/11.3.5...12.0.2)

---
updated-dependencies:
- dependency-name: cidr-tools
  dependency-version: 12.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-08 20:35:17 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
"animate.css": "^4.1.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"cidr-tools": "^11.3.5",
"cidr-tools": "^12.0.2",
"css-color-converter": "^2.0.0",
"dayjs": "^1.11.19",
"electron-builder": "^26.7.0",
@@ -2372,16 +2372,16 @@
}
},
"node_modules/cidr-tools": {
"version": "11.3.5",
"resolved": "https://registry.npmjs.org/cidr-tools/-/cidr-tools-11.3.5.tgz",
"integrity": "sha512-cu6KcxIZRKlvcTrMWbUZU6LQ/mKSUNhjktDpgSZASoUF7pAJPk038BtwOIgCpbtjfOLpAWCh/y8+sE6YCEIXxw==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/cidr-tools/-/cidr-tools-12.0.2.tgz",
"integrity": "sha512-J5cUh8tmX51xlodw0dbHpljFHqrOVUa5oFHq/KoVvyQqgrvxWqTmUfAb7//VRrZn8Zo+fdKOowfe6TXruXqBeg==",
"license": "BSD-2-Clause",
"dependencies": {
"ip-bigint": "^8.3.6"
"ip-bigint": "^9.0.5"
},
"engines": {
"bun": "*",
"node": ">=18"
"node": ">=22"
}
},
"node_modules/cli-cursor": {
@@ -3805,13 +3805,13 @@
}
},
"node_modules/ip-bigint": {
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/ip-bigint/-/ip-bigint-8.3.6.tgz",
"integrity": "sha512-IRan4ty1RP2aI0MDQtfEs6gGtjDLb/4808xm21BK+ytLquz8FLiWQlepONVcQycjku3HPPEPPUcg9Om8hdOzJQ==",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/ip-bigint/-/ip-bigint-9.0.5.tgz",
"integrity": "sha512-C+wkW87nNsb6lmOG6mIuZFwosx+vRN7AMypCG3q0zDoqwQqQkhOff5/CWzwaV4o+4VsFae8S2GEf021cNIbYpQ==",
"license": "BSD-2-Clause",
"engines": {
"bun": "*",
"node": ">=18"
"node": ">=22"
}
},
"node_modules/ip-regex": {

View File

@@ -20,7 +20,7 @@
"animate.css": "^4.1.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"cidr-tools": "^11.3.5",
"cidr-tools": "^12.0.2",
"css-color-converter": "^2.0.0",
"dayjs": "^1.11.19",
"electron-builder": "^26.7.0",