From eb762632d0a6f83dc533202bc9537b7008e60e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 09:12:10 +0100 Subject: [PATCH] build(deps-dev): bump @rollup/plugin-typescript in /web (#509) Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/typescript-v8.1.0...typescript-v8.1.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 82df0e0aa..f8434a00b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -107,9 +107,9 @@ "integrity": "sha512-YLUk4L6iCBXql92YP6zHg0FdlnEkd5/3V+uz/A3UoBuuDdEoyDpx4M/Tf56R7IXmYiRaHE1mToJHPDYypIlnmw==" }, "@rollup/plugin-typescript": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.1.0.tgz", - "integrity": "sha512-pyQlcGQYRsONUDwXK3ckGPHjPzmjlq4sinzr7emW8ZMb2oZjg9WLcdcP8wyHSvBjvHrLzMayyPy079RROqb4vw==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.1.1.tgz", + "integrity": "sha512-DPFy0SV8/GgHFL31yPFVo0G1T3yzwdw6R9KisBfO2zCYbDHUqDChSWr1KmtpGz/TmutpoGJjIvu80p9HzCEF0A==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/web/package.json b/web/package.json index 555197fd6..94f3779cf 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@rollup/plugin-typescript": "^8.1.0", + "@rollup/plugin-typescript": "^8.1.1", "@typescript-eslint/eslint-plugin": "^4.14.1", "@typescript-eslint/parser": "^4.14.1", "eslint": "^7.18.0",