From 39188bd27b246b9b46aed0b640a431dd13fa2ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:03:18 +0000 Subject: [PATCH] chore(deps): Bump the prod group with 2 updates Bumps the prod group with 2 updates: [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) and [nanoid](https://github.com/ai/nanoid). Updates `@floating-ui/dom` from 1.6.11 to 1.6.12 - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.6.12/packages/dom) Updates `nanoid` from 5.0.7 to 5.0.8 - [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.7...5.0.8) --- updated-dependencies: - dependency-name: "@floating-ui/dom" 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 | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50bc254..ed8c31f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "0.3.1", "license": "BSD-3-Clause", "dependencies": { - "@floating-ui/dom": "^1.6.11", + "@floating-ui/dom": "^1.6.12", "@types/css-tree": "^2.3.8", "css-tree": "^3.0.0", - "nanoid": "^5.0.7" + "nanoid": "^5.0.8" }, "devDependencies": { "@playwright/test": "1.43.1", @@ -1045,9 +1045,9 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz", - "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==", + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.12.tgz", + "integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==", "dependencies": { "@floating-ui/core": "^1.6.0", "@floating-ui/utils": "^0.2.8" @@ -4968,9 +4968,9 @@ "dev": true }, "node_modules/nanoid": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", - "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.8.tgz", + "integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index de2d10b..ec8121a 100644 --- a/package.json +++ b/package.json @@ -78,10 +78,10 @@ "test:wpt": "node --loader ts-node/esm ./tests/wpt.ts" }, "dependencies": { - "@floating-ui/dom": "^1.6.11", + "@floating-ui/dom": "^1.6.12", "@types/css-tree": "^2.3.8", "css-tree": "^3.0.0", - "nanoid": "^5.0.7" + "nanoid": "^5.0.8" }, "devDependencies": { "@playwright/test": "1.43.1",