update modules

This commit is contained in:
Flummi 2023-04-28 07:02:45 +02:00
parent 7899f3bbd1
commit b52b1bc19d
2 changed files with 9 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,16 +9,16 @@
"version": "2.2.1",
"license": "MIT",
"dependencies": {
"cuffeo": "^1.2.1",
"cuffeo": "^1.2.2",
"flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5",
"postgres": "^3.3.4"
}
},
"node_modules/cuffeo": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.2.1.tgz",
"integrity": "sha512-nQMrXj7xR4RWO6nS8Un4uFuiVSIzVOgvShEeJvWyEHnW38X9g+BicrY8Lc/lqcw6mmtsED6KuuOs9KHD3Y6oIA==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.2.2.tgz",
"integrity": "sha512-Pd2AL/Zp5RCAbaSbT7rLUOyxSEVCFovihaIaje7uYzpQMzIwPbFapQ/mn2d2iz+Tbkjs9LF+FD5JzAvANh9Wzw==",
"dependencies": {
"flumm-fetch": "^1.0.1"
}
@ -45,9 +45,9 @@
},
"dependencies": {
"cuffeo": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.2.1.tgz",
"integrity": "sha512-nQMrXj7xR4RWO6nS8Un4uFuiVSIzVOgvShEeJvWyEHnW38X9g+BicrY8Lc/lqcw6mmtsED6KuuOs9KHD3Y6oIA==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.2.2.tgz",
"integrity": "sha512-Pd2AL/Zp5RCAbaSbT7rLUOyxSEVCFovihaIaje7uYzpQMzIwPbFapQ/mn2d2iz+Tbkjs9LF+FD5JzAvANh9Wzw==",
"requires": {
"flumm-fetch": "^1.0.1"
}

View File

@ -3,6 +3,7 @@
"version": "2.2.1",
"description": "f0ck, kennste?",
"main": "index.mjs",
"type": "module",
"scripts": {
"start": "node --trace-uncaught src/index.mjs",
"trigger": "node debug/trigger.mjs",
@ -15,7 +16,7 @@
"author": "Flummi",
"license": "MIT",
"dependencies": {
"cuffeo": "^1.2.1",
"cuffeo": "^1.2.2",
"flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5",
"postgres": "^3.3.4"