diff --git a/package-lock.json b/package-lock.json index 217a123..282fcfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,12 +23,12 @@ "@angular/compiler": "22.1.3", "@angular/compiler-cli": "22.1.3", "@eslint/js": "10.0.1", - "@types/jasmine": "5.1.9", - "@types/node": "24.10.1", + "@types/jasmine": "6.0.0", + "@types/node": "26.2.0", "angular-eslint": "22.1.0", "eslint": "10.8.1", "istanbul-lib-instrument": "6.0.3", - "jasmine-core": "5.10.0", + "jasmine-core": "7.0.1", "karma": "6.4.4", "karma-chrome-launcher": "3.2.0", "karma-coverage": "2.2.1", @@ -5084,9 +5084,9 @@ "license": "MIT" }, "node_modules/@types/jasmine": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.9.tgz", - "integrity": "sha512-8t4HtkW4wxiPVedMpeZ63n3vlWxEIquo/zc1Tm8ElU+SqVV7+D3Na2PWaJUp179AzTragMWVwkMv7mvty0NfyQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-6.0.0.tgz", + "integrity": "sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==", "dev": true, "license": "MIT" }, @@ -5105,13 +5105,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", - "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", + "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/ws": { @@ -8199,9 +8199,9 @@ } }, "node_modules/jasmine-core": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.10.0.tgz", - "integrity": "sha512-MrChbWV5LBo+EaeKwTM1eZ6oYSz1brvFExnRafraEkJkbJ9evbUxABhnIgGQimhpMxhg+BD6QmOvb/e3NXsNdg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-7.0.1.tgz", + "integrity": "sha512-AVUnCekV7RBFS6k4+bc9OrLTbEcDYM9gVHtUuPMWrpFUZBovr5p47WbVTKbr6gBYeAtBBe+nX32ivrvc0Ne2XA==", "dev": true, "license": "MIT" }, @@ -11391,9 +11391,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 9aab0e6..06f9259 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,12 @@ "@angular/compiler": "22.1.3", "@angular/compiler-cli": "22.1.3", "@eslint/js": "10.0.1", - "@types/jasmine": "5.1.9", - "@types/node": "24.10.1", + "@types/jasmine": "6.0.0", + "@types/node": "26.2.0", "angular-eslint": "22.1.0", "eslint": "10.8.1", "istanbul-lib-instrument": "6.0.3", - "jasmine-core": "5.10.0", + "jasmine-core": "7.0.1", "karma": "6.4.4", "karma-chrome-launcher": "3.2.0", "karma-coverage": "2.2.1",