diff --git a/examples/my-ngsw-app/package-lock.json b/examples/my-ngsw-app/package-lock.json index d7b201c3..0879301a 100644 --- a/examples/my-ngsw-app/package-lock.json +++ b/examples/my-ngsw-app/package-lock.json @@ -8,7 +8,7 @@ "name": "my-ngsw-app", "version": "0.0.0", "dependencies": { - "@angular/animations": "^16.2.0", + "@angular/animations": "^16.2.9", "@angular/common": "^16.2.0", "@angular/compiler": "^16.2.0", "@angular/core": "^16.2.0", @@ -53,6 +53,7 @@ "dependencies": { "@angular-devkit/architect": "^0.1602.0", "@angular-devkit/core": "^16.2.0", + "mustache": "^4.2.0", "typescript": "~5.1.6", "webpack": "^5.79.0" }, @@ -66,7 +67,6 @@ "copyfiles": "^2.4.1", "eslint": "^8.30.0", "jest": "^29.3.1", - "mustache": "^4.2.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.3" } @@ -714,9 +714,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.0.tgz", - "integrity": "sha512-SgOjldgRlU6XL1f6OUmFa+1iiy1OCWXH8i7q7g0yGCeQ4XAlvNRjDj++xxvUwDhE2pLKJLPYDJmCH98mvjKZcA==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.9.tgz", + "integrity": "sha512-J+nsc2x/ZQuh+YwwTzxXUrV+7SBpJq6DDStfTFkZls9PWGRj9fjqQeRCWrfNLllpxopAEjhFkoyK06oSjcwqAw==", "dependencies": { "tslib": "^2.3.0" }, @@ -724,7 +724,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.0" + "@angular/core": "16.2.9" } }, "node_modules/@angular/cli": { @@ -13237,9 +13237,9 @@ } }, "@angular/animations": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.0.tgz", - "integrity": "sha512-SgOjldgRlU6XL1f6OUmFa+1iiy1OCWXH8i7q7g0yGCeQ4XAlvNRjDj++xxvUwDhE2pLKJLPYDJmCH98mvjKZcA==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.9.tgz", + "integrity": "sha512-J+nsc2x/ZQuh+YwwTzxXUrV+7SBpJq6DDStfTFkZls9PWGRj9fjqQeRCWrfNLllpxopAEjhFkoyK06oSjcwqAw==", "requires": { "tslib": "^2.3.0" } diff --git a/examples/my-ngsw-app/package.json b/examples/my-ngsw-app/package.json index e47737a9..bff8b6c1 100644 --- a/examples/my-ngsw-app/package.json +++ b/examples/my-ngsw-app/package.json @@ -18,7 +18,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.2.0", + "@angular/animations": "^16.2.9", "@angular/common": "^16.2.0", "@angular/compiler": "^16.2.0", "@angular/core": "^16.2.0",