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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-31 12:09:13 +01:00 committed by GitHub
parent 7ee7f6bd6a
commit 6af4bd0d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 11 deletions

17
web/package-lock.json generated
View File

@ -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",

View File

@ -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",