diff --git a/package-lock.json b/package-lock.json index 61f61f8ec..f58f811d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,14 +24,14 @@ "express": "5.2.1", "faye-websocket": "0.11.4", "fs-extra": "11.3.3", - "glob": "13.0.3", + "glob": "13.0.6", "glob-to-regexp": "0.4.1", "hast-util-select": "6.0.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "7.0.6", "ignore": "7.0.5", "ini": "6.0.0", - "isomorphic-git": "1.37.1", + "isomorphic-git": "1.37.2", "jose": "6.1.3", "livereload-js": "4.0.2", "node-fetch": "3.3.2", @@ -5062,17 +5062,17 @@ } }, "node_modules/glob": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.3.tgz", - "integrity": "sha512-/g3B0mC+4x724v1TgtBlBtt2hPi/EWptsIAmXUx9Z2rvBYleQcsrmaOzd5LyL50jf/Soi83ZDJmw2+XqvH/EeA==", + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", + "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", "license": "BlueOak-1.0.0", "dependencies": { - "minimatch": "^10.2.0", - "minipass": "^7.1.2", - "path-scurry": "^2.0.0" + "minimatch": "^10.2.2", + "minipass": "^7.1.3", + "path-scurry": "^2.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -6445,9 +6445,9 @@ "license": "ISC" }, "node_modules/isomorphic-git": { - "version": "1.37.1", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.37.1.tgz", - "integrity": "sha512-3r98kY+X24i6za2zwoNnISGobykIdc4aP7ScJGHpN3wbWSCbJZ2Kp/8WIsHJwvOCVUBjUHNkcB+4ty5iNv6RQA==", + "version": "1.37.2", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.37.2.tgz", + "integrity": "sha512-HCQBBKmXIMPdHgYGstSBNp6MNmVcMQBbUqJF8xfywFmlpNseO4KKex59YlXqNxhRxmv3fUZwvNWvMyOdc1VvhA==", "license": "MIT", "dependencies": { "async-lock": "^1.4.1", diff --git a/package.json b/package.json index fd0ff3a89..c9d9c64ac 100644 --- a/package.json +++ b/package.json @@ -58,14 +58,14 @@ "express": "5.2.1", "faye-websocket": "0.11.4", "fs-extra": "11.3.3", - "glob": "13.0.3", + "glob": "13.0.6", "glob-to-regexp": "0.4.1", "hast-util-select": "6.0.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "7.0.6", "ignore": "7.0.5", "ini": "6.0.0", - "isomorphic-git": "1.37.1", + "isomorphic-git": "1.37.2", "jose": "6.1.3", "livereload-js": "4.0.2", "node-fetch": "3.3.2",