diff options
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index 6f612ec..dd9e3cd 100644 --- a/app/package.json +++ b/app/package.json @@ -2,7 +2,7 @@ "name": "website", "version": "0.0.1", "dependencies": { - "@floating-ui/dom": "1.5.2" + "@floating-ui/dom": "1.5.3" }, "devDependencies": { "@iconify/svelte": "^3.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ccbbd65..e9f6541 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: app: dependencies: '@floating-ui/dom': - specifier: 1.5.2 - version: 1.5.2 + specifier: 1.5.3 + version: 1.5.3 devDependencies: '@iconify/svelte': specifier: ^3.1.4 @@ -1575,8 +1575,8 @@ packages: '@floating-ui/utils': 0.1.4 dev: false - /@floating-ui/dom@1.5.2: - resolution: {integrity: sha512-6ArmenS6qJEWmwzczWyhvrXRdI/rI78poBcW0h/456+onlabit+2G+QxHx5xTOX60NBJQXjsCLFbW2CmsXpUog==} + /@floating-ui/dom@1.5.3: + resolution: {integrity: sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==} dependencies: '@floating-ui/core': 1.5.0 '@floating-ui/utils': 0.1.4 |