diff --git a/package-lock.json b/package-lock.json index 7baaf2c..c0b567d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/common": "20.1.6", "@angular/compiler": "20.1.6", "@angular/core": "20.1.6", - "@angular/platform-browser": "20.1.6", + "@angular/platform-browser": "^20.1.7", "@angular/router": "20.1.6", "@contentstack/delivery-sdk": "^4.8.0", "@contentstack/live-preview-utils": "^3.4.0", @@ -878,9 +878,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.1.6.tgz", - "integrity": "sha512-0FmqP1+JdzrT74JZLbf5IpC8nn0AeJ3Mk1IlXRVcK5olyh3SiEZIGBw89mYwmgP3gQqnjoakooTMA3wwy4Evxw==", + "version": "20.1.7", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.1.7.tgz", + "integrity": "sha512-z2dlsrar4XmDAIgin1O3zDztVWHUpdZzR65mqyvbaNKtQHcnL33wVBBNVnksBkpPq+Lou2Cih1AdsICKyRyRbQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -889,9 +889,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "20.1.6", - "@angular/common": "20.1.6", - "@angular/core": "20.1.6" + "@angular/animations": "20.1.7", + "@angular/common": "20.1.7", + "@angular/core": "20.1.7" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 83abd44..1732732 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/common": "20.1.6", "@angular/compiler": "20.1.6", "@angular/core": "20.1.6", - "@angular/platform-browser": "20.1.6", + "@angular/platform-browser": "20.1.7", "@angular/router": "20.1.6", "@contentstack/delivery-sdk": "^4.8.0", "@contentstack/live-preview-utils": "^3.4.0",