Skip to content

Commit d727c08

Browse files
regexp CVE fix (#20439)
* path-to-regexp fixes Fixed path-to-regexp in tasks * path-to-regexp fixes Fixed path-to-regexp in tasks * [GradleV3] Bump task version
1 parent 80aaed9 commit d727c08

File tree

131 files changed

+1680
-4104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+1680
-4104
lines changed

Tasks/CondaEnvironmentV0/Tests/package-lock.json

Lines changed: 73 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/CondaEnvironmentV0/Tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"devDependencies": {
2020
"@types/mocha": "^5.2.0",
2121
"@types/sinon": "^4.3.1",
22-
"sinon": "^4.5.0"
22+
"sinon": "^19.0.2"
2323
}
2424
}

Tasks/CondaEnvironmentV0/_buildConfigs/Node20/Tests/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/CondaEnvironmentV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 244,
16+
"Minor": 246,
1717
"Patch": 0
1818
},
1919
"demands": [],

Tasks/CondaEnvironmentV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 244,
16+
"Minor": 246,
1717
"Patch": 0
1818
},
1919
"demands": [],

0 commit comments

Comments
 (0)