Finish version bump & security fixes

This commit is contained in:
2025-09-28 09:06:51 +02:00
parent 19782f0bc3
commit 02a8325117
8 changed files with 24 additions and 24 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "libreevent",
"version": "1.1.13",
"version": "1.1.14",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libreevent",
"version": "1.1.13",
"version": "1.1.14",
"license": "GPL-3.0-or-later",
"dependencies": {
"@pdfme/generator": "^5.3.15",
@@ -817,13 +817,13 @@
"license": "MIT"
},
"node_modules/axios": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"form-data": "^4.0.4",
"proxy-from-env": "^1.1.0"
}
},

View File

@@ -1,6 +1,6 @@
{
"name": "libreevent",
"version": "1.1.13",
"version": "1.1.14",
"description": "Free & Open source event management solution",
"main": "index.js",
"directories": {