1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-28 08:58:49 +02:00

updating versions

This commit is contained in:
Patrik J. Braun 2022-03-27 19:25:53 +02:00
parent 8a3f0a5c77
commit 37d296b45d
3 changed files with 27597 additions and 412 deletions

27954
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,20 +38,20 @@
"cookie-session": "2.0.0",
"csurf": "1.11.0",
"ejs": "3.1.6",
"exifreader": "4.2.0",
"express": "4.17.2",
"exifreader": "4.4.0",
"express": "4.17.3",
"express-unless": "1.0.0",
"fluent-ffmpeg": "2.1.2",
"image-size": "1.0.1",
"jimp": "0.16.1",
"locale": "0.1.0",
"node-geocoder": "3.28.0",
"node-geocoder": "4.0.0",
"reflect-metadata": "0.1.13",
"sharp": "0.30.1",
"sharp": "0.30.3",
"ts-exif-parser": "0.2.2",
"ts-node-iptc": "1.0.11",
"typeconfig": "2.0.21",
"typeorm": "0.2.41"
"typeorm": "0.3.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1102.17",
@ -71,7 +71,7 @@
"@asymmetrik/ngx-leaflet": "8.1.0",
"@asymmetrik/ngx-leaflet-markercluster": "5.0.1",
"@ngx-loading-bar/core": "5.1.2",
"@types/archiver": "5.1.1",
"@types/archiver": "5.3.1",
"@types/bcrypt": "5.0.0",
"@types/bcryptjs": "2.4.2",
"@types/chai": "4.3.0",
@ -85,20 +85,20 @@
"@types/gulp": "4.0.9",
"@types/gulp-zip": "4.0.2",
"@types/image-size": "0.8.0",
"@types/jasmine": "3.10.2",
"@types/jsonwebtoken": "8.5.6",
"@types/leaflet": "1.7.7",
"@types/jasmine": "4.0.0",
"@types/jsonwebtoken": "8.5.8",
"@types/leaflet": "1.7.9",
"@types/leaflet.markercluster": "1.4.6",
"@types/node": "15.14.9",
"@types/node-geocoder": "3.24.3",
"@types/sharp": "0.29.5",
"@types/node": "17.0.23",
"@types/node-geocoder": "3.24.4",
"@types/sharp": "0.30.0",
"@types/winston": "2.4.4",
"@types/xml2js": "0.4.8",
"bootstrap": "4.6.0",
"@types/xml2js": "0.4.9",
"bootstrap": "5.1.3",
"chai": "4.3.6",
"chai-http": "4.3.0",
"codelyzer": "6.0.2",
"core-js": "3.21.0",
"core-js": "3.21.1",
"coveralls": "3.1.1",
"deep-equal-in-any-order": "1.1.15",
"ejs-loader": "0.5.0",
@ -108,11 +108,11 @@
"gulp-zip": "5.1.0",
"hammerjs": "2.0.8",
"intl": "1.2.5",
"jasmine-core": "4.0.0",
"jasmine-core": "4.0.1",
"jasmine-spec-reporter": "7.0.0",
"jw-bootstrap-switch-ng2": "2.0.5",
"karma": "6.3.15",
"karma-chrome-launcher": "3.1.0",
"karma": "6.3.17",
"karma-chrome-launcher": "3.1.1",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
@ -121,12 +121,12 @@
"karma-systemjs": "0.16.0",
"leaflet": "1.7.1",
"leaflet.markercluster": "1.5.3",
"mocha": "9.2.0",
"mocha": "9.2.2",
"ngx-bootstrap": "6.2.0",
"ngx-clipboard": "14.0.1",
"ngx-clipboard": "14.0.2",
"ngx-cookie-service": "11.0.2",
"ngx-markdown": "11.1.3",
"ngx-device-detector": "2.0.10",
"ngx-markdown": "11.2.0",
"ngx-device-detector": "3.0.0",
"ngx-toastr": "13.2.1",
"nyc": "15.1.0",
"open-iconic": "1.1.1",
@ -135,20 +135,20 @@
"rxjs": "6.6.7",
"rxjs-compat": "6.6.7",
"ts-helpers": "1.1.2",
"ts-node": "10.4.0",
"ts-node": "10.7.0",
"tslint": "6.1.3",
"typescript": "4.1.6",
"typescript": "4.6.3",
"xlf-google-translate": "1.0.0-beta.22",
"web-animations-js": "2.3.2",
"webpack-bundle-analyzer": "4.5.0",
"xml2js": "0.4.23",
"zone.js": "0.11.4"
"zone.js": "0.11.5"
},
"//": {
"TODO": "sharp 0.28.1 fails arm/v7 build as Prebuilt libvips 8.10.6 binaries are not yet available for linuxmusl-armv7. https://sharp.pixelplumbing.com/install"
},
"optionalDependencies": {
"ffmpeg-static": "4.4.1",
"ffmpeg-static": "5.0.0",
"ffprobe-static": "3.0.0",
"mysql": "2.18.1"
},

View File

@ -8,10 +8,9 @@
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2015",
"target": "es2020",
"module": "commonjs",
"lib": [
"es2018",
"dom"
]
},