build(deps): bump construct-style-sheets-polyfill in /web (#1252)

This commit is contained in:
dependabot[bot] 2021-08-13 09:23:12 +02:00 committed by GitHub
parent 07ceaa20f3
commit 0d5a7f9b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -38,7 +38,7 @@
"chart.js": "^3.5.0",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.62.2",
"construct-style-sheets-polyfill": "^2.4.16",
"construct-style-sheets-polyfill": "^3.0.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.2",
@ -3573,9 +3573,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"node_modules/construct-style-sheets-polyfill": {
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.16.tgz",
"integrity": "sha512-gaXX8c0IcLpTNj6q6TCKnhBJ1wuzmWEIrjp3pc1XfXS57WnvB3rVeAvsqYwyGOdPNdZiZYFyCOLgYbKKjhHIFg=="
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.0.tgz",
"integrity": "sha512-NOaltTyMMV/dTNrrqE8kN8/IAErIEU4N1IrqhFF4gFJ8wJUDINirxpQRRfPOPW87K2NFg7YSUaui/kkXwvsb3g=="
},
"node_modules/convert-source-map": {
"version": "1.7.0",
@ -10709,9 +10709,9 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"construct-style-sheets-polyfill": {
"version": "2.4.16",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.16.tgz",
"integrity": "sha512-gaXX8c0IcLpTNj6q6TCKnhBJ1wuzmWEIrjp3pc1XfXS57WnvB3rVeAvsqYwyGOdPNdZiZYFyCOLgYbKKjhHIFg=="
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.0.tgz",
"integrity": "sha512-NOaltTyMMV/dTNrrqE8kN8/IAErIEU4N1IrqhFF4gFJ8wJUDINirxpQRRfPOPW87K2NFg7YSUaui/kkXwvsb3g=="
},
"convert-source-map": {
"version": "1.7.0",

View File

@ -69,7 +69,7 @@
"chart.js": "^3.5.0",
"chartjs-adapter-moment": "^1.0.0",
"codemirror": "^5.62.2",
"construct-style-sheets-polyfill": "^2.4.16",
"construct-style-sheets-polyfill": "^3.0.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.2",