From 6dbb0fcbd28ade85e49c640e891ba02ae7c976af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:24:29 +0000 Subject: [PATCH] Bump the npm-dependencies group with 2 updates Bumps the npm-dependencies group with 2 updates: [js-yaml](https://github.com/nodeca/js-yaml) and [magic-string](https://github.com/Rich-Harris/magic-string). Updates `js-yaml` from 5.4.0 to 5.4.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.4.0...5.4.1) Updates `magic-string` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/Rich-Harris/magic-string/releases) - [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Rich-Harris/magic-string/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: magic-string dependency-version: 1.2.3 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 8ab4441..e106877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,9 +17,9 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.4.0", + "js-yaml": "^5.4.1", "lightningcss": "^1.33.0", - "magic-string": "^1.2.2", + "magic-string": "^1.2.3", "mri": "^1.2.0", "node-addon-api": "^8.9.2", "phaser": "^4.2.1", @@ -3369,9 +3369,9 @@ } }, "node_modules/js-yaml": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.0.tgz", - "integrity": "sha512-jE7vUJIebKzYQI5xu4co5CRBDlDEYnHrdzsxs4O2giCz4v2SbVMYKpmt1D9L38OKQAeCWmrOTRiCV93u0UkaJA==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz", + "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", "funding": [ { "type": "github", @@ -3792,9 +3792,9 @@ } }, "node_modules/magic-string": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.2.tgz", - "integrity": "sha512-veT/+7iXrXzT39XnEN4lOxtNl72dMgJ8Lp+5Bd6YcMSWpb0n0MjBM8Uuooi6jgJr8dhUW2swQgBmoZVMni5SVg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-1.2.3.tgz", + "integrity": "sha512-Bpb0W2TbLKOZ7vJnOUnVRGq3WL2p+ISV29M6hYPL1AFCpyKZpdr5ytiXoTSSxRVhg8YW7f65+6gbG8WG6PCa/g==", "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" diff --git a/package.json b/package.json index 8124665..8c63c66 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.4.0", + "js-yaml": "^5.4.1", "lightningcss": "^1.33.0", - "magic-string": "^1.2.2", + "magic-string": "^1.2.3", "mri": "^1.2.0", "node-addon-api": "^8.9.2", "phaser": "^4.2.1",