Skip to content

Commit

Permalink
Snyk 0924 Updates (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck authored Oct 23, 2024
1 parent 400766b commit 8d27d59
Show file tree
Hide file tree
Showing 17 changed files with 168 additions and 167 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ENHANCEMENTS:
* Add info regarding workspace limit into docs ([#3920](https://github.com/microsoft/AzureTRE/issues/3920))

BUG FIXES:
* Add Snyk Security updates for September
* Workspace creation blocked due to Azure API depreciation ([#4095](https://github.com/microsoft/AzureTRE/issues/4095))

COMPONENTS:
Expand Down
30 changes: 15 additions & 15 deletions core/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/terraform/airlock/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azapi = {
source = "Azure/azapi"
version = ">= 1.9.0"
version = ">= 1.15.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion core/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}
azapi = {
source = "Azure/azapi"
version = "~> 1.13.0"
version = "~> 1.15.0"
}
}

Expand Down
30 changes: 15 additions & 15 deletions templates/workspace_services/azureml/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
azapi = {
source = "Azure/azapi"
version = "=1.1.0"
version = "=1.15.0"
}
external = {
source = "hashicorp/external"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
azapi = {
source = "Azure/azapi"
version = "=1.1.0"
version = "=1.15.0"
}
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
azapi = {
source = "Azure/azapi"
version = "=1.13.1"
version = "=1.15.0"
}
databricks = {
source = "databricks/databricks"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.5"
__version__ = "0.8.6"
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.8.2</version>
<version>4.8.4</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.12.2</version>
<version>1.13.0</version>
</dependency>
<!-- Http and Json Components -->
<dependency>
Expand Down
30 changes: 15 additions & 15 deletions templates/workspaces/base/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {

azapi = {
source = "Azure/azapi"
version = ">= 1.3.0"
version = ">= 1.15.0"
}
}
}
2 changes: 1 addition & 1 deletion templates/workspaces/base/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
azapi = {
source = "Azure/azapi"
version = "=1.5.0"
version = "=1.15.0"
}
}

Expand Down
6 changes: 3 additions & 3 deletions ui/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@azure/msal-browser": "^2.35.0",
"@azure/msal-react": "^1.5.12",
"@fluentui/react": "^8.119.1",
"@fluentui/react-file-type-icons": "^8.11.18",
"@fluentui/react": "^8.120.3",
"@fluentui/react-file-type-icons": "^8.11.20",
"@reduxjs/toolkit": "^1.8.6",
"@rjsf/core": "^4.2.3",
"@rjsf/fluent-ui": "^4.2.3",
Expand All @@ -24,7 +24,7 @@
"react-dom": "^18.3.1",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.4",
"react-router-dom": "6.22.1",
"react-router-dom": "6.25.1",
"remark-gfm": "^3.0.1",
"typescript": "^5.5.3",
"web-vitals": "^3.3.0"
Expand Down
Loading

0 comments on commit 8d27d59

Please sign in to comment.