From 26b32430993964439d57801bd76f7c50e75cbba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:32:55 +0000 Subject: [PATCH] deps(npm): bump lenis from 1.3.19 to 1.3.23 Bumps [lenis](https://github.com/darkroomengineering/lenis) from 1.3.19 to 1.3.23. - [Release notes](https://github.com/darkroomengineering/lenis/releases) - [Commits](https://github.com/darkroomengineering/lenis/compare/v1.3.19...v1.3.23) --- updated-dependencies: - dependency-name: lenis dependency-version: 1.3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 +++++++++---------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee77b32..5d256b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@vimeo/player": "^2.30.3", - "lenis": "^1.3.19" + "lenis": "^1.3.23" }, "devDependencies": { "esbuild": "^0.28.0", @@ -845,9 +845,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -865,9 +862,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -885,9 +879,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -905,9 +896,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -925,9 +913,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -945,9 +930,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1459,10 +1441,15 @@ } }, "node_modules/lenis": { - "version": "1.3.19", - "resolved": "https://registry.npmjs.org/lenis/-/lenis-1.3.19.tgz", - "integrity": "sha512-SFSAWnkGWFyOryfnxc8MtLZiaxDt/vhTJ//7F/nGhrdzDjdqYeCpRk3ZBrqfmdNcjSYuJE4zsIY2x8ypiW01Uw==", + "version": "1.3.23", + "resolved": "https://registry.npmjs.org/lenis/-/lenis-1.3.23.tgz", + "integrity": "sha512-YxYq3TJqj9sJNv0V9SkyQHejt14xwyIwgDaaMK89Uf9SxQfIszu+gTQSSphh6BWlLTNVKvvXAGkg+Zf+oFIevg==", "license": "MIT", + "workspaces": [ + "packages/*", + "playground", + "playground/*" + ], "funding": { "type": "github", "url": "https://github.com/sponsors/darkroomengineering" @@ -1627,9 +1614,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1651,9 +1635,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1675,9 +1656,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1699,9 +1677,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 6ad099c..24a4051 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@vimeo/player": "^2.30.3", - "lenis": "^1.3.19" + "lenis": "^1.3.23" } }