From d1e8383b57dcb25fec712706ed6e2d984bc20af7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 May 2021 23:04:24 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade dependency babel-plugin-unassert to v3.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 78060c8..9ffcdf2 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@js-library/commitlint-config": "0.0.4", "ava": "3.15.0", "babel-plugin-transform-remove-console": "6.9.4", - "babel-plugin-unassert": "3.0.1", + "babel-plugin-unassert": "3.1.0", "babel-preset-power-assert": "3.0.0", "c8": "7.7.2", "coveralls": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 9985a2f..b0c2fc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2080,10 +2080,10 @@ babel-plugin-transform-replace-expressions@^0.2.0: dependencies: "@babel/parser" "^7.3.3" -babel-plugin-unassert@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/babel-plugin-unassert/-/babel-plugin-unassert-3.0.1.tgz#cba17c38249a0bb26a72eb3793e0b24e29fcb7cd" - integrity sha512-dJvXKECYExv+GGieSm6jNe1H+HRa6hH/qPZWOoUfAN+cO6GbnC9fCbwHeJs0XZ2UqcEtJLpJCMs8q0pUEMI0fw== +babel-plugin-unassert@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/babel-plugin-unassert/-/babel-plugin-unassert-3.1.0.tgz#e87b02117bb3e223c3a0e00d270dcade19c9437d" + integrity sha512-T9RY/981s2OA3EIF6q+V8Y6l27DNyo8dEBtCsi9vKRC4PGmTzU0dAG+yROGWpq4RVPgE74omcbuef3xDrQwwsg== babel-preset-power-assert@3.0.0: version "3.0.0"