@spinnaker/azure 2026.0.2 → 2026.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://github.com/spinnaker/spinnaker.git"
6
6
  },
7
7
  "license": "Apache-2.0",
8
- "version": "2026.0.2",
8
+ "version": "2026.1.0",
9
9
  "module": "dist/index.js",
10
10
  "typings": "dist/index.d.ts",
11
11
  "publishConfig": {
@@ -25,7 +25,7 @@
25
25
  "@uirouter/angularjs": "1.0.26",
26
26
  "angular": "1.6.10",
27
27
  "angular-ui-bootstrap": "2.5.0",
28
- "lodash": "4.17.23",
28
+ "lodash": "4.18.1",
29
29
  "react": "16.14.0",
30
30
  "react-bootstrap": "0.32.1",
31
31
  "react-select": "1.2.1"
@@ -43,5 +43,5 @@
43
43
  "shx": "0.3.3",
44
44
  "typescript": "5.0.4"
45
45
  },
46
- "gitHead": "f81cd582f8abad99f82ee96ae11cdfb59a0c643c"
46
+ "gitHead": "b43289872672de89234911de45d1cba0dd18373f"
47
47
  }
@@ -200,7 +200,7 @@ angular
200
200
  result.dirty.securityGroups = true;
201
201
  }
202
202
 
203
- if (command.backingData.filtered.securityGroups === []) {
203
+ if (command.backingData.filtered.securityGroups.length === 0) {
204
204
  command.viewState.securityGroupsConfigured = false;
205
205
  } else {
206
206
  command.viewState.securityGroupsConfigured = true;