From 6f602da9221f7d91cec041c51dd249ef0383fb53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:31:15 +0000 Subject: [PATCH] chore(deps): Bump the prod group with 2 updates Bumps the prod group with 2 updates: [css-tree](https://github.com/csstree/csstree) and [nanoid](https://github.com/ai/nanoid). Updates `css-tree` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/csstree/csstree/releases) - [Changelog](https://github.com/csstree/csstree/blob/master/CHANGELOG.md) - [Commits](https://github.com/csstree/csstree/compare/v3.0.0...v3.0.1) Updates `nanoid` from 5.0.8 to 5.0.9 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/5.0.8...5.0.9) --- updated-dependencies: - dependency-name: css-tree dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++------------ package.json | 4 ++-- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 552c06f..c1e8568 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@floating-ui/dom": "^1.6.12", "@types/css-tree": "^2.3.8", - "css-tree": "^3.0.0", - "nanoid": "^5.0.8" + "css-tree": "^3.0.1", + "nanoid": "^5.0.9" }, "devDependencies": { "@playwright/test": "1.43.1", @@ -2608,11 +2608,12 @@ } }, "node_modules/css-tree": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.0.0.tgz", - "integrity": "sha512-o88DVQ6GzsABn1+6+zo2ct801dBO5OASVyxbbvA2W20ue2puSh/VOuqUj90eUeMSX/xqGqBmOKiRQN7tJOuBXw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.0.1.tgz", + "integrity": "sha512-8Fxxv+tGhORlshCdCwnNJytvlvq46sOLSYEx2ZIGurahWvMucSRnyjPA3AmrMq4VPRYbHVpWj5VkiVasrM2H4Q==", + "license": "MIT", "dependencies": { - "mdn-data": "2.10.0", + "mdn-data": "2.12.1", "source-map-js": "^1.0.1" }, "engines": { @@ -5000,9 +5001,10 @@ } }, "node_modules/mdn-data": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.10.0.tgz", - "integrity": "sha512-qq7C3EtK3yJXMwz1zAab65pjl+UhohqMOctTgcqjLOWABqmwj+me02LSsCuEUxnst9X1lCBpoE0WArGKgdGDzw==" + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.1.tgz", + "integrity": "sha512-rsfnCbOHjqrhWxwt5/wtSLzpoKTzW7OXdT5lLOIH1OTYhWu9rRJveGq0sKvDZODABH7RX+uoR+DYcpFnq4Tf6Q==", + "license": "CC0-1.0" }, "node_modules/memorystream": { "version": "0.3.1", @@ -5108,15 +5110,16 @@ "dev": true }, "node_modules/nanoid": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.8.tgz", - "integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" }, diff --git a/package.json b/package.json index b480ef8..446fbfc 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,8 @@ "dependencies": { "@floating-ui/dom": "^1.6.12", "@types/css-tree": "^2.3.8", - "css-tree": "^3.0.0", - "nanoid": "^5.0.8" + "css-tree": "^3.0.1", + "nanoid": "^5.0.9" }, "devDependencies": { "@playwright/test": "1.43.1",