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.2 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 805 packages from 444 contributors and audited 2595 packages in 10.634s 37 packages are looking for funding run `npm fund` for details found 9 low severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details ``` ### 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.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: 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 @feathersjs/authentication ^4.5.2 → ^4.5.3 @feathersjs/authentication-local ^4.5.2 → ^4.5.4 @feathersjs/authentication-oauth ^4.5.2 → ^4.5.4 @feathersjs/configuration ^4.5.2 → ^4.5.3 @feathersjs/errors ^4.5.2 → ^4.5.3 @feathersjs/express ^4.5.2 → ^4.5.4 @feathersjs/feathers ^4.5.2 → ^4.5.3 @feathersjs/socketio ^4.5.2 → ^4.5.4 helmet ^3.21.3 → ^3.22.0 @types/helmet 0.0.45 → 0.0.46 @types/jsonwebtoken ^8.3.8 → ^8.3.9 mocha ^7.1.1 → ^7.1.2 nodemon ^2.0.2 → ^2.0.3 npm-check-updates ^4.0.4 → ^4.1.2 nyc ^15.0.0 → ^15.0.1 tslint ^6.1.0 → ^6.1.2 Run npm install to install new versions. ```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 added 107 packages from 75 contributors, removed 86 packages, updated 105 packages, moved 19 packages and audited 2755 packages in 15.275s 32 packages are looking for funding run `npm fund` for details found 6 low severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details ``` ### stderr: ```Shell npm WARN deprecated tslint@6.1.2: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. 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