diff --git a/package-lock.json b/package-lock.json index 787ba242a..6e84c6c3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.1", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.26.7", + "@babel/runtime": "^7.26.9", "atob": "^2.1.2", "btoa": "^1.2.1", "fflate": "^0.8.1" @@ -1574,9 +1574,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.7.tgz", - "integrity": "sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz", + "integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" diff --git a/package.json b/package.json index f6b96a96f..0ca945a52 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/MrRio/jsPDF.git" }, "dependencies": { - "@babel/runtime": "^7.26.7", + "@babel/runtime": "^7.26.9", "atob": "^2.1.2", "btoa": "^1.2.1", "fflate": "^0.8.1"