Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: therehq/there-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: therehq/there-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dependabot/npm_and_yarn/express-4.17.3
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 10, 2022

  1. Bump express from 4.17.1 to 4.17.3

    Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.1...4.17.3)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 10, 2022
    Copy the full SHA
    5e056a1 View commit details
Showing with 115 additions and 119 deletions.
  1. +1 −1 package.json
  2. +114 −118 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"debug": "^3.1.0",
"dotenv": "^8.2.0",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express": "^4.17.3",
"graphql": "^0.13.0",
"graphql-list-fields": "^2.0.2",
"graphql-playground-middleware-express": "^1.5.6",
Loading