diff --git a/config.yml b/config.yml index 1b7ab195749a..fccdbb1967b8 100644 --- a/config.yml +++ b/config.yml @@ -35,7 +35,7 @@ cdn: js_hash: "sha384-Php492snRLTR5p+hMyxpV6gYwp1avWXn4AaX31MgANrvsjr9Dpodl3Nw60L7Pewl" js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@6.0.0-alpha1/dist/js/bootstrap.bundle.min.js" js_bundle_hash: "sha384-I2J4jlw924JZXHU9un9Mcuixq/rKhd5A8/B1NQ6ifPAiBFacZjwNcec8d6L38jQv" - floating_ui_esm: "https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.7.6/dist/floating-ui.dom.esm.min.js" + floating_ui_esm: "https://cdn.jsdelivr.net/npm/@floating-ui/dom@1.8.0/dist/floating-ui.dom.esm.min.js" vanilla_calendar_pro_esm: "https://cdn.jsdelivr.net/npm/vanilla-calendar-pro@3.2.0/index.mjs" anchors: diff --git a/package-lock.json b/package-lock.json index 0fe46faee28f..6d890c9ebec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@astrojs/markdown-remark": "^7.2.4", "@astrojs/mdx": "^7.0.8", "@astrojs/sitemap": "^3.7.3", - "@floating-ui/dom": "^1.7.6", + "@floating-ui/dom": "^1.8.0", "@pagefind/component-ui": "^1.5.2", "@shikijs/transformers": "^4.4.3", "@stackblitz/sdk": "^1.11.1", @@ -89,7 +89,7 @@ "zod": "^4.4.3" }, "peerDependencies": { - "@floating-ui/dom": "^1.7.6", + "@floating-ui/dom": "^1.8.0", "vanilla-calendar-pro": "^3.2.0" } }, @@ -2807,14 +2807,14 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz", - "integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.8.0.tgz", + "integrity": "sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==", "dev": true, "license": "MIT", "dependencies": { - "@floating-ui/core": "^1.7.5", - "@floating-ui/utils": "^0.2.11" + "@floating-ui/core": "^1.8.0", + "@floating-ui/utils": "^0.2.12" } }, "node_modules/@floating-ui/utils": { diff --git a/package.json b/package.json index c17fe9a6eb51..35a5af62018a 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "spellcheck": "cspell --config .cspell.json \".gitignore\" \"**/*.{md,mdx,yml,yaml,json,js,cjs,mjs,ts}\"" }, "peerDependencies": { - "@floating-ui/dom": "^1.7.6", + "@floating-ui/dom": "^1.8.0", "vanilla-calendar-pro": "^3.2.0" }, "devDependencies": { @@ -134,7 +134,7 @@ "@astrojs/markdown-remark": "^7.2.4", "@astrojs/mdx": "^7.0.8", "@astrojs/sitemap": "^3.7.3", - "@floating-ui/dom": "^1.7.6", + "@floating-ui/dom": "^1.8.0", "@pagefind/component-ui": "^1.5.2", "@shikijs/transformers": "^4.4.3", "@stackblitz/sdk": "^1.11.1",