Consolidate dependabot dependency updates

pull/1163/head
voc0der 2 months ago
parent 48706bd075
commit aba5346523

@ -15,14 +15,14 @@
"async": "^3.2.3",
"async-mutex": "^0.5.0",
"axios": "^1.13.5",
"bcryptjs": "^2.4.0",
"bcryptjs": "^3.0.3",
"body-parser": "^1.20.4",
"command-exists": "^1.2.9",
"compression": "^1.8.1",
"config": "^4.4.0",
"config": "^4.4.1",
"execa": "^5.1.1",
"express": "^4.22.1",
"express-rate-limit": "^6.11.2",
"express-rate-limit": "^8.2.1",
"express-session": "^1.19.0",
"feed": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
@ -33,7 +33,7 @@
"lowdb": "^1.0.0",
"md5": "^2.2.1",
"mocha": "^11.7.5",
"moment": "^2.29.4",
"moment": "^2.30.1",
"mongodb": "^6.21.0",
"multer": "^2.0.2",
"node-id3": "^0.2.9",
@ -50,7 +50,7 @@
"shortid": "^2.2.17",
"tree-kill": "^1.2.2",
"unzipper": "^0.12.3",
"uuid": "^9.0.1",
"uuid": "^13.0.0",
"winston": "^3.7.2",
"xmlbuilder2": "^4.0.3"
},
@ -740,8 +740,13 @@
"license": "MIT"
},
"node_modules/bcryptjs": {
"version": "2.4.3",
"license": "MIT"
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-3.0.3.tgz",
"integrity": "sha512-GlF5wPWnSa/X5LKM1o0wz0suXIINz1iHRLvTS+sLyi7XPbe5ycmYI3DlZqVGZZtDgl4DmasFg7gOB3JYbphV5g==",
"license": "BSD-3-Clause",
"bin": {
"bcrypt": "bin/bcrypt"
}
},
"node_modules/bluebird": {
"version": "3.7.2",
@ -1160,9 +1165,9 @@
}
},
"node_modules/config": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/config/-/config-4.4.0.tgz",
"integrity": "sha512-uAD7DaFDCKIJa4Uie9BVPCdPsnXb+8Q3g7dMSsUHEy/aSInoXSBeJTIRBb6hHF2cZuuYSbQLrsP7Ss92CY9xtA==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/config/-/config-4.4.1.tgz",
"integrity": "sha512-XfN4Q4+wBKkGtgMyQ+5ayjepdb0MrdiGKfBr0G1PTLx9rnqsX+Xiw03LEUtSALZU0UVfcFp6+xYV0NL8HLF94g==",
"license": "MIT",
"dependencies": {
"json5": "^2.2.3"
@ -1682,13 +1687,21 @@
}
},
"node_modules/express-rate-limit": {
"version": "6.11.2",
"version": "8.2.1",
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz",
"integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==",
"license": "MIT",
"dependencies": {
"ip-address": "10.0.1"
},
"engines": {
"node": ">= 14"
"node": ">= 16"
},
"funding": {
"url": "https://github.com/sponsors/express-rate-limit"
},
"peerDependencies": {
"express": "^4 || ^5"
"express": ">= 4.11"
}
},
"node_modules/express-session": {
@ -2254,6 +2267,15 @@
"version": "2.0.4",
"license": "ISC"
},
"node_modules/ip-address": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz",
"integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==",
"license": "MIT",
"engines": {
"node": ">= 12"
}
},
"node_modules/ipaddr.js": {
"version": "1.9.1",
"license": "MIT",
@ -2489,6 +2511,12 @@
"node": ">=0.8.0"
}
},
"node_modules/ldapauth-fork/node_modules/bcryptjs": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
"integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==",
"license": "MIT"
},
"node_modules/ldapjs": {
"version": "2.3.2",
"license": "MIT",
@ -2894,7 +2922,9 @@
}
},
"node_modules/moment": {
"version": "2.29.4",
"version": "2.30.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
"license": "MIT",
"engines": {
"node": "*"
@ -4134,14 +4164,16 @@
}
},
"node_modules/uuid": {
"version": "9.0.1",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/vary": {

@ -29,14 +29,14 @@
"async": "^3.2.3",
"async-mutex": "^0.5.0",
"axios": "^1.13.5",
"bcryptjs": "^2.4.0",
"bcryptjs": "^3.0.3",
"body-parser": "^1.20.4",
"command-exists": "^1.2.9",
"compression": "^1.8.1",
"config": "^4.4.0",
"config": "^4.4.1",
"execa": "^5.1.1",
"express": "^4.22.1",
"express-rate-limit": "^6.11.2",
"express-rate-limit": "^8.2.1",
"express-session": "^1.19.0",
"feed": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
@ -47,7 +47,7 @@
"lowdb": "^1.0.0",
"md5": "^2.2.1",
"mocha": "^11.7.5",
"moment": "^2.29.4",
"moment": "^2.30.1",
"mongodb": "^6.21.0",
"multer": "^2.0.2",
"node-id3": "^0.2.9",
@ -64,7 +64,7 @@
"shortid": "^2.2.17",
"tree-kill": "^1.2.2",
"unzipper": "^0.12.3",
"uuid": "^9.0.1",
"uuid": "^13.0.0",
"winston": "^3.7.2",
"xmlbuilder2": "^4.0.3"
},

