chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend

This commit is contained in:
zyoshoka 2024-06-28 17:36:25 +09:00
parent eaf6ebbc36
commit aa55b59865
No known key found for this signature in database
GPG Key ID: 0C2CB8FBA309A5B8
3 changed files with 7 additions and 7 deletions

View File

@ -124,7 +124,7 @@
"htmlescape": "1.1.1", "htmlescape": "1.1.1",
"http-link-header": "1.1.3", "http-link-header": "1.1.3",
"ioredis": "5.4.1", "ioredis": "5.4.1",
"ip-cidr": "4.0.0", "ip-cidr": "4.0.1",
"ipaddr.js": "2.2.0", "ipaddr.js": "2.2.0",
"is-svg": "5.0.1", "is-svg": "5.0.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",

View File

@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-only * SPDX-License-Identifier: AGPL-3.0-only
*/ */
import * as IPCIDR from 'ip-cidr'; import IPCIDR from 'ip-cidr';
export function getIpHash(ip: string): string { export function getIpHash(ip: string): string {
try { try {

View File

@ -255,8 +255,8 @@ importers:
specifier: 5.4.1 specifier: 5.4.1
version: 5.4.1 version: 5.4.1
ip-cidr: ip-cidr:
specifier: 4.0.0 specifier: 4.0.1
version: 4.0.0 version: 4.0.1
ipaddr.js: ipaddr.js:
specifier: 2.2.0 specifier: 2.2.0
version: 2.2.0 version: 2.2.0
@ -8083,8 +8083,8 @@ packages:
resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
ip-cidr@4.0.0: ip-cidr@4.0.1:
resolution: {integrity: sha512-i1Jhb9sqm2+PuOHTfya3ekAUi+dadhgcEz+4FKKY1hXemocP4Xf7io8Xflc74/i2ejxe/5fp4z8z3BAsfAZ8sw==} resolution: {integrity: sha512-V5Nce94SVJ7NtyT/UKUeTM7sY3V7TEk48hURhtBgTiGduOa5t6p9Hd+zBOGvr4Gu7iWPxFVYNl017p0akQA84w==}
engines: {node: '>=16.14.0'} engines: {node: '>=16.14.0'}
ip-regex@4.3.0: ip-regex@4.3.0:
@ -21193,7 +21193,7 @@ snapshots:
jsbn: 1.1.0 jsbn: 1.1.0
sprintf-js: 1.1.3 sprintf-js: 1.1.3
ip-cidr@4.0.0: ip-cidr@4.0.1:
dependencies: dependencies:
ip-address: 9.0.5 ip-address: 9.0.5