Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 4 directories with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 1 update in the /javascript/ql/experimental/adaptivethreatmodeling/test/modeled_apis directory: [mongodb](https://github.com/mongodb/node-mongodb-native).
Bumps the npm_and_yarn group with 1 update in the /javascript/ql/test/library-tests/Extend directory: [merge](https://github.com/yeikos/js.merge).
Bumps the npm_and_yarn group with 2 updates in the /javascript/ql/test/library-tests/HtmlSanitizers directory: [sanitize-html](https://github.com/apostrophecms/sanitize-html) and [validator](https://github.com/validatorjs/validator.js).
Bumps the npm_and_yarn group with 1 update in the /javascript/ql/test/library-tests/frameworks/Next directory: [next](https://github.com/vercel/next.js).


Updates `mongodb` from 2.2.33 to 3.1.13
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v2.2.33...v3.1.13)

Updates `merge` from 1.2.1 to 2.1.1
- [Release notes](https://github.com/yeikos/js.merge/releases)
- [Changelog](https://github.com/swordev/merge/blob/main/CHANGELOG.md)
- [Commits](swordev/merge@v1.2.1...v2.1.1)

Updates `sanitize-html` from 1.27.5 to 2.13.1
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/commits/2.13.1)

Updates `validator` from 10.11.0 to 13.12.0
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@10.11.0...13.12.0)

Updates `next` from 10.2.3 to 14.2.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v10.2.3...v14.2.15)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: merge
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: sanitize-html
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: validator
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 76aba33 commit c566b62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"version": "0.0.0",
"dependencies": {
"mongodb": "2.2.33"
"mongodb": "3.1.13"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion javascript/ql/test/library-tests/Extend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lodash": "^4.17.10",
"lodash.defaultsdeep": "^4.6.0",
"lodash.mergewith": "^4.6.1",
"merge": "^1.2.0",
"merge": "^2.1.1",
"merge-deep": "^3.0.2",
"merge-options": "^1.0.1",
"mixin-deep": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions javascript/ql/test/library-tests/HtmlSanitizers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"he": "^1.1.1",
"html-entities": "^1.2.1",
"lodash": "^4.17.10",
"sanitize-html": "^1.18.2",
"sanitize-html": "^2.13.1",
"sanitizer": "^0.1.3",
"underscore": "^1.9.1",
"validator": "^10.4.0",
"validator": "^13.12.0",
"xss": "^1.0.3",
"xss-filters": "^1.2.7"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"next": "^14.2.15",
"react": "17.0.1",
"react-dom": "17.0.1"
}
Expand Down

0 comments on commit c566b62

Please sign in to comment.