@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-202181822218 → 0.0.0-nightly-202182222128

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-202181822218
3
+ ## 0.0.0-nightly-202182222128
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8b016ce67b: Alters LDAP processor to handle one SearchEntry at a time
8
8
  - febddedcb2: Bump `lodash` to remediate `SNYK-JS-LODASH-590103` security vulnerability
9
9
  - Updated dependencies
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-202181822218
11
- - @backstage/catalog-model@0.0.0-nightly-202181822218
12
- - @backstage/config@0.0.0-nightly-202181822218
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-202182222128
11
+ - @backstage/catalog-model@0.0.0-nightly-202182222128
12
+ - @backstage/config@0.0.0-nightly-202182222128
13
13
 
14
14
  ## 0.3.0
15
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
3
  "description": "A Backstage catalog backend modules that helps integrate towards LDAP",
4
- "version": "0.0.0-nightly-202181822218",
4
+ "version": "0.0.0-nightly-202182222128",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,16 +29,16 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^0.0.0-nightly-202181822218",
33
- "@backstage/config": "^0.0.0-nightly-202181822218",
34
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202181822218",
32
+ "@backstage/catalog-model": "^0.0.0-nightly-202182222128",
33
+ "@backstage/config": "^0.0.0-nightly-202182222128",
34
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202182222128",
35
35
  "@types/ldapjs": "^2.2.0",
36
36
  "ldapjs": "^2.2.0",
37
37
  "lodash": "^4.17.21",
38
38
  "winston": "^3.2.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/cli": "^0.0.0-nightly-202181822218",
41
+ "@backstage/cli": "^0.0.0-nightly-202182222128",
42
42
  "@backstage/test-utils": "^0.1.16",
43
43
  "@types/lodash": "^4.14.151",
44
44
  "msw": "^0.29.0"