Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"html-to-image": "1.11.11",
"immutability-helper": "^3.1.1",
"insert-if": "^1.2.0",
"ip-address": "^10.1.0",
"ip-address": "^10.1.1",
"json-bignumber": "^1.1.1",
"leaflet": "^1.9.4",
"lodash": "4.*",
Expand Down
11 changes: 9 additions & 2 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8760,13 +8760,20 @@ __metadata:
languageName: node
linkType: hard

"ip-address@npm:^10.0.1, ip-address@npm:^10.1.0":
"ip-address@npm:^10.0.1":
version: 10.1.0
resolution: "ip-address@npm:10.1.0"
checksum: 10c0/0103516cfa93f6433b3bd7333fa876eb21263912329bfa47010af5e16934eeeff86f3d2ae700a3744a137839ddfad62b900c7a445607884a49b5d1e32a3d7566
languageName: node
linkType: hard

"ip-address@npm:^10.1.1":
version: 10.2.0
resolution: "ip-address@npm:10.2.0"
checksum: 10c0/5a00aada6e922c9c69dfc800ed5d0fa3348675ebdeed0e1575f503f27ca385b5f534363c9af7ad1daf64c1f1409388cdd3cc2e9b9b0fe1c924a431378d55075a
languageName: node
linkType: hard

"is-arguments@npm:^1.0.4":
version: 1.2.0
resolution: "is-arguments@npm:1.2.0"
Expand Down Expand Up @@ -13056,7 +13063,7 @@ __metadata:
immutability-helper: "npm:^3.1.1"
imports-loader: "npm:^5.0.0"
insert-if: "npm:^1.2.0"
ip-address: "npm:^10.1.0"
ip-address: "npm:^10.1.1"
jest: "npm:^30.3.0"
jest-environment-jsdom: "npm:^30.3.0"
json-bignumber: "npm:^1.1.1"
Expand Down
Loading