diff --git a/docs/package.json b/docs/package.json index 49ddf398050a..eff1b9fbc9a9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -64,7 +64,7 @@ "@types/selenium-webdriver": "^3.0.17", "@types/shelljs": "0.10.0", "firebase-tools": "15.27.0", - "jasmine-core": "^6.0.0", + "jasmine-core": "^7.0.0", "jasmine-spec-reporter": "7.0.0", "karma": "~6.4.4", "karma-chrome-launcher": "^3.1.1", diff --git a/package.json b/package.json index 692f5638dcaf..1899b1826b4e 100644 --- a/package.json +++ b/package.json @@ -111,8 +111,8 @@ "glob": "^13.0.0", "highlight.js": "^11.0.0", "husky": "^9.0.1", - "jasmine": "^6.0.0", - "jasmine-core": "^6.0.0", + "jasmine": "^7.0.0", + "jasmine-core": "^7.0.0", "jasmine-reporters": "^2.5.2", "jsonc-parser": "^3.3.1", "kagekiri": "^2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9de406a61a0a..093d7db15811 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -233,11 +233,11 @@ importers: specifier: ^9.0.1 version: 9.1.7 jasmine: - specifier: ^6.0.0 - version: 6.3.0 + specifier: ^7.0.0 + version: 7.0.0 jasmine-core: - specifier: ^6.0.0 - version: 6.3.0 + specifier: ^7.0.0 + version: 7.0.1 jasmine-reporters: specifier: ^2.5.2 version: 2.5.2 @@ -441,8 +441,8 @@ importers: specifier: 15.27.0 version: 15.27.0(@types/node@22.20.1)(bufferutil@4.1.0)(encoding@0.1.13)(supports-color@11.0.0)(utf-8-validate@6.0.6) jasmine-core: - specifier: ^6.0.0 - version: 6.3.0 + specifier: ^7.0.0 + version: 7.0.1 jasmine-spec-reporter: specifier: 7.0.0 version: 7.0.0 @@ -2374,6 +2374,9 @@ packages: '@jasminejs/reporters@1.0.0': resolution: {integrity: sha512-rM3GG4vx2H1Gp5kYCTr9aKlOEJFd43pzpiMAiy5b1+FUc2ub4e6bS6yCi/WQNDzAa5MVp9++dwcoEtcIfoEnhA==} + '@jasminejs/reporters@1.1.0': + resolution: {integrity: sha512-JIrlfaf9c6m0+GtBAgZdcFB6RIRbFBbXxZDZ0WOewq4cLIEcVKEe0RgI1FA77M39FNzeSMTAm+LK/kcQVIkfGQ==} + '@jridgewell/gen-mapping@0.3.13': resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} @@ -6518,6 +6521,9 @@ packages: jasmine-core@6.3.0: resolution: {integrity: sha512-eMm5qBovNjNoGOcgE/W207+wrcK5zrQv0Rg/rWGboUJUmZp0dFCpHTyjpuDAfCwRCqg7f9U2q2jtv/aUuzdCQg==} + jasmine-core@7.0.1: + resolution: {integrity: sha512-AVUnCekV7RBFS6k4+bc9OrLTbEcDYM9gVHtUuPMWrpFUZBovr5p47WbVTKbr6gBYeAtBBe+nX32ivrvc0Ne2XA==} + jasmine-reporters@2.5.2: resolution: {integrity: sha512-qdewRUuFOSiWhiyWZX8Yx3YNQ9JG51ntBEO4ekLQRpktxFTwUHy24a86zD/Oi2BRTKksEdfWQZcQFqzjqIkPig==} @@ -6532,6 +6538,10 @@ packages: resolution: {integrity: sha512-u6L7yYtrtS1JALlp7f4k7Wz7o7ZKXauSKKkXc0L3qUkKrdaxYvNiMHhHp5gtTuVZZXVihXRxS7bWwDBX1wJ7EQ==} hasBin: true + jasmine@7.0.0: + resolution: {integrity: sha512-rnjiyg1LAhFZMoyU8ei/Wqyvti5oCzFhW7ZtkD6o+CSx3LpU9aYurPrh5BKyX3coGvmdEVYPC2HYh1rrBvZoWg==} + hasBin: true + jasminewd2@2.2.0: resolution: {integrity: sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==} engines: {node: '>= 6.9.x'} @@ -11827,6 +11837,8 @@ snapshots: '@jasminejs/reporters@1.0.0': {} + '@jasminejs/reporters@1.1.0': {} + '@jridgewell/gen-mapping@0.3.13': dependencies: '@jridgewell/sourcemap-codec': 1.5.5 @@ -16188,6 +16200,8 @@ snapshots: jasmine-core@6.3.0: {} + jasmine-core@7.0.1: {} + jasmine-reporters@2.5.2: dependencies: '@xmldom/xmldom': 0.8.13 @@ -16209,6 +16223,12 @@ snapshots: glob: 13.0.6 jasmine-core: 6.3.0 + jasmine@7.0.0: + dependencies: + '@jasminejs/reporters': 1.1.0 + glob: 13.0.6 + jasmine-core: 7.0.1 + jasminewd2@2.2.0: {} jest-worker@27.5.1: