From 06045b780e7cb055fab43ccd88a6b558a5b38580 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 2 Jul 2022 07:10:49 +0530 Subject: Upgrade 'npm' to '8.13.2' and 'pnpm' to '7.4.1' --- CONTRIBUTING.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- recipes | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a58683fb5..159cadb28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,8 +63,8 @@ Currently, these are the combinations of system dependencies that work for MacOS $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { "node": "16.15.1", - "npm": "8.12.2", - "pnpm": "7.3.0" + "npm": "8.13.2", + "pnpm": "7.4.1" } ``` diff --git a/package-lock.json b/package-lock.json index a2eefa040..51c3d79c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -163,7 +163,7 @@ }, "engines": { "node": "16.15.1", - "npm": "8.12.2" + "npm": "8.13.2" }, "optionalDependencies": { "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect", diff --git a/package.json b/package.json index 826d2517b..9658f1154 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "engines": { "node": "16.15.1", - "npm": "8.12.2" + "npm": "8.13.2" }, "engine-strict": true, "scripts": { diff --git a/recipes b/recipes index 016e7fe37..7b3a15c18 160000 --- a/recipes +++ b/recipes @@ -1 +1 @@ -Subproject commit 016e7fe37956b6dec1682d9f4538c48789944613 +Subproject commit 7b3a15c18778b71a4b8bcbadbe898f65f4974268 -- cgit v1.2.3-54-g00ecf