diff --git a/spring-boot-admin-docs/src/site/package-lock.json b/spring-boot-admin-docs/src/site/package-lock.json index 559d6f40a4a..b6b9a46c8a3 100644 --- a/spring-boot-admin-docs/src/site/package-lock.json +++ b/spring-boot-admin-docs/src/site/package-lock.json @@ -18,13 +18,13 @@ "asciidoctor": "^3.0.4", "clsx": "^2.1.1", "dotenv": "^17.0.0", - "glob": "^11.0.0", + "glob": "^11.1.0", "lodash.merge": "^4.6.2", "node-html-markdown": "^1.3.0", "prism-react-renderer": "^2.4.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-multi-carousel": "^2.8.5", + "react-multi-carousel": "^2.8.6", "remark-deflist": "^1.0.0", "typescript": "~5.9.0" } @@ -8268,14 +8268,14 @@ "license": "ISC" }, "node_modules/glob": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", - "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", - "license": "ISC", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz", + "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", + "license": "BlueOak-1.0.0", "dependencies": { "foreground-child": "^3.3.1", "jackspeak": "^4.1.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" @@ -8307,10 +8307,10 @@ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" }, "node_modules/glob/node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", - "license": "ISC", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, diff --git a/spring-boot-admin-docs/src/site/package.json b/spring-boot-admin-docs/src/site/package.json index e25fd0811d3..b66bc17f604 100644 --- a/spring-boot-admin-docs/src/site/package.json +++ b/spring-boot-admin-docs/src/site/package.json @@ -20,13 +20,13 @@ "asciidoctor": "^3.0.4", "clsx": "^2.1.1", "dotenv": "^17.0.0", - "glob": "^11.0.0", + "glob": "^11.1.0", "lodash.merge": "^4.6.2", "node-html-markdown": "^1.3.0", "prism-react-renderer": "^2.4.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-multi-carousel": "^2.8.5", + "react-multi-carousel": "^2.8.6", "remark-deflist": "^1.0.0", "typescript": "~5.9.0" },