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: contentstack/datasync-content-store-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: contentstack/datasync-content-store-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.5
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 31, 2023

  1. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-MONGODB-5871303
    snyk-bot committed Aug 31, 2023

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    79f7e54 View commit details

Commits on Sep 18, 2023

  1. fix: bumped version

    Vikram Kalta authored and Vikram Kalta committed Sep 18, 2023
    Copy the full SHA
    37de34e View commit details

Commits on Sep 25, 2023

  1. Merge pull request #13 from contentstack/snyk-fix-3667db377cc2d85c63f…

    …3b4d244e7663a
    
    [Snyk] Security upgrade mongodb from 5.7.0 to 5.8.0
    netrajpatel authored Sep 25, 2023
    Copy the full SHA
    9259e1b View commit details
Showing with 19 additions and 22 deletions.
  1. +17 −20 package-lock.json
  2. +2 −2 package.json
37 changes: 17 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/datasync-content-store-mongodb",
"author": "Contentstack Ecosystem <ecosystem@contentstack.com>",
"version": "1.0.4",
"version": "1.0.5",
"description": "Contentstack datasync's mongodb library. Helps to store contents in mongodb",
"main": "dist/index.js",
"dependencies": {
"debug": "^4.3.4",
"lodash": "^4.17.15",
"mongodb": "^5.7.0"
"mongodb": "^5.8.0"
},
"devDependencies": {
"@types/debug": "0.0.31",