Skip to content

Commit ff3202d

Browse files
committed
Merge branch 'release/v5-3-1'
2 parents 32dc64f + b13451a commit ff3202d

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Or, if you have moved <code>config</code> folder out from Nmig's directory:<br /
109109
<br /><b>Note:</b> "logs_directory" will be created during script execution.</p>
110110

111111
<h3>VERSION</h3>
112-
<p>Current version is 5.3.0<br />
112+
<p>Current version is 5.3.1<br />
113113

114114
<h3>LICENSE</h3>
115115
<p>NMIG is available under "GNU GENERAL PUBLIC LICENSE" (v. 3) <br />

Diff for: package-lock.json

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nmig",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "The database migration app",
55
"author": "Anatoly Khaytovich<[email protected]>",
66
"license": "GPL-3.0",
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"json2csv": "^5.0.1",
1616
"mysql": "^2.18.1",
17-
"pg": "^8.2.1",
17+
"pg": "^8.3.0",
1818
"pg-copy-streams": "^2.2.2"
1919
},
2020
"devDependencies": {
21-
"@types/mysql": "^2.15.14",
22-
"@types/node": "^14.0.14",
23-
"@types/pg": "^7.14.3",
21+
"@types/mysql": "^2.15.15",
22+
"@types/node": "^14.0.27",
23+
"@types/pg": "^7.14.4",
2424
"@types/tape": "^4.13.0",
2525
"tape": "^5.0.1",
26-
"typescript": "^3.9.5"
26+
"typescript": "^3.9.7"
2727
},
2828
"scripts": {
2929
"build": "tsc",

0 commit comments

Comments
 (0)