diff --git a/web/package-lock.json b/web/package-lock.json index 5cc18ddfe6..02de2509e6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -92,7 +92,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-storybook": "^0.8.0", "github-slugger": "^2.0.0", - "glob": "^10.4.2", + "glob": "^10.4.3", "lit-analyzer": "^2.0.3", "lockfile-lint": "^4.14.0", "npm-run-all": "^4.1.5", @@ -16221,9 +16221,10 @@ "license": "ISC" }, "node_modules/glob": { - "version": "10.4.2", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.3.tgz", + "integrity": "sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==", "dev": true, - "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -16236,7 +16237,7 @@ "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=16 || 14 >=14.18" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/web/package.json b/web/package.json index df44662331..580f283bc3 100644 --- a/web/package.json +++ b/web/package.json @@ -117,7 +117,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-storybook": "^0.8.0", "github-slugger": "^2.0.0", - "glob": "^10.4.2", + "glob": "^10.4.3", "lit-analyzer": "^2.0.3", "lockfile-lint": "^4.14.0", "npm-run-all": "^4.1.5",