Merge pull request #45 from iconify/renovate/npm-11.x

chore(deps): update npm to v11.6.2
This commit is contained in:
Vjacheslav Trushkin 2025-10-14 08:23:03 +03:00 committed by GitHub
commit 262783f704
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
package-lock.json generated
View File

@ -2942,6 +2942,7 @@
"resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz",
"integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==",
"dev": true, "dev": true,
"peer": true,
"dependencies": { "dependencies": {
"esbuild": "^0.24.2", "esbuild": "^0.24.2",
"postcss": "^8.5.1", "postcss": "^8.5.1",
@ -5184,6 +5185,7 @@
"resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz",
"integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==",
"dev": true, "dev": true,
"peer": true,
"requires": { "requires": {
"esbuild": "^0.24.2", "esbuild": "^0.24.2",
"fsevents": "~2.3.3", "fsevents": "~2.3.3",

View File

@ -11,7 +11,7 @@
"type": "git", "type": "git",
"url": "https://github.com/iconify/api.git" "url": "https://github.com/iconify/api.git"
}, },
"packageManager": "npm@11.1.0", "packageManager": "npm@11.6.2",
"engines": { "engines": {
"node": ">=16.15.0" "node": ">=16.15.0"
}, },