From e355f8bb002100683eb4aab81c834adc218a5b2c Mon Sep 17 00:00:00 2001 From: Jonathan Putney Date: Sat, 13 Feb 2021 12:00:22 -0500 Subject: [PATCH] Dependency updates --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a59c582..a9c2ff5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@babel/core": "^7.12.16", "@babel/node": "^7.12.16", "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-optional-chaining": "^7.12.7", + "@babel/plugin-proposal-optional-chaining": "^7.12.16", "@babel/plugin-proposal-private-methods": "^7.12.13", "@babel/preset-env": "^7.12.16", "@babel/preset-flow": "^7.12.1", @@ -22,7 +22,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.0", "chai": "^4.2.0", - "eslint": "^7.19.0", + "eslint": "^7.20.0", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.22.1", "fetch-pretender": "^1.5.0", @@ -36,7 +36,7 @@ "lodash.debounce": "^4.0.8", "minifyify": "^7.3.5", "minimist": "^1.2.5", - "mocha": "^8.2.1", + "mocha": "^8.3.0", "mocha-junit-reporter": "^2.0.0", "mochawesome": "^6.2.1", "nyc": "^15.1.0",