From d41869bdd67a717e3112e3d7cf15f40a8668ce74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 05:02:29 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.3.1 to 4.3.2 in /website-astro Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.1...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- website-astro/package-lock.json | 85 ++++++++------------------------- 1 file changed, 20 insertions(+), 65 deletions(-) diff --git a/website-astro/package-lock.json b/website-astro/package-lock.json index 5477e587a2..6c0442d002 100644 --- a/website-astro/package-lock.json +++ b/website-astro/package-lock.json @@ -51,10 +51,10 @@ }, "../packages/data_enhancement": { "name": "@firecms/data_enhancement", - "version": "3.3.0", + "version": "3.4.0", "dependencies": { - "@firecms/core": "workspace:^3.3.0", - "@firecms/ui": "workspace:^3.3.0" + "@firecms/core": "workspace:^3.4.0", + "@firecms/ui": "workspace:^3.4.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", @@ -80,16 +80,16 @@ }, "../packages/firebase_firecms": { "name": "@firecms/firebase", - "version": "3.3.0", - "dependencies": { - "@firecms/collection_editor": "workspace:^3.3.0", - "@firecms/core": "workspace:^3.3.0", - "@firecms/data_enhancement": "workspace:^3.3.0", - "@firecms/data_export": "workspace:^3.3.0", - "@firecms/data_import": "workspace:^3.3.0", - "@firecms/data_import_export": "workspace:^3.3.0", - "@firecms/schema_inference": "workspace:^3.3.0", - "@firecms/ui": "workspace:^3.3.0", + "version": "3.4.0", + "dependencies": { + "@firecms/collection_editor": "workspace:^3.4.0", + "@firecms/core": "workspace:^3.4.0", + "@firecms/data_enhancement": "workspace:^3.4.0", + "@firecms/data_export": "workspace:^3.4.0", + "@firecms/data_import": "workspace:^3.4.0", + "@firecms/data_import_export": "workspace:^3.4.0", + "@firecms/schema_inference": "workspace:^3.4.0", + "@firecms/ui": "workspace:^3.4.0", "react-router": "^6.30.2", "react-router-dom": "^6.30.2" }, @@ -117,14 +117,14 @@ }, "../packages/firecms_core": { "name": "@firecms/core", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", - "@firecms/formex": "workspace:^3.3.0", - "@firecms/ui": "workspace:^3.3.0", + "@firecms/formex": "workspace:^3.4.0", + "@firecms/ui": "workspace:^3.4.0", "@floating-ui/dom": "^1.7.4", "@radix-ui/react-portal": "^1.1.10", "@radix-ui/react-slot": "^1.2.4", @@ -211,7 +211,7 @@ }, "../packages/ui": { "name": "@firecms/ui", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "dependencies": { "@material-design-icons/font": "^0.14.15", @@ -468,51 +468,6 @@ "unified": "^11.0.5" } }, - "node_modules/@astrojs/markdown-remark": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.2.1.tgz", - "integrity": "sha512-jPVNIqTvk+yKviikszv/Y1U4jGUSKpp/Nw48QZV4qjWgp70j4Lkq3lhSDRbWwCfgKvEyO9GHuVbV1dM2WYXy1w==", - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@astrojs/internal-helpers": "0.10.1", - "@astrojs/prism": "4.0.2", - "github-slugger": "^2.0.0", - "hast-util-from-html": "^2.0.3", - "hast-util-to-text": "^4.0.2", - "mdast-util-definitions": "^6.0.0", - "rehype-raw": "^7.0.0", - "rehype-stringify": "^10.0.1", - "remark-gfm": "^4.0.1", - "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.2", - "remark-smartypants": "^3.0.2", - "unified": "^11.0.5", - "unist-util-remove-position": "^5.0.0", - "unist-util-visit": "^5.1.0", - "unist-util-visit-parents": "^6.0.2", - "vfile": "^6.0.3" - } - }, - "node_modules/@astrojs/markdown-remark/node_modules/@astrojs/internal-helpers": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.1.tgz", - "integrity": "sha512-5phcroT/vmOOrYuuAxtkbPixy5hePtlz9i8K4OeDv3dNK6/UQRuXPOSRTxIOBbUY5Sonw2UaxjbuVc43Mcir6Q==", - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@types/hast": "^3.0.4", - "@types/mdast": "^4.0.4", - "js-yaml": "^4.1.1", - "picomatch": "^4.0.4", - "retext-smartypants": "^6.2.0", - "shiki": "^4.0.2", - "smol-toml": "^1.6.0", - "unified": "^11.0.5" - } - }, "node_modules/@astrojs/markdown-satteri": { "version": "0.3.4", "resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.3.4.tgz", @@ -6993,9 +6948,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", - "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz", + "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==", "funding": [ { "type": "github",