Chore: update dependencies

This commit is contained in:
Pieter Vander Vennet 2025-02-10 16:20:36 +01:00
parent 4ea64d3a42
commit 958343ffd6
2 changed files with 24 additions and 12 deletions

30
package-lock.json generated
View file

@ -28,7 +28,7 @@
"@turf/turf": "^7.2.0",
"@types/dompurify": "^3.0.2",
"@types/follow-redirects": "^1.14.4",
"@types/pg": "^8.10.9",
"@types/pg": "^8.11.11",
"@types/qrcode-generator": "^1.0.6",
"@types/showdown": "^2.0.0",
"buffer": "^6.0.3",
@ -103,8 +103,8 @@
"@types/lz-string": "^1.3.34",
"@types/mocha": "^10.0.1",
"@types/node": "^18.19.75",
"@types/papaparse": "^5.3.1",
"@types/prompt-sync": "^4.1.0",
"@types/papaparse": "^5.3.15",
"@types/prompt-sync": "^4.2.3",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
@ -11450,7 +11450,9 @@
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
},
"node_modules/@types/papaparse": {
"version": "5.3.7",
"version": "5.3.15",
"resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.15.tgz",
"integrity": "sha512-JHe6vF6x/8Z85nCX4yFdDslN11d+1pr12E526X8WAfhadOeaOTx5AuIkvDKIBopfvlzpzkdMx4YyvSKCM9oqtw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -11462,7 +11464,9 @@
"license": "MIT"
},
"node_modules/@types/pg": {
"version": "8.10.9",
"version": "8.11.11",
"resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.11.11.tgz",
"integrity": "sha512-kGT1qKM8wJQ5qlawUrEkXgvMSXoV213KfMGXcwfDwUIfUHXqXYXOfS1nE1LINRJVVVx5wCm70XnFlMHaIcQAfw==",
"license": "MIT",
"dependencies": {
"@types/node": "*",
@ -11518,7 +11522,9 @@
}
},
"node_modules/@types/prompt-sync": {
"version": "4.2.0",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/@types/prompt-sync/-/prompt-sync-4.2.3.tgz",
"integrity": "sha512-Ox77gCSx0YyeakGt/qfOZUSFNSSi+sh3ABoGOiCwiO2KODx492BJnUm9oIXS+AHJtqp12iM4RduY6viTJ9bYwA==",
"dev": true,
"license": "MIT"
},
@ -38957,7 +38963,9 @@
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="
},
"@types/papaparse": {
"version": "5.3.7",
"version": "5.3.15",
"resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.15.tgz",
"integrity": "sha512-JHe6vF6x/8Z85nCX4yFdDslN11d+1pr12E526X8WAfhadOeaOTx5AuIkvDKIBopfvlzpzkdMx4YyvSKCM9oqtw==",
"dev": true,
"requires": {
"@types/node": "*"
@ -38967,7 +38975,9 @@
"version": "3.0.5"
},
"@types/pg": {
"version": "8.10.9",
"version": "8.11.11",
"resolved": "https://registry.npmjs.org/@types/pg/-/pg-8.11.11.tgz",
"integrity": "sha512-kGT1qKM8wJQ5qlawUrEkXgvMSXoV213KfMGXcwfDwUIfUHXqXYXOfS1nE1LINRJVVVx5wCm70XnFlMHaIcQAfw==",
"requires": {
"@types/node": "*",
"pg-protocol": "*",
@ -39004,7 +39014,9 @@
}
},
"@types/prompt-sync": {
"version": "4.2.0",
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/@types/prompt-sync/-/prompt-sync-4.2.3.tgz",
"integrity": "sha512-Ox77gCSx0YyeakGt/qfOZUSFNSSi+sh3ABoGOiCwiO2KODx492BJnUm9oIXS+AHJtqp12iM4RduY6viTJ9bYwA==",
"dev": true
},
"@types/pug": {

View file

@ -189,7 +189,7 @@
"@turf/turf": "^7.2.0",
"@types/dompurify": "^3.0.2",
"@types/follow-redirects": "^1.14.4",
"@types/pg": "^8.10.9",
"@types/pg": "^8.11.11",
"@types/qrcode-generator": "^1.0.6",
"@types/showdown": "^2.0.0",
"buffer": "^6.0.3",
@ -264,8 +264,8 @@
"@types/lz-string": "^1.3.34",
"@types/mocha": "^10.0.1",
"@types/node": "^18.19.75",
"@types/papaparse": "^5.3.1",
"@types/prompt-sync": "^4.1.0",
"@types/papaparse": "^5.3.15",
"@types/prompt-sync": "^4.2.3",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",