diff --git a/package-lock.json b/package-lock.json index a7f45ac..1ec2d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.0", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", "mri": "^1.2.0", @@ -25,7 +25,7 @@ "phaser": "^4.2.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3" @@ -1108,6 +1108,34 @@ "tailwindcss": "4.3.1" } }, + "node_modules/@tailwindcss/postcss/node_modules/postcss": { + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.12", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, "node_modules/a-sync-waterfall": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", @@ -3112,9 +3140,9 @@ } }, "node_modules/js-yaml": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", - "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", + "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", "funding": [ { "type": "github", @@ -4051,9 +4079,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index dd68d1f..1a23774 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.0", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", "mri": "^1.2.0", @@ -20,7 +20,7 @@ "phaser": "^4.2.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3"