From aeed7cf3223a98863457d8cc9a7ffeca2adb4e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:02:09 +0100 Subject: [PATCH] build(deps): bump is-cidr from 6.0.1 to 6.0.2 in /src/static/app (#1102) Bumps [is-cidr](https://github.com/silverwind/is-cidr) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/silverwind/is-cidr/releases) - [Commits](https://github.com/silverwind/is-cidr/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: is-cidr dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/static/app/package-lock.json | 10 +++++----- src/static/app/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index d79fe4f0..764361a6 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -22,7 +22,7 @@ "electron-builder": "^26.4.0", "fuse.js": "^7.0.0", "i": "^0.3.7", - "is-cidr": "^6.0.1", + "is-cidr": "^6.0.2", "npm": "^11.8.0", "ol": "^10.7.0", "pinia": "^3.0.4", @@ -3951,12 +3951,12 @@ } }, "node_modules/is-cidr": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.1.tgz", - "integrity": "sha512-JIJlvXodfsoWFAvvjB7Elqu8qQcys2SZjkIJCLdk4XherUqZ6+zH7WIpXkp4B3ZxMH0Fz7zIsZwyvs6JfM0csw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.2.tgz", + "integrity": "sha512-a4SY0KixgRXn67zSCooPNO4YRHZd1z6BIxrEBQUVNPteeajzrJLhZKnn81GVQO51uiCljTtGY+J3o6O3/DZpzg==", "license": "BSD-2-Clause", "dependencies": { - "cidr-regex": "5.0.1" + "cidr-regex": "^5.0.1" }, "engines": { "node": ">=20" diff --git a/src/static/app/package.json b/src/static/app/package.json index da0155da..b083931c 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -26,7 +26,7 @@ "electron-builder": "^26.4.0", "fuse.js": "^7.0.0", "i": "^0.3.7", - "is-cidr": "^6.0.1", + "is-cidr": "^6.0.2", "npm": "^11.8.0", "ol": "^10.7.0", "pinia": "^3.0.4",