diff --git a/examples/angular-ssr/package-lock.json b/examples/angular-ssr/package-lock.json index ddbfd099054b..39c0a723ba93 100644 --- a/examples/angular-ssr/package-lock.json +++ b/examples/angular-ssr/package-lock.json @@ -13,13 +13,13 @@ "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", - "@angular/platform-server": "^20.3.0", + "@angular/platform-server": "^20.3.30", "@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", @@ -608,9 +608,9 @@ } }, "node_modules/@angular/platform-server": { - "version": "20.3.24", - "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-20.3.24.tgz", - "integrity": "sha512-Y4xH93yLbLgyED/6zsnjqXs2stPfgU3qAm12Cm1vG+iwkJNASdnQAU38JhVh/TV9jO+5Xar9ziOy+vd/L9QbvA==", + "version": "20.3.30", + "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-20.3.30.tgz", + "integrity": "sha512-L7k5juh0sD5eBg3vJdzGmdScUVZzEBg4C19qvkJnDmBK5tiQ6we3jTMZEzGZNq83qMNZL/VrxDAMdiddapf6IA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0", @@ -620,10 +620,10 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.3.24", - "@angular/compiler": "20.3.24", - "@angular/core": "20.3.24", - "@angular/platform-browser": "20.3.24", + "@angular/common": "20.3.30", + "@angular/compiler": "20.3.30", + "@angular/core": "20.3.30", + "@angular/platform-browser": "20.3.30", "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..2325e24f9470 100644 --- a/examples/angular-ssr/package.json +++ b/examples/angular-ssr/package.json @@ -28,7 +28,7 @@ "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", - "@angular/platform-server": "^20.3.0", + "@angular/platform-server": "^20.3.30", "@angular/router": "^20.3.0", "@angular/ssr": "^20.3.2", "@dotcms/angular": "latest",