From 4bd1598c2c4faa183662757c867ab2f13610446d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:27:44 +0100 Subject: [PATCH] build(deps): bump construct-style-sheets-polyfill in /web (#556) Bumps [construct-style-sheets-polyfill](https://github.com/calebdwilliams/adoptedStyleSheets) from 2.4.9 to 2.4.16. - [Release notes](https://github.com/calebdwilliams/adoptedStyleSheets/releases) - [Changelog](https://github.com/calebdwilliams/construct-style-sheets/blob/master/CHANGELOG.md) - [Commits](https://github.com/calebdwilliams/adoptedStyleSheets/compare/v2.4.9...v2.4.16) 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 6c0a9d3cd..2327b89e2 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -955,9 +955,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "construct-style-sheets-polyfill": { - "version": "2.4.9", - "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.9.tgz", - "integrity": "sha512-kPXZXxsp7CTr/Vs29+omUA29wTrFplkdY6jqxyv0DDWC5Ro79WmwpboH2M9KiOclbtn8r81GCFtc7+t7OjRnCw==" + "version": "2.4.16", + "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.16.tgz", + "integrity": "sha512-gaXX8c0IcLpTNj6q6TCKnhBJ1wuzmWEIrjp3pc1XfXS57WnvB3rVeAvsqYwyGOdPNdZiZYFyCOLgYbKKjhHIFg==" }, "copy-descriptor": { "version": "0.1.1", diff --git a/web/package.json b/web/package.json index 81aeddfc6..883123bd4 100644 --- a/web/package.json +++ b/web/package.json @@ -18,7 +18,7 @@ "@types/codemirror": "0.0.108", "chart.js": "^2.9.4", "codemirror": "^5.59.2", - "construct-style-sheets-polyfill": "^2.4.9", + "construct-style-sheets-polyfill": "^2.4.16", "flowchart.js": "^1.15.0", "lit-element": "^2.4.0", "lit-html": "^1.3.0",