Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @koa/cors from 3.4.3 to 5.0.0.
    See this package in npm: https://www.npmjs.com/package/@koa/cors
  - @octokit/core from 4.2.4 to 6.1.2.
    See this package in npm: https://www.npmjs.com/package/@octokit/core
  - @octokit/plugin-throttling from 4.3.2 to 9.3.1.
    See this package in npm: https://www.npmjs.com/package/@octokit/plugin-throttling
  - axios from 0.27.2 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios
  - commander from 9.5.0 to 12.1.0.
    See this package in npm: https://www.npmjs.com/package/commander
  - consola from 2.15.3 to 3.2.3.
    See this package in npm: https://www.npmjs.com/package/consola
  - koa-body from 5.0.0 to 6.0.1.
    See this package in npm: https://www.npmjs.com/package/koa-body
  - koa-router from 10.1.1 to 12.0.1.
    See this package in npm: https://www.npmjs.com/package/koa-router
  - lru-cache from 7.18.3 to 11.0.0.
    See this package in npm: https://www.npmjs.com/package/lru-cache
  - luxon from 2.5.2 to 3.5.0.
    See this package in npm: https://www.npmjs.com/package/luxon
  - mysql2 from 2.3.3 to 3.11.0.
    See this package in npm: https://www.npmjs.com/package/mysql2
  - node-sql-parser from 4.18.0 to 5.3.1.
    See this package in npm: https://www.npmjs.com/package/node-sql-parser
  - octokit from 1.8.1 to 4.0.2.
    See this package in npm: https://www.npmjs.com/package/octokit
  - p-queue from 7.4.1 to 8.0.1.
    See this package in npm: https://www.npmjs.com/package/p-queue
  - pinyin from 3.0.0-alpha.5 to 3.1.0.
    See this package in npm: https://www.npmjs.com/package/pinyin
  - prom-client from 14.2.0 to 15.1.3.
    See this package in npm: https://www.npmjs.com/package/prom-client
  - reflect-metadata from 0.1.14 to 0.2.2.
    See this package in npm: https://www.npmjs.com/package/reflect-metadata
  - tiny-async-pool from 1.3.0 to 2.1.0.
    See this package in npm: https://www.npmjs.com/package/tiny-async-pool

See this project in Snyk:
https://app.snyk.io/org/q1blue-rxw/project/061589ad-3276-41ad-ab3d-5cb52331031e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent d26ee00 commit 364e6f0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,35 +41,35 @@
},
"dependencies": {
"@goparrot/geocoder": "^4.4.0",
"@koa/cors": "^3.1.0",
"@octokit/core": "^4.0.5",
"@octokit/plugin-throttling": "^4.3.0",
"@koa/cors": "^5.0.0",
"@octokit/core": "^6.1.2",
"@octokit/plugin-throttling": "^9.3.1",
"async": "^3.2.4",
"axios": "^0.27.2",
"commander": "^9.4.0",
"consola": "^2.15.3",
"axios": "^1.7.5",
"commander": "^12.1.0",
"consola": "^3.2.3",
"cron-parser": "^4.6.0",
"dotenv": "^16.0.0",
"generic-pool": "^3.8.2",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-router": "^10.1.1",
"koa-body": "^6.0.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"lru-cache": "^7.13.1",
"luxon": "^2.3.0",
"lru-cache": "^11.0.0",
"luxon": "^3.5.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"mysql2": "^3.11.0",
"node-schedule": "^2.1.0",
"node-sql-parser": "^4.5.0",
"octokit": "^1.7.1",
"p-queue": "^7.3.0",
"pinyin": "3.0.0-alpha.5",
"prom-client": "^14.0.1",
"reflect-metadata": "^0.1.13",
"node-sql-parser": "^5.3.1",
"octokit": "^4.0.2",
"p-queue": "^8.0.1",
"pinyin": "3.1.0",
"prom-client": "^15.1.3",
"reflect-metadata": "^0.2.2",
"socket.io": "^4.5.2",
"table": "^6.8.0",
"tail": "^2.2.4",
"tiny-async-pool": "^1.2.0",
"tiny-async-pool": "^2.1.0",
"yaml": "^2.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 364e6f0

Please sign in to comment.