diff --git a/package-lock.json b/package-lock.json index 35ea3ab..2aa8b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,8 @@ "devDependencies": { "@iconify-json/octicon": "^1.2.28", "@nuxt/eslint": "^1.16.0", - "@nuxt/icon": "^2.2.3", - "eslint": "^10.5.0", + "@nuxt/icon": "^2.2.4", + "eslint": "^10.6.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "typescript": "^6.0.3", @@ -1306,9 +1306,9 @@ } }, "node_modules/@iconify/collections": { - "version": "1.0.693", - "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.693.tgz", - "integrity": "sha512-gY7LpY5x2hhZzuWZlsQ6Fl/vze2rfJA6C3NLHglha1pMCiC2IL1qsa1Xg8EpJPlKn80Kq3LhcEcRX1byZ+wMOg==", + "version": "1.0.702", + "resolved": "https://registry.npmjs.org/@iconify/collections/-/collections-1.0.702.tgz", + "integrity": "sha512-m7h8TtCgpXJMb8Yt5bFiFyc8K7LZYI4UQIlBBd6A3GY0iPA9RoOI+8zSHp+9qN+ffcKxC3ePcLtKcJ0p9DWNEA==", "license": "MIT", "dependencies": { "@iconify/types": "*" @@ -1908,17 +1908,17 @@ } }, "node_modules/@nuxt/icon": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.2.3.tgz", - "integrity": "sha512-2HWDoMRWGSOWl7fu8wvvLTjoiaEwM7tSDww+6n4yVrNzKJFNAOLpYB9UevEf0CrK32q2JuA7TZnVpdwiPPdQSQ==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@nuxt/icon/-/icon-2.2.4.tgz", + "integrity": "sha512-qbiEpTJ7ZSJrO9eJ1HPeZLYClDFfEdphe0llMr6A7lPSXOMFDWJ28VVS5VEuIwmZsQJ4AoLIt7EAHkqevA5Rkw==", "license": "MIT", "dependencies": { - "@iconify/collections": "^1.0.691", + "@iconify/collections": "^1.0.700", "@iconify/types": "^2.0.0", "@iconify/utils": "^3.1.3", "@iconify/vue": "^5.0.1", "@nuxt/devtools-kit": "^3.2.4", - "@nuxt/kit": "^4.4.6", + "@nuxt/kit": "^4.4.8", "consola": "^3.4.2", "local-pkg": "^1.2.1", "mlly": "^1.8.2", @@ -8160,9 +8160,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "devOptional": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 13240e7..8fac0d6 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "devDependencies": { "@iconify-json/octicon": "^1.2.28", "@nuxt/eslint": "^1.16.0", - "@nuxt/icon": "^2.2.3", - "eslint": "^10.5.0", + "@nuxt/icon": "^2.2.4", + "eslint": "^10.6.0", "husky": "^9.1.7", "lint-staged": "^17.0.8", "typescript": "^6.0.3",