diff --git a/package-lock.json b/package-lock.json index a6f968dc..0828053d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2594,9 +2594,9 @@ } }, "@ota-meshi/eslint-plugin": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@ota-meshi/eslint-plugin/-/eslint-plugin-0.0.14.tgz", - "integrity": "sha512-5IeWf5xj6bAEqnWGZ4/oFvQ4rXCujMPqgVCWVTdw1n8iZTW+Hg2LWCwm3uSwtJ8AfEGnIZpxf2VX0SQiGe1pJg==", + "version": "0.0.15", + "resolved": "https://registry.npmjs.org/@ota-meshi/eslint-plugin/-/eslint-plugin-0.0.15.tgz", + "integrity": "sha512-etTAxBfsxm+kyGcBygG5y9JE+8h1qKCdpdwunFXa1XLeeGFFa95y94vMgXhojdo6zaA0FBYnnFp8FmBj6o6jwg==", "dev": true }, "@sindresorhus/is": { diff --git a/package.json b/package.json index 1928bc10..86b879fc 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dist" ], "devDependencies": { - "@ota-meshi/eslint-plugin": "^0.0.14", + "@ota-meshi/eslint-plugin": "^0.0.15", "@types/eslint": "^7.2.0", "@types/eslint-visitor-keys": "^1.0.0", "@types/estree": "^0.0.46",