From 435541329cfb73aa8076e1b0dd59f8b1d95e3740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:01:51 +0000 Subject: [PATCH] fix: bump @dotcom-reliability-kit/app-info in the reliability-kit group Bumps the reliability-kit group with 1 update: [@dotcom-reliability-kit/app-info](https://github.com/Financial-Times/dotcom-reliability-kit/tree/HEAD/packages/app-info). Updates `@dotcom-reliability-kit/app-info` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/Financial-Times/dotcom-reliability-kit/releases) - [Changelog](https://github.com/Financial-Times/dotcom-reliability-kit/blob/main/packages/app-info/CHANGELOG.md) - [Commits](https://github.com/Financial-Times/dotcom-reliability-kit/commits/app-info-v3.3.1/packages/app-info) --- updated-dependencies: - dependency-name: "@dotcom-reliability-kit/app-info" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: reliability-kit ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index af29e20..eb5898d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -859,12 +859,11 @@ } }, "node_modules/@dotcom-reliability-kit/app-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/app-info/-/app-info-3.3.0.tgz", - "integrity": "sha512-Y0GF/9U1KKZG0l7MtdoysFOwDCsTmS5gJWnf9ZrpHgN+SLNxY5yx1vjsbjEfIYEwIalI8lSj87F6Y3fYTsUyIw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@dotcom-reliability-kit/app-info/-/app-info-3.3.1.tgz", + "integrity": "sha512-CYF7ZX7gC0dZzA7OVX1HmoRnEFw8qAHJypryHum6oerEZtCOMVy4lnMDM8w6gEIlXvWXyjKas4PD44tHNWKtQg==", "engines": { - "node": "18.x || 20.x || 22.x", - "npm": "8.x || 9.x || 10.x" + "node": "18.x || 20.x || 22.x" } }, "node_modules/@dotcom-reliability-kit/eslint-config": {