Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 3576b6a commit 62d8a40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"commitizen": "4.3.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"cz-conventional-changelog": "3.3.0",
"esbuild": "^0.19.5",
"esbuild": "0.19.5",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
Expand All @@ -66,13 +66,13 @@
"release-it": "16.1.0",
"supertest": "6.3.3",
"supervisor": "0.12.0",
"webpack": "^5.89.0"
"webpack": "5.89.0"
},
"dependencies": {
"@hitokoto/koa-jsonp": "3.0.7",
"@hitokoto/koa-respond": "3.0.3",
"@koa/bodyparser": "^5.0.0",
"@koa/cors": "^4.0.0",
"@koa/bodyparser": "5.0.0",
"@koa/cors": "4.0.0",
"@sentry/integrations": "7.57.0",
"@sentry/node": "7.57.0",
"@sentry/tracing": "7.57.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@ __metadata:
languageName: node
linkType: hard

"@koa/bodyparser@npm:^5.0.0":
"@koa/bodyparser@npm:5.0.0":
version: 5.0.0
resolution: "@koa/bodyparser@npm:5.0.0"
dependencies:
Expand All @@ -2308,7 +2308,7 @@ __metadata:
languageName: node
linkType: hard

"@koa/cors@npm:^4.0.0":
"@koa/cors@npm:4.0.0":
version: 4.0.0
resolution: "@koa/cors@npm:4.0.0"
dependencies:
Expand Down Expand Up @@ -5631,7 +5631,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.19.5":
"esbuild@npm:0.19.5":
version: 0.19.5
resolution: "esbuild@npm:0.19.5"
dependencies:
Expand Down Expand Up @@ -7275,8 +7275,8 @@ __metadata:
"@commitlint/config-conventional": "npm:17.8.1"
"@hitokoto/koa-jsonp": "npm:3.0.7"
"@hitokoto/koa-respond": "npm:3.0.3"
"@koa/bodyparser": "npm:^5.0.0"
"@koa/cors": "npm:^4.0.0"
"@koa/bodyparser": "npm:5.0.0"
"@koa/cors": "npm:4.0.0"
"@sentry/integrations": "npm:7.57.0"
"@sentry/node": "npm:7.57.0"
"@sentry/tracing": "npm:7.57.0"
Expand All @@ -7290,7 +7290,7 @@ __metadata:
conventional-changelog-conventionalcommits: "npm:7.0.2"
cron: "npm:2.3.1"
cz-conventional-changelog: "npm:3.3.0"
esbuild: "npm:^0.19.5"
esbuild: "npm:0.19.5"
eslint: "npm:8.53.0"
eslint-config-prettier: "npm:9.0.0"
eslint-config-standard: "npm:17.1.0"
Expand Down Expand Up @@ -7334,7 +7334,7 @@ __metadata:
supertest: "npm:6.3.3"
supervisor: "npm:0.12.0"
uuid: "npm:9.0.0"
webpack: "npm:^5.89.0"
webpack: "npm:5.89.0"
winston: "npm:3.9.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -13288,7 +13288,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.89.0":
"webpack@npm:5.89.0":
version: 5.89.0
resolution: "webpack@npm:5.89.0"
dependencies:
Expand Down

0 comments on commit 62d8a40

Please sign in to comment.