diff --git a/src/Frontend/package-lock.json b/src/Frontend/package-lock.json index beaeab5f9..3503528e3 100644 --- a/src/Frontend/package-lock.json +++ b/src/Frontend/package-lock.json @@ -17,7 +17,7 @@ "@fortawesome/free-regular-svg-icons": "7.1.0", "@fortawesome/free-solid-svg-icons": "7.1.0", "@fortawesome/vue-fontawesome": "3.1.3", - "@tinyhttp/content-disposition": "2.2.2", + "@tinyhttp/content-disposition": "2.2.3", "@vue-flow/controls": "1.1.3", "@vue-flow/core": "1.48.1", "@vuepic/vue-datepicker": "12.1.0", @@ -2422,12 +2422,12 @@ } }, "node_modules/@tinyhttp/content-disposition": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@tinyhttp/content-disposition/-/content-disposition-2.2.2.tgz", - "integrity": "sha512-crXw1txzrS36huQOyQGYFvhTeLeG0Si1xu+/l6kXUVYpE0TjFjEZRqTbuadQLfKGZ0jaI+jJoRyqaWwxOSHW2g==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@tinyhttp/content-disposition/-/content-disposition-2.2.3.tgz", + "integrity": "sha512-0nSvOgFHvq0a15+pZAdbAyHUk0+AGLX6oyo45b7fPdgWdPfHA19IfgUKRECYT0aw86ZP6ZDDLxGQ7FEA1fAVOg==", "license": "MIT", "engines": { - "node": ">=12.20.0" + "node": ">=12.17.0" }, "funding": { "type": "individual", diff --git a/src/Frontend/package.json b/src/Frontend/package.json index 4cadeb7fe..75f642ef7 100644 --- a/src/Frontend/package.json +++ b/src/Frontend/package.json @@ -29,7 +29,7 @@ "@fortawesome/free-regular-svg-icons": "7.1.0", "@fortawesome/free-solid-svg-icons": "7.1.0", "@fortawesome/vue-fontawesome": "3.1.3", - "@tinyhttp/content-disposition": "2.2.2", + "@tinyhttp/content-disposition": "2.2.3", "@vue-flow/controls": "1.1.3", "@vue-flow/core": "1.48.1", "@vuepic/vue-datepicker": "12.1.0",