From ac676dadf813ac610a0fa18742ec8fd6a3526a46 Mon Sep 17 00:00:00 2001 From: Bryan English Date: Fri, 17 Jul 2020 23:22:41 -0400 Subject: [PATCH] update deps --- index.js | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.js b/index.js index 2a1060e..69d5349 100644 --- a/index.js +++ b/index.js @@ -4,20 +4,20 @@ const { getOwnPropertyDescriptor, defineProperty, getPrototypeOf, - ownKeys + ownKeys, } = Reflect; const { keys: objectKeys, hasOwnProperty } = Object; const enumerators = { enumerable: enumerableEnumerator, ownKeys: ownKeysEnumerator, - keys: keysEnumerator + keys: keysEnumerator, }; const chainEnumerators = { enumerable: chainEnumerableEnumerator, ownKeys: chainOwnKeysEnumerator, - keys: chainKeysEnumerator + keys: chainKeysEnumerator, }; function verifyOptions(options) { diff --git a/package.json b/package.json index b48662e..b9dd9cd 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "license": "MIT", "devDependencies": { "imhotap": "^1.0.0", - "nyc": "^11.4.1", - "pitesti": "^2.3.0", - "prettier": "^1.10.2" + "nyc": "^15.1.0", + "pitesti": "^3.0.0", + "prettier": "^2.0.5" }, "imhotap": { "files": "test/*.js"