Bump semver, concurrently, koa-jwt and eslint-plugin-import

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [concurrently](https://github.com/open-cli-tools/concurrently), [koa-jwt](https://github.com/koajs/jwt) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import). These dependencies need to be updated together.


Updates `semver` from 7.3.8 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.3)

Updates `semver` from 7.3.5 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.3)

Updates `concurrently` from 6.2.0 to 6.5.1
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.2.0...v6.5.1)

Updates `koa-jwt` from 4.0.1 to 4.0.4
- [Release notes](https://github.com/koajs/jwt/releases)
- [Commits](https://github.com/koajs/jwt/compare/v4.0.1...v4.0.4)

Updates `eslint-plugin-import` from 2.23.4 to 2.27.5
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.27.5)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: semver
  dependency-type: indirect
- dependency-name: concurrently
  dependency-type: direct:production
- dependency-name: koa-jwt
  dependency-type: direct:production
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-24 02:39:03 +00:00
committed by GitHub
parent 42f51274a0
commit 54dd7a139f
2 changed files with 882 additions and 597 deletions

1473
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.1",
@@ -39,12 +39,12 @@
"dependencies": {
"@koa/cors": "^3.1.0",
"bcrypt": "^5.0.1",
"concurrently": "^6.2.0",
"concurrently": "^6.5.1",
"cross-env": "^7.0.3",
"jsonwebtoken": "^9.0.0",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-jwt": "^4.0.1",
"koa-jwt": "^4.0.4",
"koa-logger": "^3.2.1",
"koa-router": "^10.0.0",
"koa-send": "^5.0.1",