From d51d9a16e3ca35a81db25999a3bbbcdf545a33ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:33:05 +0000 Subject: [PATCH] chore(deps): bump pixi.js from 8.4.1 to 8.5.2 Bumps [pixi.js](https://github.com/pixijs/pixijs) from 8.4.1 to 8.5.2. - [Release notes](https://github.com/pixijs/pixijs/releases) - [Commits](https://github.com/pixijs/pixijs/compare/v8.4.1...v8.5.2) --- updated-dependencies: - dependency-name: pixi.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 348f6af..31088cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "mdast-util-to-hast": "^13.2.0", "mdast-util-to-string": "^4.0.0", "micromorph": "^0.4.5", - "pixi.js": "^8.4.1", + "pixi.js": "^8.5.2", "preact": "^10.24.1", "preact-render-to-string": "^6.5.11", "pretty-bytes": "^6.1.1", @@ -5119,10 +5119,9 @@ } }, "node_modules/pixi.js": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/pixi.js/-/pixi.js-8.4.1.tgz", - "integrity": "sha512-3ZbEIkLYYi602UB5wuN7kPz3VsGHoJa6nxD8ustvMLRySxHAR9Z8tCAYY8ISgNplpPbaDw03B0yTD4/k9f6cAQ==", - "license": "MIT", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/pixi.js/-/pixi.js-8.5.2.tgz", + "integrity": "sha512-TOt9g8ifOj4R9DN9ST1M8t2nvnuhr5oWL5YW9ywFLbnOVgFMDcEz+Xek5Mo8Xr64D+QU3qre3IFgreBlsHxTNw==", "dependencies": { "@pixi/colord": "^2.9.6", "@types/css-font-loading-module": "^0.0.12", diff --git a/package.json b/package.json index 9b1386e..935726f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "mdast-util-to-hast": "^13.2.0", "mdast-util-to-string": "^4.0.0", "micromorph": "^0.4.5", - "pixi.js": "^8.4.1", + "pixi.js": "^8.5.2", "preact": "^10.24.1", "preact-render-to-string": "^6.5.11", "pretty-bytes": "^6.1.1",