The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump @floating-ui/dom from 1.5.3 to 1.6.1 (#766)

Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.5.3 to 1.6.1.
- [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.1/packages/dom)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
e21d50c7 f3c7211b

+14 -14
+13 -13
package-lock.json
··· 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "@clack/prompts": "^0.7.0", 13 - "@floating-ui/dom": "^1.5.3", 13 + "@floating-ui/dom": "^1.6.1", 14 14 "@napi-rs/simple-git": "0.1.14", 15 15 "async-mutex": "^0.4.0", 16 16 "chalk": "^5.3.0", ··· 478 478 } 479 479 }, 480 480 "node_modules/@floating-ui/core": { 481 - "version": "1.5.2", 482 - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.2.tgz", 483 - "integrity": "sha512-Ii3MrfY/GAIN3OhXNzpCKaLxHQfJF9qvwq/kEJYdqDxeIHa01K8sldugal6TmeeXl+WMvhv9cnVzUTaFFJF09A==", 481 + "version": "1.6.0", 482 + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.0.tgz", 483 + "integrity": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==", 484 484 "dependencies": { 485 - "@floating-ui/utils": "^0.1.3" 485 + "@floating-ui/utils": "^0.2.1" 486 486 } 487 487 }, 488 488 "node_modules/@floating-ui/dom": { 489 - "version": "1.5.3", 490 - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz", 491 - "integrity": "sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==", 489 + "version": "1.6.1", 490 + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.1.tgz", 491 + "integrity": "sha512-iA8qE43/H5iGozC3W0YSnVSW42Vh522yyM1gj+BqRwVsTNOyr231PsXDaV04yT39PsO0QL2QpbI/M0ZaLUQgRQ==", 492 492 "dependencies": { 493 - "@floating-ui/core": "^1.4.2", 494 - "@floating-ui/utils": "^0.1.3" 493 + "@floating-ui/core": "^1.6.0", 494 + "@floating-ui/utils": "^0.2.1" 495 495 } 496 496 }, 497 497 "node_modules/@floating-ui/utils": { 498 - "version": "0.1.6", 499 - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz", 500 - "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==" 498 + "version": "0.2.1", 499 + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", 500 + "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" 501 501 }, 502 502 "node_modules/@isaacs/cliui": { 503 503 "version": "8.0.2",
+1 -1
package.json
··· 35 35 }, 36 36 "dependencies": { 37 37 "@clack/prompts": "^0.7.0", 38 - "@floating-ui/dom": "^1.5.3", 38 + "@floating-ui/dom": "^1.6.1", 39 39 "@napi-rs/simple-git": "0.1.14", 40 40 "async-mutex": "^0.4.0", 41 41 "chalk": "^5.3.0",