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