diff --git a/client/package-lock.json b/client/package-lock.json index e20bc1c8..77bf3d53 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "linkify-react": "^4.1.4", "linkifyjs": "^4.1.4", "lodash": "^4.17.21", - "nanoid": "^5.0.8", + "nanoid": "^5.0.9", "node-sass": "^9.0.0", "photoswipe": "^5.4.4", "prop-types": "^15.8.1", @@ -13927,15 +13927,16 @@ "integrity": "sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==" }, "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", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.js" }, diff --git a/client/package.json b/client/package.json old mode 100755 new mode 100644 index 5e6cf3f0..b6db8912 --- a/client/package.json +++ b/client/package.json @@ -74,7 +74,7 @@ "linkify-react": "^4.1.4", "linkifyjs": "^4.1.4", "lodash": "^4.17.21", - "nanoid": "^5.0.8", + "nanoid": "^5.0.9", "node-sass": "^9.0.0", "photoswipe": "^5.4.4", "prop-types": "^15.8.1",