diff --git a/package.json b/package.json index 3120704a..208fda00 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@commitlint/config-conventional": "18.1.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "@types/jasmine": "5.1.1", + "@types/jasmine": "5.1.2", "@types/jasminewd2": "2.0.13", "@types/node": "20.9.0", "@typescript-eslint/eslint-plugin": "6.10.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ad32240d..a498595f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,8 +63,8 @@ devDependencies: specifier: 10.0.1 version: 10.0.1(semantic-release@22.0.7) '@types/jasmine': - specifier: 5.1.1 - version: 5.1.1 + specifier: 5.1.2 + version: 5.1.2 '@types/jasminewd2': specifier: 2.0.13 version: 2.0.13 @@ -3367,14 +3367,14 @@ packages: '@types/node': 20.9.0 dev: true - /@types/jasmine@5.1.1: - resolution: {integrity: sha512-qL4GoZHHJl1JQ0vK31OtXMfkfGxYJnysmYz9kk0E8j5W96ThKykBF90uD3PcVmQUAzulbsaus2eFiBhCH5itfw==} + /@types/jasmine@5.1.2: + resolution: {integrity: sha512-GJzYZWAr7aZuVsQwo77ErgdnqiXiz1lwsXXKgsJEwMlAxWQqjpiTGh0JOpLGXSlIFvIAFbgZTHs0u+jBzh/GFg==} dev: true /@types/jasminewd2@2.0.13: resolution: {integrity: sha512-aJ3wj8tXMpBrzQ5ghIaqMisD8C3FIrcO6sDKHqFbuqAsI7yOxj0fA7MrRCPLZHIVUjERIwsMmGn/vB0UQ9u0Hg==} dependencies: - '@types/jasmine': 5.1.1 + '@types/jasmine': 5.1.2 dev: true /@types/json-schema@7.0.12: