Skip to content

Commit e8543d6

Browse files
Fix remaining dependabot alerts (#15888)
* Bump shelljs from 0.8.4 to 0.8.5 in /Tasks/NodeToolV0 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump path-parse from 1.0.6 to 1.0.7 in /Tasks/GradleV2 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * bump tasks versions * Bump shelljs from 0.8.4 to 0.8.5 in /Tasks/FtpUploadV1 Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * bump FtpUploadV1 version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3be2d1b commit e8543d6

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

Tasks/FtpUploadV1/package-lock.json

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

Tasks/FtpUploadV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 1,
2121
"Minor": 200,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"minimumAgentVersion": "2.182.1",
2525
"instanceNameFormat": "FTP Upload: $(rootFolder)",

Tasks/FtpUploadV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 1,
2121
"Minor": 200,
22-
"Patch": 0
22+
"Patch": 1
2323
},
2424
"minimumAgentVersion": "2.182.1",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

Tasks/GradleV2/package-lock.json

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

Tasks/GradleV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 200,
20-
"Patch": 1
20+
"Patch": 2
2121
},
2222
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",
2323
"demands": [

Tasks/GradleV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 200,
20-
"Patch": 1
20+
"Patch": 2
2121
},
2222
"releaseNotes": "ms-resource:loc.releaseNotes",
2323
"demands": [

Tasks/NodeToolV0/package-lock.json

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

Tasks/NodeToolV0/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": 198,
16+
"Minor": 200,
1717
"Patch": 0
1818
},
1919
"satisfies": [

Tasks/NodeToolV0/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": 198,
16+
"Minor": 200,
1717
"Patch": 0
1818
},
1919
"satisfies": [

0 commit comments

Comments
 (0)