Skip to content

Commit 2d34dbf

Browse files
authored
[engsys] update rush and pnpm versions (Azure#20891)
and remove unused `babel-runtime` dependency from core-http to address `lodash` dependabot alert https://github.com/Azure/azure-sdk-for-js/security/dependabot/2
1 parent c8d3e25 commit 2d34dbf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rush.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* path segment in the "$schema" field for all your Rush config files. This will ensure
1515
* correct error-underlining and tab-completion for editors such as VS Code.
1616
*/
17-
"rushVersion": "5.61.2",
17+
"rushVersion": "5.63.0",
1818
/**
1919
* The next field selects which package manager should be installed and determines its version.
2020
* Rush installs its own local copy of the package manager to ensure that your build process
@@ -23,7 +23,7 @@
2323
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
2424
* for details about these alternatives.
2525
*/
26-
"pnpmVersion": "6.19.1",
26+
"pnpmVersion": "6.32.3",
2727
// "npmVersion": "4.5.0",
2828
// "yarnVersion": "1.9.4",
2929
/**
@@ -1662,4 +1662,4 @@
16621662
"versionPolicyName": "management"
16631663
}
16641664
]
1665-
}
1665+
}

sdk/core/core-http/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
"@types/tough-cookie": "^4.0.0",
144144
"@types/uuid": "^8.0.0",
145145
"@types/xml2js": "^0.4.3",
146-
"babel-runtime": "^6.26.0",
147146
"chai": "^4.2.0",
148147
"cross-env": "^7.0.2",
149148
"downlevel-dts": "^0.8.0",

0 commit comments

Comments
 (0)