Skip to content

Commit

Permalink
Upgrade to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Feb 6, 2024
1 parent 2e09bab commit cb002c2
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.1
v18.19.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: focal
language: node_js
node_js:
- 16.17.1
- 18.19.0
before_install:
- npm install -g codecov
after_success:
Expand Down
119 changes: 62 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions reports/install.log
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
$ npm i

added 1086 packages, and audited 1087 packages in 1m
added 1086 packages, and audited 1087 packages in 2m

87 packages are looking for funding
run `npm fund` for details

13 vulnerabilities (4 moderate, 9 high)
10 vulnerabilities (4 moderate, 6 high)

To address issues that do not require attention, run:
npm audit fix

To address all issues possible (including breaking changes), run:
npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Expand Down

0 comments on commit cb002c2

Please sign in to comment.