Skip to content

Commit f215da9

Browse files
committed
fix: rollback axios
1 parent 2a6bb88 commit f215da9

File tree

6 files changed

+14
-20
lines changed

6 files changed

+14
-20
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-devops-bicep-task",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
55
"main": "index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
},
3838
"homepage": "https://github.com/piraces/azure-devops-bicep-task#readme",
3939
"dependencies": {
40-
"axios": "^1.3.5",
40+
"axios": "^0.27.2",
4141
"azure-pipelines-task-lib": "^4.2.0",
4242
"azure-pipelines-tool-lib": "^2.0.0-preview",
4343
"glob": "^9.3.4"

src/decompile/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 4,
19-
"Patch": 6
19+
"Patch": 7
2020
},
2121
"instanceNameFormat": "Run Bicep CLI decompile command",
2222
"inputs": [

src/install/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 4,
19-
"Patch": 6
19+
"Patch": 7
2020
},
2121
"instanceNameFormat": "Install Bicep CLI",
2222
"inputs": [

src/run/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 4,
19-
"Patch": 6
19+
"Patch": 7
2020
},
2121
"instanceNameFormat": "Run Bicep CLI build command",
2222
"inputs": [

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1,
33
"id": "bicep-tasks",
4-
"version": "0.4.6",
4+
"version": "0.4.7",
55
"name": "Bicep Tasks",
66
"publisher": "piraces",
77
"description": "Provides Azure DevOps tasks to install and run Microsoft Bicep CLI commands (cross-platform)",

0 commit comments

Comments
 (0)