diff --git a/package-lock.json b/package-lock.json index 5f92080..2fb2080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "@swc/cli": "^0.1.59", "@swc/core": "^1.3.26", - "eslint": "8.26.0", + "eslint": "8.31.0", "eslint-config-next": "13.0.2", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.2.1" @@ -1967,12 +1967,13 @@ } }, "node_modules/eslint": { - "version": "8.26.0", + "version": "8.31.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz", + "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==", "dev": true, - "license": "MIT", "dependencies": { - "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.11.6", + "@eslint/eslintrc": "^1.4.1", + "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", @@ -1991,7 +1992,7 @@ "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.15.0", + "globals": "^13.19.0", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", diff --git a/package.json b/package.json index 7ca7fe4..d9f64e1 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@swc/cli": "^0.1.59", "@swc/core": "^1.3.26", - "eslint": "8.26.0", + "eslint": "8.31.0", "eslint-config-next": "13.0.2", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.2.1"