diff --git a/package-lock.json b/package-lock.json index fdff0f53..38bdecf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@remix-run/serve": "2.13.1", "@remix-validated-form/with-zod": "2.0.7", "date-fns": "3.6.0", - "nanoid": "5.0.8", + "nanoid": "5.0.9", "node-cache": "5.1.2", "react": "18.3.1", "react-dom": "18.3.1", @@ -10478,9 +10478,9 @@ "license": "MIT" }, "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", diff --git a/package.json b/package.json index 60715a73..84f68ace 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@remix-run/serve": "2.13.1", "@remix-validated-form/with-zod": "2.0.7", "date-fns": "3.6.0", - "nanoid": "5.0.8", + "nanoid": "5.0.9", "node-cache": "5.1.2", "react": "18.3.1", "react-dom": "18.3.1",