From 85e6c9d8dc6eecb051c01bd84af9ec3bed0ba6ab Mon Sep 17 00:00:00 2001 From: Christoph Hinssen Date: Fri, 15 Sep 2023 14:16:09 +0200 Subject: [PATCH] fix typo --- feature-libs/quote/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature-libs/quote/package.json b/feature-libs/quote/package.json index 75412904a8b..5b4231dc051 100644 --- a/feature-libs/quote/package.json +++ b/feature-libs/quote/package.json @@ -31,7 +31,7 @@ "@angular/common": "^15.2.9", "@angular/core": "^15.2.9", "@angular/forms": "^15.2.9", - "@angular/router": "^15.2.", + "@angular/router": "^15.2.9", "@spartacus/cart": "6.3.0-1", "@spartacus/core": "6.3.0-1", "@spartacus/schematics": "6.3.0-1",