knex-migrator 5.2.1 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013-2023 Ghost Foundation
1
+ Copyright (c) 2013-2025 Ghost Foundation
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -336,7 +336,7 @@ knexMigrator.isDatabaseOK()
336
336
 
337
337
  # Copyright & License
338
338
 
339
- Copyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE).
339
+ Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
340
340
 
341
341
 
342
342
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knex-migrator",
3
- "version": "5.2.1",
3
+ "version": "5.3.0",
4
4
  "description": "Database migrations with knex.",
5
5
  "keywords": [
6
6
  "ghost",
@@ -44,20 +44,20 @@
44
44
  "knex-migrator-rollback": "./bin/knex-migrator-rollback"
45
45
  },
46
46
  "engines": {
47
- "node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1"
47
+ "node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1 || ^22.13.1"
48
48
  },
49
49
  "dependencies": {
50
50
  "@tryghost/database-info": "0.3.22",
51
- "@tryghost/errors": "1.3.1",
52
- "@tryghost/logging": "2.4.10",
51
+ "@tryghost/errors": "1.3.6",
52
+ "@tryghost/logging": "2.4.19",
53
53
  "@tryghost/promise": "0.3.8",
54
54
  "commander": "5.1.0",
55
55
  "compare-ver": "2.0.2",
56
- "debug": "4.3.4",
56
+ "debug": "4.3.7",
57
57
  "knex": "2.4.2",
58
58
  "lodash": "4.17.21",
59
59
  "moment": "2.24.0",
60
- "mysql2": "3.9.7",
60
+ "mysql2": "3.11.4",
61
61
  "nconf": "0.12.1",
62
62
  "resolve": "1.22.8"
63
63
  },