Update npm packages

This commit is contained in:
CrissZollo 2025-09-29 20:36:41 +02:00
parent ebb7d4cec6
commit b49514f52b

5
package-lock.json generated
View file

@ -74,7 +74,8 @@
"react-native-url-polyfill": "^2.0.0", "react-native-url-polyfill": "^2.0.0",
"react-native-video": "^6.12.0", "react-native-video": "^6.12.0",
"react-native-web": "~0.19.13", "react-native-web": "~0.19.13",
"react-native-wheel-color-picker": "^1.3.1" "react-native-wheel-color-picker": "^1.3.1",
"undici": "^7.16.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.2", "@babel/core": "^7.25.2",
@ -15012,8 +15013,6 @@
"resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
"integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==", "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
"license": "MIT", "license": "MIT",
"optional": true,
"peer": true,
"engines": { "engines": {
"node": ">=20.18.1" "node": ">=20.18.1"
} }