chore(deps): update npm to v11.6.2

This commit is contained in:
renovate[bot] 2025-10-12 08:03:54 +00:00 committed by GitHub
parent 871028175b
commit 9ec6b365a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/api",
"version": "3.1.0",
"version": "3.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/api",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"dependencies": {
"@fastify/formbody": "^7.4.0",
@ -2921,6 +2921,7 @@
"resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz",
"integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==",
"dev": true,
"peer": true,
"dependencies": {
"esbuild": "^0.24.2",
"postcss": "^8.5.1",
@ -5193,6 +5194,7 @@
"resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz",
"integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==",
"dev": true,
"peer": true,
"requires": {
"esbuild": "^0.24.2",
"fsevents": "~2.3.3",

View File

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