🔧 npm update

This commit is contained in:
2025-04-15 20:50:11 +02:00
parent ce5b9ac0c8
commit 94a90edabd
828 changed files with 256807 additions and 197099 deletions

5
node_modules/nanoid/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "nanoid",
"version": "3.3.7",
"version": "3.3.11",
"description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
"keywords": [
"uuid",
@@ -35,6 +35,7 @@
"module": "index.js",
"exports": {
".": {
"react-native": "./index.browser.js",
"browser": "./index.browser.js",
"require": {
"types": "./index.d.cts",
@@ -85,4 +86,4 @@
"default": "./url-alphabet/index.js"
}
}
}
}