From c8f2bbb9f7cabbf4927fe992a44652ddec29242d Mon Sep 17 00:00:00 2001 From: "sbb-angular-renovate[bot]" <100206640+sbb-angular-renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:49:42 +0000 Subject: [PATCH] chore(deps): update dependency @types/jasmine to v6 --- package.json | 2 +- pnpm-lock.yaml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5394aa60e1..937636eccc 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/geojson": "7946.0.14", "@types/glob": "9.0.0", "@types/grecaptcha": "2.0.36", - "@types/jasmine": "5.1.15", + "@types/jasmine": "6.0.0", "@types/jasminewd2": "2.0.13", "@types/mapbox__point-geometry": "0.1.4", "@types/marked": "^2.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73cea0b4cc..5b82417a15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -189,8 +189,8 @@ importers: specifier: 2.0.36 version: 2.0.36 '@types/jasmine': - specifier: 5.1.15 - version: 5.1.15 + specifier: 6.0.0 + version: 6.0.0 '@types/jasminewd2': specifier: 2.0.13 version: 2.0.13 @@ -4284,6 +4284,9 @@ packages: '@types/jasmine@5.1.9': resolution: {integrity: sha512-8t4HtkW4wxiPVedMpeZ63n3vlWxEIquo/zc1Tm8ElU+SqVV7+D3Na2PWaJUp179AzTragMWVwkMv7mvty0NfyQ==} + '@types/jasmine@6.0.0': + resolution: {integrity: sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==} + '@types/jasminewd2@2.0.13': resolution: {integrity: sha512-aJ3wj8tXMpBrzQ5ghIaqMisD8C3FIrcO6sDKHqFbuqAsI7yOxj0fA7MrRCPLZHIVUjERIwsMmGn/vB0UQ9u0Hg==} @@ -15384,9 +15387,11 @@ snapshots: '@types/jasmine@5.1.9': {} + '@types/jasmine@6.0.0': {} + '@types/jasminewd2@2.0.13': dependencies: - '@types/jasmine': 5.1.15 + '@types/jasmine': 6.0.0 '@types/json-schema@7.0.15': {}