diff --git a/examples/angular-ssr/package-lock.json b/examples/angular-ssr/package-lock.json index ddbfd099054b..70e0cdd7d0e5 100644 --- a/examples/angular-ssr/package-lock.json +++ b/examples/angular-ssr/package-lock.json @@ -8,7 +8,7 @@ "name": "angular-ssr", "version": "0.0.0", "dependencies": { - "@angular/common": "^20.3.0", + "@angular/common": "^20.3.28", "@angular/compiler": "^20.3.0", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", @@ -16,10 +16,10 @@ "@angular/platform-server": "^20.3.0", "@angular/router": "^20.3.0", "@angular/ssr": "^20.3.2", - "@dotcms/angular": "latest", - "@dotcms/client": "latest", - "@dotcms/types": "latest", - "@dotcms/uve": "latest", + "@dotcms/angular": "*", + "@dotcms/client": "*", + "@dotcms/types": "*", + "@dotcms/uve": "*", "@tailwindcss/postcss": "^4.1.13", "@tinymce/tinymce-angular": "^9.0.0", "@types/dotenv": "^6.1.1", @@ -482,9 +482,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.24", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.24.tgz", - "integrity": "sha512-jeCNfQMGoKvte+rNCsYWhHgaT5IiFt1aTOoAtrbfjZsRGEFaOR2fVZbri2IPgsnIVIuUVGZsDlEHYNuc52AeyA==", + "version": "20.3.28", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.28.tgz", + "integrity": "sha512-vvMrBI0POHYeUE8EnN4ohYOqLkmZXI6oKJnMvarfukySnw7mZ4VuY4DNAnRSbEZEqO55sOmVCQ7jbxDDt34tZw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -493,7 +493,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.24", + "@angular/core": "20.3.28", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -3870,6 +3870,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.10.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.10.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", diff --git a/examples/angular-ssr/package.json b/examples/angular-ssr/package.json index f0c7729b467b..543fa914e828 100644 --- a/examples/angular-ssr/package.json +++ b/examples/angular-ssr/package.json @@ -23,7 +23,7 @@ }, "private": true, "dependencies": { - "@angular/common": "^20.3.0", + "@angular/common": "^20.3.28", "@angular/compiler": "^20.3.0", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0",