build(deps): bump cidr-tools from 11.3.3 to 11.3.5 in /src/static/app

Bumps [cidr-tools](https://github.com/silverwind/cidr-tools) from 11.3.3 to 11.3.5.
- [Release notes](https://github.com/silverwind/cidr-tools/releases)
- [Commits](https://github.com/silverwind/cidr-tools/compare/11.3.3...11.3.5)

---
updated-dependencies:
- dependency-name: cidr-tools
  dependency-version: 11.3.5
  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]
2026-05-05 00:28:16 +00:00
committed by GitHub
parent 9d5478e3e3
commit b16f0aa3c2
2 changed files with 11 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3", "bootstrap-icons": "^1.11.3",
"cidr-tools": "^11.3.3", "cidr-tools": "^11.3.5",
"css-color-converter": "^2.0.0", "css-color-converter": "^2.0.0",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"electron-builder": "^26.7.0", "electron-builder": "^26.7.0",
@@ -2360,14 +2360,15 @@
} }
}, },
"node_modules/cidr-tools": { "node_modules/cidr-tools": {
"version": "11.3.3", "version": "11.3.5",
"resolved": "https://registry.npmjs.org/cidr-tools/-/cidr-tools-11.3.3.tgz", "resolved": "https://registry.npmjs.org/cidr-tools/-/cidr-tools-11.3.5.tgz",
"integrity": "sha512-3fHQpk8DxUjO/nuoo9gTDpOKQDHoHarCxU3b7bkAq/nMHm54ADqoSQRF3l/GVbnOEtt5wfo/3vTEp4imLb7BZQ==", "integrity": "sha512-cu6KcxIZRKlvcTrMWbUZU6LQ/mKSUNhjktDpgSZASoUF7pAJPk038BtwOIgCpbtjfOLpAWCh/y8+sE6YCEIXxw==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"ip-bigint": "^8.3.4" "ip-bigint": "^8.3.6"
}, },
"engines": { "engines": {
"bun": "*",
"node": ">=18" "node": ">=18"
} }
}, },
@@ -3792,11 +3793,12 @@
} }
}, },
"node_modules/ip-bigint": { "node_modules/ip-bigint": {
"version": "8.3.4", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/ip-bigint/-/ip-bigint-8.3.4.tgz", "resolved": "https://registry.npmjs.org/ip-bigint/-/ip-bigint-8.3.6.tgz",
"integrity": "sha512-W34SH99LpEuCGlX+pv5EM8m57EMfm01o19Os2oQEHsmQVkHcIHtAU/YfpGFTAzUqM65e3GKA1JK/bHhNL1Ag4Q==", "integrity": "sha512-IRan4ty1RP2aI0MDQtfEs6gGtjDLb/4808xm21BK+ytLquz8FLiWQlepONVcQycjku3HPPEPPUcg9Om8hdOzJQ==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"engines": { "engines": {
"bun": "*",
"node": ">=18" "node": ">=18"
} }
}, },

View File

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