From d7d6a33aaf387b967d3f3a70fc57b65b2647682e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 06:03:22 +0000 Subject: [PATCH] Bump rollup-plugin-filesize from 9.1.1 to 9.1.2 in /settings Bumps [rollup-plugin-filesize](https://github.com/ritz078/rollup-plugin-filesize) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/ritz078/rollup-plugin-filesize/releases) - [Commits](https://github.com/ritz078/rollup-plugin-filesize/commits) --- updated-dependencies: - dependency-name: rollup-plugin-filesize dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings/package.json | 2 +- settings/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/settings/package.json b/settings/package.json index b229e1ffaf..714d697c61 100644 --- a/settings/package.json +++ b/settings/package.json @@ -69,7 +69,7 @@ "rollup": "^2.55.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-eslint": "^7.0.0", - "rollup-plugin-filesize": "^9.1.0", + "rollup-plugin-filesize": "^9.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^7.0.2", diff --git a/settings/yarn.lock b/settings/yarn.lock index fb193841d7..ca0cfcfff4 100644 --- a/settings/yarn.lock +++ b/settings/yarn.lock @@ -2708,7 +2708,7 @@ colorette@^1.2.2: resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af" integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w== -colors@^1.1.2, colors@^1.4.0: +colors@1.4.0, colors@^1.1.2, colors@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== @@ -7158,15 +7158,15 @@ rollup-plugin-eslint@^7.0.0: eslint "^6.0.0" rollup-pluginutils "^2.7.1" -rollup-plugin-filesize@^9.1.0: - version "9.1.1" - resolved "https://registry.yarnpkg.com/rollup-plugin-filesize/-/rollup-plugin-filesize-9.1.1.tgz#31a6b02b27ce08082ef0970cfe4c451714ff91c4" - integrity sha512-x0r2A85TCEdRwF3rm+bcN4eAmbER8tt+YVf88gBQ6sLyH4oGcnNLPQqAUX+v7mIvHC/y59QwZvo6vxaC2ias6Q== +rollup-plugin-filesize@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/rollup-plugin-filesize/-/rollup-plugin-filesize-9.1.2.tgz#958eea26880698d0bc008fa9d214657ee180b934" + integrity sha512-m2fE9hFaKgWKisJzyWXctOFKlgMRelo/58HgeC0lXUK/qykxiqkr6bsrotlvo2bvrwPsjgT7scNdQSr6qtl37A== dependencies: "@babel/runtime" "^7.13.8" boxen "^5.0.0" brotli-size "4.0.0" - colors "^1.4.0" + colors "1.4.0" filesize "^6.1.0" gzip-size "^6.0.0" pacote "^11.2.7"