diff --git a/package-lock.json b/package-lock.json index f50b4a1..2201602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ascaid", - "version": "1.10.24", + "version": "1.10.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ascaid", - "version": "1.10.24", + "version": "1.10.25", "license": "MIT", "dependencies": { "@asciidoctor/core": "^3.0.4", @@ -15,7 +15,7 @@ "commander": "^13.0.0", "confluence-api": "^1.4.0", "execa": "^9.5.2", - "glob": "^11.0.0", + "glob": "^11.0.1", "jsonc-parser": "^3.3.1", "pify": "^6.1.0" }, @@ -3236,9 +3236,10 @@ } }, "node_modules/glob": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", - "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz", + "integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==", + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^4.0.1", diff --git a/package.json b/package.json index bd34f5b..c8cd1f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ascaid", "type": "module", - "version": "1.10.24", + "version": "1.10.25", "description": "Hassle-free documentation generation powered by AsciiDoc", "author": "Fardjad Davari ", "license": "MIT", @@ -41,7 +41,7 @@ "commander": "^13.0.0", "confluence-api": "^1.4.0", "execa": "^9.5.2", - "glob": "^11.0.0", + "glob": "^11.0.1", "jsonc-parser": "^3.3.1", "pify": "^6.1.0" },