1
0
forked from noxious/server

npm update

This commit is contained in:
Dennis Postma 2024-10-02 16:17:43 +02:00
parent 297d4742a4
commit d271efc1ec
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -982,9 +982,9 @@
"license": "BSD-3-Clause"
},
"node_modules/bullmq": {
"version": "5.14.0",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.14.0.tgz",
"integrity": "sha512-qxZHtRuGEp0oHM1aNokuZ4gA0xr6vcZQPe1OLuQoDTuhaEXB4faxApUoo85v/PHnzrniAAqNT9kqD+UBbmECDQ==",
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.15.0.tgz",
"integrity": "sha512-h53shVjx8s6wxYGtUfzAfENpSP7N5T0D4PMTvbZncozLjb8yUKhopfpa7PmcpQfq7SSO9dm/OZ9XQuGOCSGNug==",
"license": "MIT",
"dependencies": {
"cron-parser": "^4.6.0",

View File

@ -55,4 +55,4 @@ export default class TilesCommand {
commandLogger.info('Tile processing completed.')
}
}
}