Update npm to v8 (#340)
continuous-integration/drone/push Build is passing Details

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) |

⚠️ 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.

---

 - [ ] <!-- rebase-check -->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 <github@9at8.dev>
Reviewed-on: #340
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-authored-by: Renovate Bot <no-reply@csclub.uwaterloo.ca>
Co-committed-by: Renovate Bot <no-reply@csclub.uwaterloo.ca>
This commit is contained in:
Renovate Bot 2022-01-20 01:00:30 -05:00 committed by Aditya Thakral
parent cd660a523e
commit dcba1a8cd9
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -48,7 +48,7 @@
},
"engines": {
"node": "^16",
"npm": "^7"
"npm": "^8.0.0"
}
},
"node_modules/@babel/code-frame": {

View File

@ -3,7 +3,7 @@
"private": true,
"engines": {
"node": "^16",
"npm": "^7"
"npm": "^8.0.0"
},
"scripts": {
"dev": "next dev",