diff --git a/package-lock.json b/package-lock.json index b4d62bd2bcc..855f067828f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3283,16 +3283,18 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.6.5", - "license": "MIT", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.7.tgz", + "integrity": "sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==", "dependencies": { - "@floating-ui/core": "^1.0.0", - "@floating-ui/utils": "^0.2.0" + "@floating-ui/core": "^1.6.0", + "@floating-ui/utils": "^0.2.4" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.2", - "license": "MIT" + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.4.tgz", + "integrity": "sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==" }, "node_modules/@glideapps/ts-necessities": { "version": "2.2.3", @@ -34314,7 +34316,7 @@ "license": "SEE LICENSE.md", "dependencies": { "@esri/calcite-ui-icons": "3.28.2", - "@floating-ui/dom": "1.6.5", + "@floating-ui/dom": "1.6.7", "@stencil/core": "4.18.3", "@types/color": "3.0.6", "color": "4.2.3", diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index d9da85735ac..0f276964837 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@esri/calcite-ui-icons": "3.28.2", - "@floating-ui/dom": "1.6.5", + "@floating-ui/dom": "1.6.7", "@stencil/core": "4.18.3", "@types/color": "3.0.6", "color": "4.2.3",