Merge remote-tracking branch 'origin/dev'

This commit is contained in:
Flummi 2022-05-07 12:38:23 +02:00
commit 1e01a521e4
2 changed files with 10 additions and 29 deletions

37
package-lock.json generated
View File

@ -9,18 +9,18 @@
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"cuffeo": "^1.0.8-1",
"cuffeo": "^1.1.0",
"flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5",
"postgres": "^3.0.1"
}
},
"node_modules/cuffeo": {
"version": "1.0.8-1",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.0.8-1.tgz",
"integrity": "sha512-Vqn8+NomVzXXWmUv5CeuaoJYZZhPlCrHWwJR6+bts71Ze8IJEVUdd0OJZO79d0FmcjAvLbWE8vM8wCUtuEL7XA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.1.0.tgz",
"integrity": "sha512-7lmx2dvREqCYwy8oUzk3Q0EkyLZkKQTYTBLEjNqKVbinzdEL45Oimi54lmBDFPlrrvTLzQkFvzKmiJ7Zcegi2w==",
"dependencies": {
"flumm-fetch-cookies": "^1.4.0"
"flumm-fetch": "^1.0.1"
}
},
"node_modules/flumm-fetch": {
@ -28,17 +28,6 @@
"resolved": "https://registry.npmjs.org/flumm-fetch/-/flumm-fetch-1.0.1.tgz",
"integrity": "sha512-pZ5U0hheCSW43vfGZQMunr03U7rUOX+iy2y13Tu4nc3iRL+E/Qfeo5nZ2B2JMYKOGIx1A1anUYOz+ulyhouyjg=="
},
"node_modules/flumm-fetch-cookies": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/flumm-fetch-cookies/-/flumm-fetch-cookies-1.4.0.tgz",
"integrity": "sha512-OHGUak5iHl9GoDdbkAMsrL9ONkFQ8opd0jYQ9lMUuGVqIP+JPbyzQqElhpwJxLaV/WSE4LR/2dnHoguFHFSLFA==",
"dependencies": {
"flumm-fetch": "^1.0.1"
},
"engines": {
"node": ">=11.14.0"
}
},
"node_modules/flummpress": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.5.tgz",
@ -56,11 +45,11 @@
},
"dependencies": {
"cuffeo": {
"version": "1.0.8-1",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.0.8-1.tgz",
"integrity": "sha512-Vqn8+NomVzXXWmUv5CeuaoJYZZhPlCrHWwJR6+bts71Ze8IJEVUdd0OJZO79d0FmcjAvLbWE8vM8wCUtuEL7XA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.1.0.tgz",
"integrity": "sha512-7lmx2dvREqCYwy8oUzk3Q0EkyLZkKQTYTBLEjNqKVbinzdEL45Oimi54lmBDFPlrrvTLzQkFvzKmiJ7Zcegi2w==",
"requires": {
"flumm-fetch-cookies": "^1.4.0"
"flumm-fetch": "^1.0.1"
}
},
"flumm-fetch": {
@ -68,14 +57,6 @@
"resolved": "https://registry.npmjs.org/flumm-fetch/-/flumm-fetch-1.0.1.tgz",
"integrity": "sha512-pZ5U0hheCSW43vfGZQMunr03U7rUOX+iy2y13Tu4nc3iRL+E/Qfeo5nZ2B2JMYKOGIx1A1anUYOz+ulyhouyjg=="
},
"flumm-fetch-cookies": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/flumm-fetch-cookies/-/flumm-fetch-cookies-1.4.0.tgz",
"integrity": "sha512-OHGUak5iHl9GoDdbkAMsrL9ONkFQ8opd0jYQ9lMUuGVqIP+JPbyzQqElhpwJxLaV/WSE4LR/2dnHoguFHFSLFA==",
"requires": {
"flumm-fetch": "^1.0.1"
}
},
"flummpress": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.5.tgz",

View File

@ -14,7 +14,7 @@
"author": "Flummi",
"license": "MIT",
"dependencies": {
"cuffeo": "^1.0.8-1",
"cuffeo": "^1.1.0",
"flumm-fetch": "^1.0.1",
"flummpress": "^2.0.5",
"postgres": "^3.0.1"