From 41af4e8e81299f014f9f993248ddc09207f3d2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:39:42 +0000 Subject: [PATCH 1/2] Bump mongoose from 8.6.1 to 8.6.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.6.1 to 8.6.2. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.6.1...8.6.2) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e33aa4b..4d94fef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "helmet": "^7.1.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", - "mongoose": "^8.5.4", + "mongoose": "^8.6.2", "morgan-body": "^2.6.8", "node-cache": "^5.1.2", "nodemailer": "^6.9.14", @@ -8581,10 +8581,9 @@ } }, "node_modules/mongoose": { - "version": "8.6.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.6.1.tgz", - "integrity": "sha512-dppGcYqvsdg+VcnqXR5b467V4a+iNhmvkfYNpEPi6AjaUxnz6ioEDmrMLOi+sOWjvoHapuwPOigV4f2l7HC6ag==", - "license": "MIT", + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.6.2.tgz", + "integrity": "sha512-ErbDVvuUzUfyQpXvJ6sXznmZDICD8r6wIsa0VKjJtB6/LZncqwUn5Um040G1BaNo6L3Jz+xItLSwT0wZmSmUaQ==", "dependencies": { "bson": "^6.7.0", "kareem": "2.6.3", diff --git a/package.json b/package.json index 57b3814..0eed34a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "helmet": "^7.1.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", - "mongoose": "^8.5.4", + "mongoose": "^8.6.2", "morgan-body": "^2.6.8", "node-cache": "^5.1.2", "nodemailer": "^6.9.14", From 4adab0eb720b6e81bae0b241d52b73dee38684e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:39:52 +0000 Subject: [PATCH 2/2] Bump eslint-plugin-react from 7.35.2 to 7.36.1 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.35.2 to 7.36.1. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e33aa4b..b69b966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-promise": "^6.6.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-redux": "^4.1.0", "eslint-plugin-simple-import-sort": "^12.1.1", @@ -6034,11 +6034,10 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.35.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz", - "integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==", + "version": "7.36.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz", + "integrity": "sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==", "dev": true, - "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", diff --git a/package.json b/package.json index 57b3814..b2be0cc 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.29.1", "eslint-plugin-promise": "^6.6.0", - "eslint-plugin-react": "^7.35.2", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-redux": "^4.1.0", "eslint-plugin-simple-import-sort": "^12.1.1",