Closed github-actions[bot] closed 4 years ago
default branch (https://github.com/feathersjs/feathers-chat-ts/tree/master)
:octocat: Repo | :memo: Issues | :department_store: Marketplace
Base PullRequest
default branch (https://github.com/feathersjs/feathers-chat-ts/tree/master)
Command results
Details:
add path
```Shell /home/runner/work/_actions/technote-space/create-pr-action/v1/node_modules/npm-check-updates/bin ```npm install
```Shell > nodemon@2.0.3 postinstall /home/runner/work/feathers-chat-ts/feathers-chat-ts/node_modules/nodemon > node bin/postinstall || exit 0 [32mLove nodemon? You can now support the project via the open collective:[22m[39m > [96m[1mhttps://opencollective.com/nodemon/donate[0m added 817 packages from 491 contributors and audited 822 packages in 14.079s 41 packages are looking for funding run `npm fund` for details found 0 vulnerabilities ``` ### stderr: ```Shell npm WARN feathers-chat@0.0.0 No repository field. npm WARN feathers-chat@0.0.0 No license field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) ```npm run update-dependencies
```Shell > feathers-chat@0.0.0 update-dependencies /home/runner/work/feathers-chat-ts/feathers-chat-ts > ncu -u Upgrading /home/runner/work/feathers-chat-ts/feathers-chat-ts/package.json @types/helmet 0.0.46 → 0.0.47 @types/jsonwebtoken ^8.3.9 → ^8.5.0 mocha ^7.1.2 → ^7.2.0 nodemon ^2.0.3 → ^2.0.4 npm-check-updates ^4.1.2 → ^6.0.1 typescript ^3.8.3 → ^3.9.3 Run npm install to install new versions. ```npm install
```Shell > nodemon@2.0.4 postinstall /home/runner/work/feathers-chat-ts/feathers-chat-ts/node_modules/nodemon > node bin/postinstall || exit 0 removed 1 package, updated 15 packages and audited 821 packages in 21.29s 22 packages are looking for funding run `npm fund` for details found 0 vulnerabilities ``` ### stderr: ```Shell npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.1 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN feathers-chat@0.0.0 No repository field. npm WARN feathers-chat@0.0.0 No license field. ```Changed files
Changed 2 files:
- package-lock.json - package.json:octocat: Repo | :memo: Issues | :department_store: Marketplace