Merge pull request #596 from microsoft/dependabot/npm_and_yarn/welcome-view-content-sample/ansi-regex-3.0.1

Bump ansi-regex from 3.0.0 to 3.0.1 in /welcome-view-content-sample
This commit is contained in:
Matt Bierner
2022-04-01 10:35:32 -08:00
committed by GitHub

View File

@ -1799,9 +1799,9 @@
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
"integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
"dev": true
},
"is-fullwidth-code-point": {