diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a7ee733c4cf..39402764a86e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4681,8 +4681,8 @@ importers: specifier: 10.0.1 version: 10.0.1 glob: - specifier: 7.2.0 - version: 7.2.0 + specifier: 7.2.3 + version: 7.2.3 globby: specifier: 11.1.0 version: 11.1.0 @@ -10115,7 +10115,7 @@ packages: dependencies: '@babel/core': 7.25.2 '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color @@ -12834,7 +12834,7 @@ packages: chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 - glob: 7.2.0 + glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: 3.2.0 istanbul-lib-instrument: 5.2.0 @@ -24530,6 +24530,7 @@ packages: /glob@7.1.4: resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -24559,6 +24560,18 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 + dev: false + + /glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 /glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} @@ -26155,7 +26168,7 @@ packages: chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.3.1 - glob: 7.2.0 + glob: 7.2.3 graceful-fs: 4.2.11 jest-circus: 29.5.0 jest-environment-node: 29.5.0 @@ -26194,7 +26207,7 @@ packages: chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.3.1 - glob: 7.2.0 + glob: 7.2.3 graceful-fs: 4.2.11 jest-circus: 29.5.0 jest-environment-node: 29.5.0 @@ -26234,7 +26247,7 @@ packages: chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.3.1 - glob: 7.2.0 + glob: 7.2.3 graceful-fs: 4.2.11 jest-circus: 29.5.0 jest-environment-node: 29.5.0 @@ -26529,7 +26542,7 @@ packages: chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 - glob: 7.2.0 + glob: 7.2.3 graceful-fs: 4.2.11 jest-haste-map: 29.5.0 jest-message-util: 29.5.0 @@ -30484,7 +30497,7 @@ packages: hasBin: true dependencies: commander: 8.3.0 - glob: 7.2.0 + glob: 7.2.3 postcss: 8.4.47 postcss-selector-parser: 6.0.13 dev: false @@ -33095,7 +33108,7 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true dependencies: - glob: 7.2.0 + glob: 7.2.3 dev: false /rimraf@2.7.1: @@ -33103,14 +33116,14 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true dependencies: - glob: 7.2.0 + glob: 7.2.3 dev: false /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: - glob: 7.2.0 + glob: 7.2.3 /rimraf@6.0.1: resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} @@ -34773,7 +34786,7 @@ packages: engines: {node: '>=8'} dependencies: '@istanbuljs/schema': 0.1.3 - glob: 7.2.0 + glob: 7.2.3 minimatch: 3.1.2 /text-extensions@1.9.0: diff --git a/scripts/prebundle/package.json b/scripts/prebundle/package.json index 3889b0147b4e..df10f92dc171 100644 --- a/scripts/prebundle/package.json +++ b/scripts/prebundle/package.json @@ -51,7 +51,7 @@ "filesize": "8.0.7", "find-up": "5.0.0", "fs-extra": "10.0.1", - "glob": "7.2.0", + "glob": "7.2.3", "globby": "11.1.0", "gzip-size": "6.0.0", "import-lazy": "4.0.0",