From 8cdd89b5c5b3e40690b2ecd69b343fdd06d6b914 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Tue, 3 Nov 2020 09:37:05 +0100 Subject: [PATCH] update --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 867c53c..3afeee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/eslint-config", - "version": "2.1.17", + "version": "2.1.18", "description": "scode eslint standard configuration", "main": "index.js", "scripts": { @@ -27,7 +27,7 @@ "license": "MIT", "devDependencies": { "eslint": "^7.0.0", - "eslint-config-standard": "^14.1.1", + "eslint-config-standard": "^16.0.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1" diff --git a/yarn.lock b/yarn.lock index 9758995..5b80baf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -297,10 +297,10 @@ escape-string-regexp@^1.0.5: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-standard@^14.1.1: - version "14.1.1" - resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea" - integrity sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg== +eslint-config-standard@^16.0.1: + version "16.0.1" + resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-16.0.1.tgz#9a385eea27f96b7918cb53f07e01e9d10cc56401" + integrity sha512-WBBiQQZdaPyL+4sPkGWhWrHCDtvJoU195B9j8yXE9uFQnX34gMXI5CeBRm95gx3PMEZPM5OpwET10hH4F4SxCA== eslint-import-resolver-node@^0.3.3: version "0.3.4"