1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

bumping typeconfig version and adding v14 support to package.json

This commit is contained in:
Patrik J. Braun 2020-12-26 12:12:19 +01:00
parent e54bab2976
commit 67442971de
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -19439,9 +19439,9 @@
}
},
"typeconfig": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/typeconfig/-/typeconfig-2.0.13.tgz",
"integrity": "sha512-GGs0xiGTrqeXuF7aPO7Zy0l22RMnFh3+c8nKejflGlRdRNVZY2fwoHqDoC0lLeXgMJMOS7Px3+U8kQcWy9kciw==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/typeconfig/-/typeconfig-2.0.14.tgz",
"integrity": "sha512-hUSGeoicUvHj/gN78xCrMzeEan+OO7apxIvOX39FIeTWr3Z0etl4ApynHaIvewOZ6kp3hJ7LB3AljIlaIMQYGw==",
"requires": {
"optimist": "0.6.1"
}

View File

@ -48,7 +48,7 @@
"sqlite3": "5.0.0",
"ts-exif-parser": "0.2.1",
"ts-node-iptc": "1.0.11",
"typeconfig": "2.0.13",
"typeconfig": "2.0.14",
"typeorm": "0.2.21",
"winston": "2.4.4"
},
@ -149,6 +149,6 @@
"sharp": "0.23.4"
},
"engines": {
"node": ">=10.17 <13.0"
"node": ">=10.17 <15.0"
}
}