diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2a29fe6d..588e176e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8466,15 +8466,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" }, diff --git a/requirements.txt b/requirements.txt index b011f317..19ad861a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ flask==2.3.3 # flask-cors flask-cors==4.0.2 # via -r requirements.in -idna==3.4 +idna==3.7 # via requests iniconfig==2.0.0 # via pytest