From dcba1a8cd99a29b8b82ae43374406d31842af526 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jan 2022 01:00:30 -0500 Subject: [PATCH] Update npm to v8 (#340) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [npm](https://docs.npmjs.com/) ([source](https://github.com/npm/cli)) | engines | major | [`^7` -> `^8.0.0`](https://renovatebot.com/diffs/npm/npm/7.24.2/8.3.1) | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Aditya Thakral Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/340 Reviewed-by: Aditya Thakral Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 276a3f4d..932dcd37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ }, "engines": { "node": "^16", - "npm": "^7" + "npm": "^8.0.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 43d72373..b8707050 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "engines": { "node": "^16", - "npm": "^7" + "npm": "^8.0.0" }, "scripts": { "dev": "next dev",