From ffe0d5aa86d9823da88172b1f3c2e21ca022362d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:05:13 +0800 Subject: [PATCH] chore(deps-dev): bump globals from 15.11.0 to 15.12.0 in /frontend (#13) Bumps [globals](https://github.com/sindresorhus/globals) from 15.11.0 to 15.12.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 05e28a3..db6ad07 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^5.1.0-rc.1", "eslint-plugin-react-refresh": "^0.4.11", - "globals": "^15.9.0", + "globals": "^15.12.0", "postcss": "^8.4.45", "tailwindcss": "^3.4.15", "vite": "^5.4.3" @@ -47,14 +47,14 @@ "dotenv": "^16.4.5", "express": "^4.19.2", "jose": "^5.8.0", - "mongoose": "^8.6.1", + "mongoose": "^8.8.2", "serve-favicon": "^2.5.0" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/cookie-parser": "^1.4.7", "@types/cors": "^2.8.17", - "@types/express": "^4.17.21", + "@types/express": "^5.0.0", "@types/serve-favicon": "^2.5.7", "nodemon": "^3.1.4" } @@ -3047,9 +3047,9 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, "license": "MIT", "engines": { diff --git a/frontend/package.json b/frontend/package.json index df44881..b3fbc41 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^5.1.0-rc.1", "eslint-plugin-react-refresh": "^0.4.11", - "globals": "^15.9.0", + "globals": "^15.12.0", "postcss": "^8.4.45", "tailwindcss": "^3.4.15", "vite": "^5.4.3"