From dec37dd2525099814e7ea7a73e5b9da4ab7d19e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:52:24 +0000 Subject: [PATCH] build(deps-dev): bump @rollup/plugin-replace from 3.0.0 to 3.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ba59419..d34d3b59 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.2", - "@rollup/plugin-replace": "^3.0.0", + "@rollup/plugin-replace": "^3.0.1", "@types/debug": "^4.1.7", "@types/lodash-es": "^4.17.5", "@types/node": "^17.0.7", diff --git a/yarn.lock b/yarn.lock index 6752ca82..4194f042 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1020,10 +1020,10 @@ is-module "^1.0.0" resolve "^1.19.0" -"@rollup/plugin-replace@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.0.0.tgz#3a4c9665d4e7a4ce2c360cf021232784892f3fac" - integrity sha512-3c7JCbMuYXM4PbPWT4+m/4Y6U60SgsnDT/cCyAyUKwFHg7pTSfsSQzIpETha3a3ig6OdOKzZz87D9ZXIK3qsDg== +"@rollup/plugin-replace@^3.0.1": + version "3.0.1" + resolved "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.0.1.tgz#f774550f482091719e52e9f14f67ffc0046a883d" + integrity sha512-989J5oRzf3mm0pO/0djTijdfEh9U3n63BIXN5X7T4U9BP+fN4oxQ6DvDuBvFaHA6scaHQRclqmKQEkBhB7k7Hg== dependencies: "@rollup/pluginutils" "^3.1.0" magic-string "^0.25.7"