From a36856534733bb011caf4404198a8632b20d663b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 07:01:21 +0000 Subject: [PATCH] dependabot-npm(deps): bump stylescape from 0.0.37 to 0.0.38 Bumps [stylescape](https://github.com/stylescape/stylescape) from 0.0.37 to 0.0.38. - [Release notes](https://github.com/stylescape/stylescape/releases) - [Commits](https://github.com/stylescape/stylescape/compare/v0.0.37...v0.0.38) --- updated-dependencies: - dependency-name: stylescape dependency-version: 0.0.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++++------------- package.json | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 968eecc..e658409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "stylescape": "^0.0.37" + "stylescape": "^0.0.38" }, "devDependencies": { "autoprefixer": "^10.4.21", @@ -2455,15 +2455,19 @@ } }, "node_modules/icon.gl": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/icon.gl/-/icon.gl-0.0.20.tgz", - "integrity": "sha512-WtytfUwJrre5KSdZydQ2M1hT3GcbtN9K2nbJhLNhRjphT5OfJOQQ2DHzn9FGRAMxibT71uqYWK6Y/v7HwV55Sw==", + "version": "0.0.23", + "resolved": "https://registry.npmjs.org/icon.gl/-/icon.gl-0.0.23.tgz", + "integrity": "sha512-u/8M5jndKhXCyy6HAhXbVA1s++B2vf47Y5+7lNbCI2j6u37pGyVk9Wd2Plr/JunkyGJGWFBcM9C7Gg/D5hgctg==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/scape-foundation" } - ] + ], + "license": "MIT", + "dependencies": { + "tslib": "^2.8.1" + } }, "node_modules/iconv-lite": { "version": "0.4.24", @@ -4302,12 +4306,12 @@ } }, "node_modules/stylescape": { - "version": "0.0.37", - "resolved": "https://registry.npmjs.org/stylescape/-/stylescape-0.0.37.tgz", - "integrity": "sha512-xzffb7jN/ib+le3JI2j0o9EF/FDHlwvy4q4pdvkg4pejuu5oPJo0g55da4QEOWOFrsoqBwIE6vNSYXi2M1FGTg==", + "version": "0.0.38", + "resolved": "https://registry.npmjs.org/stylescape/-/stylescape-0.0.38.tgz", + "integrity": "sha512-vMonIGIc/tcHvYkJdVbfUzuEVcjk3ass7KWBvTADmTrImM9Lg94hTvlYir1lyPklHa65MzIrdMJkRLqmV0Bk9w==", "license": "MIT", "dependencies": { - "icon.gl": "^0.0.20", + "icon.gl": "^0.0.23", "move.gl": "^0.0.1", "page.gl": "^0.0.3", "unit.gl": "^0.1.2" @@ -4462,10 +4466,10 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "dev": true + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" }, "node_modules/type-is": { "version": "1.6.18", diff --git a/package.json b/package.json index 9cd690a..16911d6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "npm run build" }, "dependencies": { - "stylescape": "^0.0.37" + "stylescape": "^0.0.38" }, "devDependencies": { "autoprefixer": "^10.4.21",