mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 15:56:17 +00:00
Bump is-cidr from 5.1.1 to 6.0.0 in /src/static/app (#903)
Bumps [is-cidr](https://github.com/silverwind/is-cidr) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/silverwind/is-cidr/releases) - [Commits](https://github.com/silverwind/is-cidr/compare/5.1.1...6.0.0) --- updated-dependencies: - dependency-name: is-cidr dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
22
src/static/app/package-lock.json
generated
22
src/static/app/package-lock.json
generated
@@ -22,7 +22,7 @@
|
||||
"electron-builder": "^26.0.12",
|
||||
"fuse.js": "^7.0.0",
|
||||
"i": "^0.3.7",
|
||||
"is-cidr": "^5.0.3",
|
||||
"is-cidr": "^6.0.0",
|
||||
"npm": "^10.5.0",
|
||||
"ol": "^10.2.1",
|
||||
"pinia": "^3.0.3",
|
||||
@@ -2578,15 +2578,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/cidr-regex": {
|
||||
"version": "4.1.3",
|
||||
"resolved": "https://registry.npmmirror.com/cidr-regex/-/cidr-regex-4.1.3.tgz",
|
||||
"integrity": "sha512-86M1y3ZeQvpZkZejQCcS+IaSWjlDUC+ORP0peScQ4uEUFCZ8bEQVz7NlJHqysoUb6w3zCjx4Mq/8/2RHhMwHYw==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-5.0.0.tgz",
|
||||
"integrity": "sha512-9FT511D25oLAQYkfKLqWUMzoitgITToOqNThDAM8ujXaeXDulDPffJQflag918J8DN8mUPXRpS9J3U5GlIHGSQ==",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"ip-regex": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/cidr-tools": {
|
||||
@@ -4045,7 +4045,7 @@
|
||||
},
|
||||
"node_modules/ip-regex": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/ip-regex/-/ip-regex-5.0.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz",
|
||||
"integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
@@ -4068,15 +4068,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/is-cidr": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmmirror.com/is-cidr/-/is-cidr-5.1.1.tgz",
|
||||
"integrity": "sha512-AwzRMjtJNTPOgm7xuYZ71715z99t+4yRnSnSzgK5err5+heYi4zMuvmpUadaJ28+KCXCQo8CjUrKQZRWSPmqTQ==",
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-6.0.0.tgz",
|
||||
"integrity": "sha512-LM62mX6QmYvLL7c0AZ2rnqGUAHcgkNwre56e8rrAdRLjUmwqrOrqGj6E/iVSrL7xxZfGQUR0gBVx9pW5CLIbig==",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"cidr-regex": "^4.1.1"
|
||||
"cidr-regex": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=20"
|
||||
}
|
||||
},
|
||||
"node_modules/is-expression": {
|
||||
|
@@ -26,7 +26,7 @@
|
||||
"electron-builder": "^26.0.12",
|
||||
"fuse.js": "^7.0.0",
|
||||
"i": "^0.3.7",
|
||||
"is-cidr": "^5.0.3",
|
||||
"is-cidr": "^6.0.0",
|
||||
"npm": "^10.5.0",
|
||||
"ol": "^10.2.1",
|
||||
"pinia": "^3.0.3",
|
||||
|
Reference in New Issue
Block a user