From 6af4bd0d9a3a70cfa2e8c47319bcad65062928bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:09:13 +0100 Subject: [PATCH] build(deps): bump construct-style-sheets-polyfill in /web (#2189) Bumps [construct-style-sheets-polyfill](https://github.com/calebdwilliams/construct-style-sheets) from 3.0.5 to 3.1.0. - [Release notes](https://github.com/calebdwilliams/construct-style-sheets/releases) - [Changelog](https://github.com/calebdwilliams/construct-style-sheets/blob/main/CHANGELOG.md) - [Commits](https://github.com/calebdwilliams/construct-style-sheets/commits) --- updated-dependencies: - dependency-name: construct-style-sheets-polyfill dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 17 +++++++---------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index f6111af14..5f2edad74 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -45,7 +45,7 @@ "chart.js": "^3.7.0", "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.1", - "construct-style-sheets-polyfill": "^3.0.5", + "construct-style-sheets-polyfill": "^3.1.0", "country-flag-icons": "^1.4.20", "eslint": "^8.8.0", "eslint-config-google": "^0.14.0", @@ -3831,12 +3831,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "node_modules/construct-style-sheets-polyfill": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.5.tgz", - "integrity": "sha512-prLKSx9gYwtmqWtq+pZxppU1SaH9o4ug7JIc0I/1zMV2bFE3GvRtQaMTIpotlhw33XjtC7rGQFOZJsOFnlAAhQ==", - "engines": { - "npm": ">=7" - } + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.1.0.tgz", + "integrity": "sha512-HBLKP0chz8BAY6rBdzda11c3wAZeCZ+kIG4weVC2NM3AXzxx09nhe8t0SQNdloAvg5GLuHwq/0SPOOSPvtCcKw==" }, "node_modules/convert-source-map": { "version": "1.8.0", @@ -11636,9 +11633,9 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "construct-style-sheets-polyfill": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.5.tgz", - "integrity": "sha512-prLKSx9gYwtmqWtq+pZxppU1SaH9o4ug7JIc0I/1zMV2bFE3GvRtQaMTIpotlhw33XjtC7rGQFOZJsOFnlAAhQ==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.1.0.tgz", + "integrity": "sha512-HBLKP0chz8BAY6rBdzda11c3wAZeCZ+kIG4weVC2NM3AXzxx09nhe8t0SQNdloAvg5GLuHwq/0SPOOSPvtCcKw==" }, "convert-source-map": { "version": "1.8.0", diff --git a/web/package.json b/web/package.json index e00795529..adaeb0ce6 100644 --- a/web/package.json +++ b/web/package.json @@ -83,7 +83,7 @@ "chart.js": "^3.7.0", "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.65.1", - "construct-style-sheets-polyfill": "^3.0.5", + "construct-style-sheets-polyfill": "^3.1.0", "country-flag-icons": "^1.4.20", "eslint": "^8.8.0", "eslint-config-google": "^0.14.0",