From 75f3809dde46a7f0d031957e383519ad0f4919b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:04:48 +0000 Subject: [PATCH] Bump construct-style-sheets-polyfill from 2.4.16 to 3.0.3 Bumps [construct-style-sheets-polyfill](https://github.com/calebdwilliams/adoptedStyleSheets) from 2.4.16 to 3.0.3. - [Release notes](https://github.com/calebdwilliams/adoptedStyleSheets/releases) - [Changelog](https://github.com/calebdwilliams/construct-style-sheets/blob/main/CHANGELOG.md) - [Commits](https://github.com/calebdwilliams/adoptedStyleSheets/compare/v2.4.16...v3.0.3) --- updated-dependencies: - dependency-name: construct-style-sheets-polyfill dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1f1d504..aba345c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@node-projects/node-html-parser-esm": "^2.2.2", "@node-projects/web-component-designer": "0.0.3", "ace-builds": "^1.4.12", - "construct-style-sheets-polyfill": "^2.4.16", + "construct-style-sheets-polyfill": "^3.0.3", "dock-spawn-ts": "^2.210.0", "esprima": "^4.0.1", "jquery": "^3.6.0", @@ -167,6 +167,11 @@ "construct-style-sheets-polyfill": "^2.4.16" } }, + "node_modules/@node-projects/web-component-designer/node_modules/construct-style-sheets-polyfill": { + "version": "2.4.17", + "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.17.tgz", + "integrity": "sha512-rKtZGWWAVFE6HgdBuuui1emic/t8aAKQbePQ7Je6ird8nZYSd3mqqBX9IvFn2CMtnbh7mQTk/vxc9mfaLl7cGQ==" + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -1690,9 +1695,12 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.3.tgz", + "integrity": "sha512-z5sn55s4Avgpfj5uEKXP50DIawJoQ9iYtojSXrbxYL8W1njzZqW3/Yzsgmqgb2sV0NVvhn1cH5wk313DeQLzbA==", + "engines": { + "npm": ">=7" + } }, "node_modules/content-disposition": { "version": "0.5.3", @@ -6419,6 +6427,13 @@ "requires": { "@node-projects/base-custom-webcomponent": "^0.0.230", "construct-style-sheets-polyfill": "^2.4.16" + }, + "dependencies": { + "construct-style-sheets-polyfill": { + "version": "2.4.17", + "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-2.4.17.tgz", + "integrity": "sha512-rKtZGWWAVFE6HgdBuuui1emic/t8aAKQbePQ7Je6ird8nZYSd3mqqBX9IvFn2CMtnbh7mQTk/vxc9mfaLl7cGQ==" + } } }, "@nodelib/fs.scandir": { @@ -7663,9 +7678,9 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/construct-style-sheets-polyfill/-/construct-style-sheets-polyfill-3.0.3.tgz", + "integrity": "sha512-z5sn55s4Avgpfj5uEKXP50DIawJoQ9iYtojSXrbxYL8W1njzZqW3/Yzsgmqgb2sV0NVvhn1cH5wk313DeQLzbA==" }, "content-disposition": { "version": "0.5.3", diff --git a/package.json b/package.json index ed032525..807c751b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@node-projects/node-html-parser-esm": "^2.2.2", "@node-projects/web-component-designer": "0.0.3", "ace-builds": "^1.4.12", - "construct-style-sheets-polyfill": "^2.4.16", + "construct-style-sheets-polyfill": "^3.0.3", "dock-spawn-ts": "^2.210.0", "esprima": "^4.0.1", "jquery": "^3.6.0",