From 52f5d53faf19be5b17b09ef5301122b74785baa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:31:24 +0000 Subject: [PATCH] build(deps): bump phaser Bumps [phaser](https://github.com/phaserjs/phaser) from 3.86.0 to 3.87.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/v3.86.0...v3.87.0) --- updated-dependencies: - dependency-name: phaser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../interactives/packet-attack/package-lock.json | 14 +++++++------- .../static/interactives/packet-attack/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/csfieldguide/static/interactives/packet-attack/package-lock.json b/csfieldguide/static/interactives/packet-attack/package-lock.json index 2343c3b727..01cc9cd65c 100644 --- a/csfieldguide/static/interactives/packet-attack/package-lock.json +++ b/csfieldguide/static/interactives/packet-attack/package-lock.json @@ -8,7 +8,7 @@ "name": "csfg-interactive-packet-attack", "version": "1.0.0", "dependencies": { - "phaser": "3.86.0" + "phaser": "3.87.0" } }, "node_modules/eventemitter3": { @@ -17,9 +17,9 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" }, "node_modules/phaser": { - "version": "3.86.0", - "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.86.0.tgz", - "integrity": "sha512-A7rog3GhXYcWsPimteQmudyY6W0fx0eviOoo9Cwpzae1RPeJBDkhmWv5IFrQO9dL+T907E4dprQPnd2D4WhoEw==", + "version": "3.87.0", + "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.87.0.tgz", + "integrity": "sha512-AyI1b3T5fp05gzf6WUmu2FNqaZL+Y7w88yBRLf7YZXF9bncUSHpnDrupnTGoPqy/RKHRLBcay7zWeqQ2wiMWcw==", "dependencies": { "eventemitter3": "^5.0.1" } @@ -32,9 +32,9 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" }, "phaser": { - "version": "3.86.0", - "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.86.0.tgz", - "integrity": "sha512-A7rog3GhXYcWsPimteQmudyY6W0fx0eviOoo9Cwpzae1RPeJBDkhmWv5IFrQO9dL+T907E4dprQPnd2D4WhoEw==", + "version": "3.87.0", + "resolved": "https://registry.npmjs.org/phaser/-/phaser-3.87.0.tgz", + "integrity": "sha512-AyI1b3T5fp05gzf6WUmu2FNqaZL+Y7w88yBRLf7YZXF9bncUSHpnDrupnTGoPqy/RKHRLBcay7zWeqQ2wiMWcw==", "requires": { "eventemitter3": "^5.0.1" } diff --git a/csfieldguide/static/interactives/packet-attack/package.json b/csfieldguide/static/interactives/packet-attack/package.json index 83c40a9234..86b5afcea1 100644 --- a/csfieldguide/static/interactives/packet-attack/package.json +++ b/csfieldguide/static/interactives/packet-attack/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "dependencies": { - "phaser": "3.86.0" + "phaser": "3.87.0" } }