Skip to content

Commit d50dd5e

Browse files
authored
[npm audit] Upgrade inquirer to 8.2.7 (#5352)
* Upgrade inquirer * rush change --------- Co-authored-by: cmalonzo <cmalonzo@users.noreply.github.com>
1 parent fea58ce commit d50dd5e

6 files changed

Lines changed: 117 additions & 8 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush",
5+
"comment": "Upgrade inquirer to 8.2.7 in rush-lib",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush"
10+
}

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 61 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "aba8ed52b65a6e768fc02c8d0e27e87e3cee55c1",
3+
"pnpmShrinkwrapHash": "79b1140f2f030775f15eb0e2a4a1fc175f8f93e4",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
5-
"packageJsonInjectedDependenciesHash": "f6ed60811c361c73309a186a55ae0d5cdcf2f314"
5+
"packageJsonInjectedDependenciesHash": "e126030136de647c674c725e365ee7321eb18f72"
66
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 42 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "afd64fcadd84dabdd15342e7c535d6fc4b7537ad",
3+
"pnpmShrinkwrapHash": "6eb7f8d5c5f93d8b7af7074cd5b2d499e9f06a76",
44
"preferredVersionsHash": "61cd419c533464b580f653eb5f5a7e27fe7055ca"
55
}

libraries/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"glob-escape": "~0.0.2",
5454
"https-proxy-agent": "~5.0.0",
5555
"ignore": "~5.1.6",
56-
"inquirer": "~7.3.3",
56+
"inquirer": "~8.2.7",
5757
"js-yaml": "~3.13.1",
5858
"npm-check": "~6.0.1",
5959
"npm-package-arg": "~6.1.0",

0 commit comments

Comments
 (0)