diff --git a/package-lock.json b/package-lock.json index 2c93fa9..7b6a019 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "json-schema-to-typescript": "^13.0.1", "jsonc-eslint-parser": "^2.1.0", "lint-staged": "^15.1.0", - "ng-packagr": "17.0.1", + "ng-packagr": "17.0.2", "nx": "17.2.5", "postcss": "^8.4.5", "postcss-import": "~14.1.0", @@ -7476,6 +7476,22 @@ "win32" ] }, + "node_modules/@rollup/wasm-node": { + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.9.0.tgz", + "integrity": "sha512-spVhSzlFgxz88VwlNU1WiWivBluzAgngKwYhRvNifzjglTqgkXdO6zmfwu2Q7MLLd+m7ol8lnWyQCq1U1xxjaw==", + "devOptional": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, "node_modules/@schematics/angular": { "version": "17.0.7", "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-17.0.7.tgz", @@ -21400,13 +21416,14 @@ "dev": true }, "node_modules/ng-packagr": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-17.0.1.tgz", - "integrity": "sha512-eS0nYIqOWdc0nExgpuK7T7KwbgSn/QbsGup5kyyyrLysxBcqii/7/dmY9c/yP34aH7Wi17Bkfo7oezcZyHGKHA==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-17.0.2.tgz", + "integrity": "sha512-1bn1Y93d23ZwTjazCdiEEdolYbXPddq4Q1XNhh+CyUgSTMONJhW2Ikpzbt+Z+3uxz0kSAAPBlHTx7uABXbMPPQ==", "devOptional": true, "dependencies": { "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/wasm-node": "^4.5.0", "ajv": "^8.12.0", "ansi-colors": "^4.1.3", "autoprefixer": "^10.4.16", @@ -21426,7 +21443,6 @@ "piscina": "^4.1.0", "postcss": "^8.4.31", "postcss-url": "^10.1.3", - "rollup": "^4.2.0", "rxjs": "^7.8.1", "sass": "^1.69.5" }, @@ -21437,7 +21453,8 @@ "node": "^18.13.0 || >=20.9.0" }, "optionalDependencies": { - "esbuild": "^0.19.0" + "esbuild": "^0.19.0", + "rollup": "^4.5.0" }, "peerDependencies": { "@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.0", @@ -24903,7 +24920,8 @@ "version": "4.9.0", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.0.tgz", "integrity": "sha512-bUHW/9N21z64gw8s6tP4c88P382Bq/L5uZDowHlHx6s/QWpjJXivIAbEw6LZthgSvlEizZBfLC4OAvWe7aoF7A==", - "devOptional": true, + "dev": true, + "optional": true, "bin": { "rollup": "dist/bin/rollup" }, diff --git a/package.json b/package.json index 0c0e91a..4b20d8d 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "json-schema-to-typescript": "^13.0.1", "jsonc-eslint-parser": "^2.1.0", "lint-staged": "^15.1.0", - "ng-packagr": "17.0.1", + "ng-packagr": "17.0.2", "nx": "17.2.5", "postcss": "^8.4.5", "postcss-import": "~14.1.0",