From fb50eab3517c607fe9d3ecc71cf6838b069176a1 Mon Sep 17 00:00:00 2001 From: actions-bot Date: Sun, 15 Dec 2024 12:02:02 +0000 Subject: [PATCH] Updated node modules based on npm audit fix --- public/themes/custom/infofinland/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/themes/custom/infofinland/package-lock.json b/public/themes/custom/infofinland/package-lock.json index 39113753..453ee656 100644 --- a/public/themes/custom/infofinland/package-lock.json +++ b/public/themes/custom/infofinland/package-lock.json @@ -7096,15 +7096,16 @@ } }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" },