2480
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -21,22 +21,22 @@
},
"private": true,
"dependencies": {
"@angular-devkit/core": "^21.1.5",
"@angular/animations": "^21.1.5",
"@angular/cdk": "^21.1.5",
"@angular/common": "^21.1.5",
"@angular/compiler": "^21.1.5",
"@angular/core": "^21.1.5",
"@angular/forms": "^21.1.5",
"@angular/localize": "^21.1.5",
"@angular/material": "^21.1.5",
"@angular/platform-browser": "^21.1.5",
"@angular/platform-browser-dynamic": "^21.1.5",
"@angular/router": "^21.1.5",
"@angular-devkit/core": "^21.2.0",
"@angular/animations": "^21.2.0",
"@angular/cdk": "^21.2.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/localize": "^21.2.0",
"@angular/material": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/platform-browser-dynamic": "^21.2.0",
"@angular/router": "^21.2.0",
"@fontsource/material-icons": "^5.2.7",
"@ngneat/content-loader": "^7.0.0",
"@videogular/ngx-videogular": "^20.0.0",
"core-js": "^2.4.1",
"core-js": "^3.48.0",
"crypto-js": "^4.2.0",
"file-saver": "^2.0.2",
"filesize": "^11.0.13",
@ -44,7 +44,7 @@
"material-icons": "^1.10.8",
"nan": "^2.14.1",
"ngx-avatars": "1.10.1",
"ngx-file-drop": "^15.0.0",
"ngx-file-drop": "^16.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.0.0",
"typescript": "~5.9.3",
@ -52,15 +52,15 @@
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.1.5",
"@angular/cli": "^21.1.5",
"@angular/compiler-cli": "^21.1.5",
"@angular/language-service": "^21.1.5",
"@angular-devkit/build-angular": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@angular/language-service": "^21.2.0",
"@eslint/js": "^10.0.1",
"@types/core-js": "^2.5.2",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "^6.0.0",
"@types/node": "^12.11.1",
"@types/node": "^25.3.1",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"ajv": "^8.18.0",
@ -70,7 +70,7 @@
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "~1.0.1",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "2.2.0",
@ -82,8 +82,8 @@
"ajv": "8.18.0"
},
"ngx-avatars": {
"@angular/common": "21.1.5",
"@angular/core": "21.1.5"
"@angular/common": "21.2.0",
"@angular/core": "21.2.0"
},
"tmp": "0.2.5"
}

7
src/typings.d.ts vendored

@ -1,5 +1,2 @@
/* SystemJS module definition */
declare let module: NodeModule;
interface NodeModule {
id: string;
}
/* Legacy placeholder retained for older Angular CLI projects.
* Modern @types/node already declares `module`, so do not redeclare it here. */

Loading…
Cancel
Save