diff --git a/package-lock.json b/package-lock.json index 1725370..f5eca45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@graphql-codegen/typescript-operations": "4.6.1", "@graphql-codegen/typescript-vue-apollo": "4.1.2", "@nuxt/devtools": "2.6.2", - "@nuxt/eslint": "1.7.0", + "@nuxt/eslint": "1.7.1", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "10.0.2", "@stylistic/eslint-plugin": "5.2.2", @@ -5275,16 +5275,16 @@ } }, "node_modules/@nuxt/eslint": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-1.7.0.tgz", - "integrity": "sha512-TDhS5bwNbaywioJ5ctoOESgO/hb3v3EqLZtHPI5Z+QBKRomb7gzWobRp/RQpyrL6UVuCfQKzOYT1C5vmdGIVGw==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-1.7.1.tgz", + "integrity": "sha512-/kbtRE6+kSDR+WxR/aL64E7ov58VUSsbwwOdS55R7f8ZjIReF+hfVBGA8CxXHo0LgIGTmoQbz7km4Nx+sGhxQw==", "dev": true, "license": "MIT", "dependencies": { "@eslint/config-inspector": "^1.1.0", "@nuxt/devtools-kit": "^2.6.2", - "@nuxt/eslint-config": "1.7.0", - "@nuxt/eslint-plugin": "1.7.0", + "@nuxt/eslint-config": "1.7.1", + "@nuxt/eslint-plugin": "1.7.1", "@nuxt/kit": "^4.0.1", "chokidar": "^4.0.3", "eslint-flat-config-utils": "^2.1.0", @@ -5310,16 +5310,16 @@ } }, "node_modules/@nuxt/eslint-config": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.7.0.tgz", - "integrity": "sha512-P1LZiCCCXsUVSuqG/ToyndFdcl1lDwa5gummO0Tylu2tEwIU+rrGpS61YbFBe77HfyO6ZkKzCnW3jsxDpklUFw==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-1.7.1.tgz", + "integrity": "sha512-xY9CNA24LGiauNw2h1L76iw/SFChEIojqQQM5UgGU+nfRfAZaitfumsmqhMXa6tTdnbF+uf6EpumaMdk3LNRpg==", "dev": true, "license": "MIT", "dependencies": { "@antfu/install-pkg": "^1.1.0", "@clack/prompts": "^0.11.0", "@eslint/js": "^9.31.0", - "@nuxt/eslint-plugin": "1.7.0", + "@nuxt/eslint-plugin": "1.7.1", "@stylistic/eslint-plugin": "^5.2.1", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", @@ -5362,9 +5362,9 @@ } }, "node_modules/@nuxt/eslint-plugin": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.7.0.tgz", - "integrity": "sha512-Quk4LGuOOBADIoxizF4dZiYZoMuImkX1Rqh1+6Xey9oAVQ7TbTzRoMAwvhTAvTzKPbdMnTuXUm9L7eDrJc0+VA==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-1.7.1.tgz", + "integrity": "sha512-az7qM8g95JPI8SO4c7lcbab3DVQPsNxCVik+b4XwtpEhxtkW0BEq3VFCmM5aZbFhmV4qE5TOCl7LA4Saq4lhGQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5409,9 +5409,9 @@ } }, "node_modules/@nuxt/eslint/node_modules/jiti": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz", - "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.0.tgz", + "integrity": "sha512-NWDAhdnATItTnRhip9VTd8oXDjVcbhetRN6YzckApnXGxpGUooKMAaf0KVvlZG0+KlJMGkeLElVn4M1ReuxKUQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 1c5774b..e40a052 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@graphql-codegen/typescript-operations": "4.6.1", "@graphql-codegen/typescript-vue-apollo": "4.1.2", "@nuxt/devtools": "2.6.2", - "@nuxt/eslint": "1.7.0", + "@nuxt/eslint": "1.7.1", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/i18n": "10.0.2", "@stylistic/eslint-plugin": "5.2.2",