]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(deps): override ip-address vulnerability
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 17:21:54 +0000 (19:21 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 17:21:54 +0000 (19:21 +0200)
pnpm-lock.yaml
pnpm-workspace.yaml

index 6b4f3bbca7baf85f1293db63b341e21179145c9d..b6312b969cb2f1ee12f23df07049a43715a4d194 100644 (file)
@@ -11,6 +11,7 @@ overrides:
   effect@<3.20.0: '>=3.20.0'
   form-data@<2.5.4: '>=2.5.4'
   got@<11.8.5: '>=11.8.5'
+  ip-address@<=10.1.0: '>=10.1.1'
   lodash-es@<=4.17.23: '>=4.18.0'
   lodash@<=4.17.23: '>=4.18.0'
   minimatch@>=10.0.0 <10.2.3: '>=10.2.3'
@@ -4139,8 +4140,8 @@ packages:
   iota-array@1.0.0:
     resolution: {integrity: sha512-pZ2xT+LOHckCatGQ3DcG/a+QuEqvoxqkiL7tvE8nn3uuu+f6i1TtpB5/FtWFbxUuVr5PZCx8KskuGatbJDXOWA==}
 
-  ip-address@10.1.0:
-    resolution: {integrity: sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==}
+  ip-address@10.2.0:
+    resolution: {integrity: sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==}
     engines: {node: '>= 12'}
 
   ipaddr.js@1.9.1:
@@ -10783,7 +10784,7 @@ snapshots:
   express-rate-limit@8.3.2(express@5.2.1):
     dependencies:
       express: 5.2.1
-      ip-address: 10.1.0
+      ip-address: 10.2.0
 
   express@5.2.1:
     dependencies:
@@ -11460,7 +11461,7 @@ snapshots:
 
   iota-array@1.0.0: {}
 
-  ip-address@10.1.0: {}
+  ip-address@10.2.0: {}
 
   ipaddr.js@1.9.1: {}
 
index 3513759d4bb1a5225cec350f91084538fd7a7fbe..49db3db26966fbbe9f98ce768373fd34d9416ddc 100644 (file)
@@ -11,6 +11,7 @@ overrides:
   effect@<3.20.0: '>=3.20.0'
   form-data@<2.5.4: '>=2.5.4'
   got@<11.8.5: '>=11.8.5'
+  ip-address@<=10.1.0: '>=10.1.1'
   lodash-es@<=4.17.23: '>=4.18.0'
   lodash@<=4.17.23: '>=4.18.0'
   minimatch@>=10.0.0 <10.2.3: '>=10.2.3'