diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a02f6bda3..6fb98b7d0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@analogjs/content": "^1.10.2", - "@analogjs/router": "^1.10.2", + "@analogjs/router": "^1.10.3", "@angular/animations": "~19.0.4", "@angular/cdk": "^19.0.3", "@angular/common": "~19.0.4", @@ -129,10 +129,9 @@ } }, "node_modules/@analogjs/content": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@analogjs/content/-/content-1.10.2.tgz", - "integrity": "sha512-KW1wClx5o5aGGTxbrkyf61UzP3E+fpPlSYDmhO9BqsKS2z+TyUQ/9HsZcggCem06zAm1FgolZZS8OjwrqUJUcQ==", - "license": "MIT", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@analogjs/content/-/content-1.10.3.tgz", + "integrity": "sha512-kA/ni8PzACfaMmXgC6wez8xvJgnxWX9cBURgJ0UDWUsIyuPeVwPEB3ji83M76fEUAVsFWu4IqiOOgtK6pSwgxg==", "dependencies": { "tslib": "^2.3.0" }, @@ -212,10 +211,9 @@ } }, "node_modules/@analogjs/router": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@analogjs/router/-/router-1.10.2.tgz", - "integrity": "sha512-h0ZVnpCyyYJN7KHrLgAq4Ak0lTTKjf3EYNPbs7YrWuW/p4QCz7kKPluLOrnE2HOUJVJG/iJwr3e6YPsUkppFqw==", - "license": "MIT", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@analogjs/router/-/router-1.10.3.tgz", + "integrity": "sha512-KYNijNg1qonNSc24RHRE+jSfSe3Ww2wKWmPaMafVpydaIk9xNGCodFGAhuPfJlWMYzFbW4tYJ6s2Rh2957xBew==", "dependencies": { "tslib": "^2.0.0" }, @@ -224,7 +222,7 @@ "url": "https://github.com/sponsors/brandonroberts" }, "peerDependencies": { - "@analogjs/content": "^1.10.2", + "@analogjs/content": "^1.10.3", "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } diff --git a/frontend/package.json b/frontend/package.json index 6844db495..5db04e16b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "private": true, "dependencies": { "@analogjs/content": "^1.10.2", - "@analogjs/router": "^1.10.2", + "@analogjs/router": "^1.10.3", "@angular/animations": "~19.0.4", "@angular/cdk": "^19.0.3", "@angular/common": "~19.0.4",