@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-202182222128 → 0.0.0-nightly-202182622037

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-202182222128
3
+ ## 0.0.0-nightly-202182622037
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-202182622037
9
+
10
+ ## 0.2.4
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - febddedcb2: Bump `lodash` to remediate `SNYK-JS-LODASH-590103` security vulnerability
8
15
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-202182222128
10
- - @backstage/catalog-model@0.0.0-nightly-202182222128
11
- - @backstage/config@0.0.0-nightly-202182222128
16
+ - @backstage/plugin-catalog-backend@0.14.0
17
+ - @backstage/catalog-model@0.9.3
18
+ - @backstage/config@0.1.10
12
19
 
13
20
  ## 0.2.3
14
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
3
  "description": "A Backstage catalog backend modules that helps integrate towards Microsoft Graph",
4
- "version": "0.0.0-nightly-202182222128",
4
+ "version": "0.0.0-nightly-202182622037",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@azure/msal-node": "^1.1.0",
33
- "@backstage/catalog-model": "^0.0.0-nightly-202182222128",
34
- "@backstage/config": "^0.0.0-nightly-202182222128",
35
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202182222128",
33
+ "@backstage/catalog-model": "^0.9.3",
34
+ "@backstage/config": "^0.1.10",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202182622037",
36
36
  "@microsoft/microsoft-graph-types": "^1.25.0",
37
37
  "cross-fetch": "^3.0.6",
38
38
  "lodash": "^4.17.21",
@@ -41,8 +41,8 @@
41
41
  "qs": "^6.9.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-common": "^0.0.0-nightly-202182222128",
45
- "@backstage/cli": "^0.0.0-nightly-202182222128",
44
+ "@backstage/backend-common": "^0.0.0-nightly-202182622037",
45
+ "@backstage/cli": "^0.0.0-nightly-202182622037",
46
46
  "@backstage/test-utils": "^0.1.14",
47
47
  "@types/lodash": "^4.14.151",
48
48
  "msw": "^0.29.0"