Skip to content

Commit

Permalink
⬆️ (node-migrate) upgraded to v2.0.1 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Nov 22, 2023
1 parent 87813b3 commit ca4ea97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"express-rate-limit": "^6.7.0",
"express-response-size": "^0.0.3",
"jws": "^4.0.0",
"migrate": "^2.0.0",
"migrate": "^2.0.1",
"nordigen-node": "^1.2.6",
"uuid": "^9.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/281.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MikesGlitch, MatissJanis]
---

Fix: `ERR_UNSUPPORTED_ESM_URL_SCHEME` by upgrading node-migrate to v2.0.1
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ __metadata:
express-response-size: "npm:^0.0.3"
jest: "npm:^29.3.1"
jws: "npm:^4.0.0"
migrate: "npm:^2.0.0"
migrate: "npm:^2.0.1"
nordigen-node: "npm:^1.2.6"
prettier: "npm:^2.8.3"
supertest: "npm:^6.3.1"
Expand Down Expand Up @@ -4469,9 +4469,9 @@ __metadata:
languageName: node
linkType: hard

"migrate@npm:^2.0.0":
version: 2.0.0
resolution: "migrate@npm:2.0.0"
"migrate@npm:^2.0.1":
version: 2.0.1
resolution: "migrate@npm:2.0.1"
dependencies:
chalk: "npm:^4.1.2"
commander: "npm:^2.20.3"
Expand All @@ -4488,7 +4488,7 @@ __metadata:
migrate-init: bin/migrate-init
migrate-list: bin/migrate-list
migrate-up: bin/migrate-up
checksum: 15ca13c0dd4a3eb590dccc88a76bfd577f3b0fce727959666683e290a048acc074e1d36eaed1c76cb3e7dd7b5ef4e243615fc5281369ad641544334938576bc0
checksum: 69c9d50ef5c8502be51d7411d251e4c053973b95076d1732e61227971a29b2a8c3030beb0d66fad9c7e8eba1acf9f240b51fbc35190407d85f4e1a40ae39c8aa
languageName: node
linkType: hard

Expand Down

0 comments on commit ca4ea97

Please sign in to comment.