From 4ce33918d107947beb954e3f9a4de0beb0e0d53b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 15:09:25 +0000 Subject: [PATCH] Update dependency @financial-times/n-gage to v9 --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8891a36..ba4bbe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@financial-times/n-express-monitor": "^1.1.0" }, "devDependencies": { - "@financial-times/n-gage": "^8.2.0", + "@financial-times/n-gage": "^9.0.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.5", "babel-loader": "^7.1.5", @@ -1437,11 +1437,11 @@ } }, "node_modules/@financial-times/n-gage": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@financial-times/n-gage/-/n-gage-8.3.2.tgz", - "integrity": "sha512-ciYKnPoox0tO4b8BdSqly0kGuvqZo0OOaF+srRHhLWS8Mkzsc8WKE0flWScdiV/CSD6ukT8nZh2I4o2rtQEScw==", - "deprecated": "@financial-times/n-gage is unsupported. FT.com projects should migrate to Tool Kit. run `npm init @dotcom-tool-kit` to run the automatic migration script, and talk to the Customer Products Platforms team if Tool Kit doesn't meet your project's needs.", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@financial-times/n-gage/-/n-gage-9.0.0.tgz", + "integrity": "sha512-l18LyuIHRjzzT48Fav+cUKh0bkdOMceepJuY0UtwqXTrA9LMBdTAIE+3hIn2DYctPFFUF7PNO4k9TIJQeA6BtA==", "dev": true, + "hasInstallScript": true, "dependencies": { "@financial-times/eslint-config-next": "^3.0.0", "@financial-times/n-fetch": "^1.0.0-beta.4", @@ -1460,6 +1460,10 @@ }, "bin": { "ngage": "scripts/ngage.js" + }, + "engines": { + "node": "14.x || 16.x", + "npm": "7.x || 8.x" } }, "node_modules/@financial-times/n-logger": { @@ -19538,9 +19542,9 @@ } }, "@financial-times/n-gage": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@financial-times/n-gage/-/n-gage-8.3.2.tgz", - "integrity": "sha512-ciYKnPoox0tO4b8BdSqly0kGuvqZo0OOaF+srRHhLWS8Mkzsc8WKE0flWScdiV/CSD6ukT8nZh2I4o2rtQEScw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@financial-times/n-gage/-/n-gage-9.0.0.tgz", + "integrity": "sha512-l18LyuIHRjzzT48Fav+cUKh0bkdOMceepJuY0UtwqXTrA9LMBdTAIE+3hIn2DYctPFFUF7PNO4k9TIJQeA6BtA==", "dev": true, "requires": { "@financial-times/eslint-config-next": "^3.0.0", diff --git a/package.json b/package.json index 1813458..d5af874 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@financial-times/n-express-monitor": "^1.1.0" }, "devDependencies": { - "@financial-times/n-gage": "^8.2.0", + "@financial-times/n-gage": "^9.0.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.5", "babel-loader": "^7.1.5",