From c5ec9865c4c959ee86c98e2f4e31e8504ff269c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 12:44:33 +0000 Subject: [PATCH] fix: upgrade glob from 7.0.3 to 7.2.0 Snyk has created this PR to upgrade glob from 7.0.3 to 7.2.0. See this package in npm: https://www.npmjs.com/package/glob See this project in Snyk: https://app.snyk.io/org/sue.rocha/project/dfd7d55d-6944-425b-b2ba-1a17d937ad54?utm_source=github&utm_medium=referral&page=upgrade-pr --- script/vsts/package-lock.json | 20 +++++++++++++------- script/vsts/package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/script/vsts/package-lock.json b/script/vsts/package-lock.json index 30c1dcc5b1d..4213673a776 100644 --- a/script/vsts/package-lock.json +++ b/script/vsts/package-lock.json @@ -748,9 +748,9 @@ "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" }, "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "bcrypt-pbkdf": { "version": "1.0.1", @@ -1363,6 +1363,11 @@ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, "get-caller-file": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", @@ -1420,13 +1425,14 @@ } }, "glob": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.3.tgz", - "integrity": "sha1-CqI1kxpKlqwT1g/6wvuHe9btT1g=", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "requires": { + "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "2 || 3", + "minimatch": "^3.0.4", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } diff --git a/script/vsts/package.json b/script/vsts/package.json index be99e5cba90..d411c60e9f7 100644 --- a/script/vsts/package.json +++ b/script/vsts/package.json @@ -5,7 +5,7 @@ "@azure/storage-blob": "^12.5.0", "@octokit/rest": "^15.9.5", "download": "^7.1.0", - "glob": "7.0.3", + "glob": "7.2.0", "pr-changelog": "^0.3.2", "publish-release": "^1.6.0", "request": "^2.87.0",