From 3884fab8296b7adac261b2e12fff5a9129356afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:28:04 +0000 Subject: [PATCH] Bump the npm-dependencies group across 1 directory with 2 updates Bumps the npm-dependencies group with 2 updates in the / directory: [phaser](https://github.com/phaserjs/phaser) and [postcss](https://github.com/postcss/postcss). Updates `phaser` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/phaserjs/phaser/releases) - [Changelog](https://github.com/phaserjs/phaser/blob/master/CHANGELOG.md) - [Commits](https://github.com/phaserjs/phaser/compare/v4.0.0...v4.1.0) Updates `postcss` from 8.5.12 to 8.5.13 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.12...8.5.13) --- updated-dependencies: - dependency-name: phaser dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: postcss dependency-version: 8.5.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6723cff..a497b03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,10 +22,10 @@ "magic-string": "^0.30.21", "mri": "^1.2.0", "node-addon-api": "^8.7.0", - "phaser": "^4.0.0", + "phaser": "^4.1.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.12", + "postcss": "^8.5.13", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3" @@ -3850,9 +3850,9 @@ } }, "node_modules/phaser": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/phaser/-/phaser-4.0.0.tgz", - "integrity": "sha512-f9oYpu3/UymB5JJDZRqOsNQm5FkMMC7u8eL8yQuqGAa54wTbgE2QbTOn70vgvlOVuYeQcw2mOQ52PpJHBSBkfQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/phaser/-/phaser-4.1.0.tgz", + "integrity": "sha512-ZXv5Bhyg2BqJGAAxNI2xvmzGXW9q+TwUG1RLri5ZDBYGGtcma6aWUO/eJ7EbozeqRd5fKdpo4ycNMQt+Bi5iYg==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.4" @@ -3919,9 +3919,9 @@ } }, "node_modules/postcss": { - "version": "8.5.12", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", - "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", + "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 8cc3beb..5ca7f80 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "magic-string": "^0.30.21", "mri": "^1.2.0", "node-addon-api": "^8.7.0", - "phaser": "^4.0.0", + "phaser": "^4.1.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.12", + "postcss": "^8.5.13", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3"