From c566b62c87ab0ed9a6ba6bd16bcc8ba5d64fd5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:13:50 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 4 directories with 5 updates 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](https://github.com/mongodb/node-mongodb-native/compare/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](https://github.com/yeikos/js.merge/compare/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](https://github.com/validatorjs/validator.js/compare/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](https://github.com/vercel/next.js/compare/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] --- .../adaptivethreatmodeling/test/modeled_apis/package.json | 2 +- javascript/ql/test/library-tests/Extend/package.json | 2 +- javascript/ql/test/library-tests/HtmlSanitizers/package.json | 4 ++-- javascript/ql/test/library-tests/frameworks/Next/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/javascript/ql/experimental/adaptivethreatmodeling/test/modeled_apis/package.json b/javascript/ql/experimental/adaptivethreatmodeling/test/modeled_apis/package.json index 2a7d3c95a199..bd1df2c8846a 100644 --- a/javascript/ql/experimental/adaptivethreatmodeling/test/modeled_apis/package.json +++ b/javascript/ql/experimental/adaptivethreatmodeling/test/modeled_apis/package.json @@ -3,7 +3,7 @@ "description": "", "version": "0.0.0", "dependencies": { - "mongodb": "2.2.33" + "mongodb": "3.1.13" }, "devDependencies": {} } diff --git a/javascript/ql/test/library-tests/Extend/package.json b/javascript/ql/test/library-tests/Extend/package.json index dd73e8e0a5ec..8c5838265645 100644 --- a/javascript/ql/test/library-tests/Extend/package.json +++ b/javascript/ql/test/library-tests/Extend/package.json @@ -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", diff --git a/javascript/ql/test/library-tests/HtmlSanitizers/package.json b/javascript/ql/test/library-tests/HtmlSanitizers/package.json index 5de2325254ed..23fe82a8d8b2 100644 --- a/javascript/ql/test/library-tests/HtmlSanitizers/package.json +++ b/javascript/ql/test/library-tests/HtmlSanitizers/package.json @@ -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" } diff --git a/javascript/ql/test/library-tests/frameworks/Next/package.json b/javascript/ql/test/library-tests/frameworks/Next/package.json index 5f522e83890b..4b428b24e1a7 100644 --- a/javascript/ql/test/library-tests/frameworks/Next/package.json +++ b/javascript/ql/test/library-tests/frameworks/Next/package.json @@ -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" }