This commit is contained in:
Donny 2024-08-30 10:24:43 -06:00
commit ce54772119
3 changed files with 14 additions and 5 deletions

9
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "deps"

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"cors": "^2.8.5",
"express": "^4.19.2",
"mariadb": "^3.3.0",
"nodemon": "^3.1.1"
"nodemon": "^3.1.4"
}
},
"node_modules/@types/geojson": {
@ -699,9 +699,9 @@
}
},
"node_modules/nodemon": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.1.tgz",
"integrity": "sha512-k43xGaDtaDIcufn0Fc6fTtsdKSkV/hQzoQFigNH//GaKta28yoKVYXCnV+KXRqfT/YzsFaQU9VdeEG+HEyxr6A==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz",
"integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==",
"dependencies": {
"chokidar": "^3.5.2",
"debug": "^4",

View File

@ -14,6 +14,6 @@
"cors": "^2.8.5",
"express": "^4.19.2",
"mariadb": "^3.3.0",
"nodemon": "^3.1.1"
"nodemon": "^3.1.4"
}
}