From 6b6e2697c1e5fc23e7b593a0b9ce07d6a2701bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:06:25 +0000 Subject: [PATCH] build(deps): bump ngx-float-ui from 20.0.0 to 21.0.1 Bumps [ngx-float-ui](https://github.com/tonysamperi/ngx-float-ui) from 20.0.0 to 21.0.1. - [Release notes](https://github.com/tonysamperi/ngx-float-ui/releases) - [Changelog](https://github.com/tonysamperi/ngx-float-ui/blob/master/changelog.md) - [Commits](https://github.com/tonysamperi/ngx-float-ui/compare/20.0.0...21.0.1) --- updated-dependencies: - dependency-name: ngx-float-ui dependency-version: 21.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index daa98345d..7697b5e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@think-it-labs/edc-connector-client": "0.9.5", "material-symbols": "^0.42.3", "mime": "^4.1.0", - "ngx-float-ui": "^20.0.0", + "ngx-float-ui": "^21.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "uuid": "^13.0.0", @@ -4014,28 +4014,28 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.0.tgz", - "integrity": "sha512-FRdBLykrPPA6P76GGGqlex/e7fbe0F1ykgxHYNXQsH/iTEtjMj/f9bpY5oQqbjt5VgZvgz/uKXbGuROijh3VLA==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz", + "integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==", "license": "MIT", "dependencies": { - "@floating-ui/utils": "^0.2.9" + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/dom": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.0.tgz", - "integrity": "sha512-lGTor4VlXcesUMh1cupTUTDoCxMb0V6bm3CnxHzQcw8Eaf1jQbgQX4i02fYgT0vJ82tb5MZ4CZk1LRGkktJCzg==", + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", + "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.7.0", - "@floating-ui/utils": "^0.2.9" + "@floating-ui/core": "^1.7.5", + "@floating-ui/utils": "^0.2.11" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz", - "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==", + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz", + "integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==", "license": "MIT" }, "node_modules/@gar/promise-retry": { @@ -15191,18 +15191,18 @@ } }, "node_modules/ngx-float-ui": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/ngx-float-ui/-/ngx-float-ui-20.0.0.tgz", - "integrity": "sha512-7ISXXgIrV47o68zS4vC7ZvwgCifjBxUR/tnu4xb49/Q7diDTce3nSlgfmBmp4n5SHUL2PY3PmD1IYWkD9TtJyQ==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/ngx-float-ui/-/ngx-float-ui-21.0.1.tgz", + "integrity": "sha512-yQ1XEY5woAOnP5AaFRZqpUBAYYu0+qhSGaZTmcnn0mIXO6GTz9bKFLGgDdbBWx8QSWLDdSo6GQBh1GnRSK1Unw==", "hasInstallScript": true, "license": "MIT", "dependencies": { - "@floating-ui/dom": "^1.6.13", + "@floating-ui/dom": "^1.7.4", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^20.0.0", - "@angular/core": "^20.0.0", + "@angular/common": "^21.0.0", + "@angular/core": "^21.0.0", "rxjs": "^7.4.0" } }, diff --git a/package.json b/package.json index e6a1997e8..4226fdd08 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@think-it-labs/edc-connector-client": "0.9.5", "material-symbols": "^0.42.3", "mime": "^4.1.0", - "ngx-float-ui": "^20.0.0", + "ngx-float-ui": "^21.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "uuid": "^13.0.0",