From 10d03a8f45311e0a165517167fe81d3cafaf2bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:07:07 +0000 Subject: [PATCH] build(deps-dev): bump globals from 15.11.0 to 15.12.0 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] --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c4bc5e3..5bc0efc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,54 +14,54 @@ "cors": "^2.8.5", "csvtojson": "^2.0.10", "dotenv": "^16.4.5", - "express": "^4.19.2", + "express": "^4.21.1", "express-joi-validation": "^5.0.1", "joi": "^17.13.3", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "log-update": "^4.0.0", "multer": "^1.4.5-lts.1", - "mysql2": "^3.11.0", + "mysql2": "^3.11.3", "node-xlsx": "^0.23.0", "regenerator-runtime": "^0.13.11", "rxjs": "^7.8.1", - "sequelize": "^6.37.3", - "socket.io": "^4.7.5", + "sequelize": "^6.37.5", + "socket.io": "^4.8.1", "sqlite3": "^5.1.7", "superagent": "^8.1.2", "toad-scheduler": "^3.0.1", "uuidv4": "^6.2.13", - "winston": "^3.14.1", + "winston": "^3.15.0", "winston-daily-rotate-file": "^4.7.1" }, "bin": { "cadt": "build/server.js" }, "devDependencies": { - "@babel/cli": "^7.25.7", - "@babel/core": "^7.25.8", - "@babel/eslint-parser": "^7.25.8", - "@babel/plugin-syntax-import-attributes": "^7.25.7", - "@babel/preset-env": "^7.25.8", - "@babel/register": "^7.25.7", + "@babel/cli": "^7.25.9", + "@babel/core": "^7.26.0", + "@babel/eslint-parser": "^7.25.9", + "@babel/plugin-syntax-import-attributes": "^7.26.0", + "@babel/preset-env": "^7.26.0", + "@babel/register": "^7.25.9", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.13.0", + "@eslint/js": "^9.14.0", "@yao-pkg/pkg": "^6.1.1", "babel-plugin-module-resolver": "^5.0.2", - "chai": "^5.1.1", + "chai": "^5.1.2", "chai-http": "^5.1.1", "eslint": "^9.13.0", "eslint-plugin-es": "^4.1.0", "eslint-plugin-mocha": "^10.5.0", "extensionless": "^1.9.9", - "globals": "^15.11.0", + "globals": "^15.12.0", "husky": "^9.1.6", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "semver": "^7.6.3", "sinon": "^19.0.2", - "socket.io-client": "^4.8.0", + "socket.io-client": "^4.8.1", "standard-version": "^9.5.0", "supertest": "^7.0.0" }, @@ -7500,9 +7500,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/package.json b/package.json index f8d95d32..4935f417 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-es": "^4.1.0", "eslint-plugin-mocha": "^10.5.0", "extensionless": "^1.9.9", - "globals": "^15.11.0", + "globals": "^15.12.0", "husky": "^9.1.6", "mocha": "^10.8.2", "semver": "^7.6.3",