Merge pull request 'chore(deps): update devdependencies (non-major)' (#18) from renovate/devdependencies-(non-major) into master
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 28s
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 28s
This commit is contained in:
commit
6d0baae551
2 changed files with 20 additions and 16 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
|
@ -15,9 +15,9 @@
|
|||
"tailwindcss": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/octicon": "^1.2.26",
|
||||
"@iconify-json/octicon": "^1.2.28",
|
||||
"@nuxt/eslint": "^1.15.2",
|
||||
"@nuxt/icon": "^2.2.2",
|
||||
"@nuxt/icon": "^2.2.3",
|
||||
"eslint": "^10.4.1",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^17.0.7",
|
||||
|
|
@ -1266,9 +1266,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@iconify-json/octicon": {
|
||||
"version": "1.2.26",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/octicon/-/octicon-1.2.26.tgz",
|
||||
"integrity": "sha512-p93XseuWFcRczXl/WPkz5Bn0EBKkuSeBkRp64/dRFbeZF2NGHqvOH9w1WdV60KWn+3fC12WqjOhW/CMZRZtFLQ==",
|
||||
"version": "1.2.28",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/octicon/-/octicon-1.2.28.tgz",
|
||||
"integrity": "sha512-M6Pj2CclE2kcen6mFd43t9f/BFvVMKYvIdPZj1SD4ocZevgplVf7t98nlVtT8bNk5tawFPT7wtqLl62zq6KJmw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -1285,7 +1285,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@iconify/collections": {
|
||||
"version": "1.0.682",
|
||||
"version": "1.0.693",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.693.tgz",
|
||||
"integrity": "sha512-gY7LpY5x2hhZzuWZlsQ6Fl/vze2rfJA6C3NLHglha1pMCiC2IL1qsa1Xg8EpJPlKn80Kq3LhcEcRX1byZ+wMOg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@iconify/types": "*"
|
||||
|
|
@ -1818,23 +1820,25 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nuxt/icon": {
|
||||
"version": "2.2.2",
|
||||
"version": "2.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.2.3.tgz",
|
||||
"integrity": "sha512-2HWDoMRWGSOWl7fu8wvvLTjoiaEwM7tSDww+6n4yVrNzKJFNAOLpYB9UevEf0CrK32q2JuA7TZnVpdwiPPdQSQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@iconify/collections": "^1.0.679",
|
||||
"@iconify/collections": "^1.0.691",
|
||||
"@iconify/types": "^2.0.0",
|
||||
"@iconify/utils": "^3.1.1",
|
||||
"@iconify/vue": "^5.0.0",
|
||||
"@iconify/utils": "^3.1.3",
|
||||
"@iconify/vue": "^5.0.1",
|
||||
"@nuxt/devtools-kit": "^3.2.4",
|
||||
"@nuxt/kit": "^4.4.4",
|
||||
"@nuxt/kit": "^4.4.6",
|
||||
"consola": "^3.4.2",
|
||||
"local-pkg": "^1.1.2",
|
||||
"local-pkg": "^1.2.1",
|
||||
"mlly": "^1.8.2",
|
||||
"ohash": "^2.0.11",
|
||||
"pathe": "^2.0.3",
|
||||
"picomatch": "^4.0.4",
|
||||
"std-env": "^4.1.0",
|
||||
"tinyglobby": "^0.2.16"
|
||||
"tinyglobby": "^0.2.17",
|
||||
"ufo": "^1.6.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/kit": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue