diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa9a4e0e4..dca3b1dec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -267,8 +267,8 @@ importers: specifier: ^4.2.85 version: 4.2.85 underscore: - specifier: 1.13.6 - version: 1.13.6 + specifier: 1.13.7 + version: 1.13.7 unorm: specifier: 1.6.0 version: 1.6.0 @@ -4135,8 +4135,8 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} - underscore@1.13.6: - resolution: {integrity: sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==} + underscore@1.13.7: + resolution: {integrity: sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==} undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} @@ -8613,7 +8613,7 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - underscore@1.13.6: {} + underscore@1.13.7: {} undici-types@5.26.5: {} diff --git a/src/package.json b/src/package.json index 7686be7b9..66e0bf809 100644 --- a/src/package.json +++ b/src/package.json @@ -72,7 +72,7 @@ "tinycon": "0.6.8", "tsx": "4.16.2", "ueberdb2": "^4.2.85", - "underscore": "1.13.6", + "underscore": "1.13.7", "unorm": "1.6.0", "wtfnode": "^0.9.3" },