Browse Source

Upgrade @types/ldapjs

AC-1743/Safe-Major-Upgrades
Addison Beck 2 years ago committed by Addison Beck
parent
commit
c91307e82c
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -57,7 +57,7 @@
"@ngtools/webpack": "15.2.9", "@ngtools/webpack": "15.2.9",
"@types/inquirer": "9.0.7", "@types/inquirer": "9.0.7",
"@types/jest": "29.5.11", "@types/jest": "29.5.11",
"@types/ldapjs": "2.2.5", "@types/ldapjs": "3.0.6",
"@types/lowdb": "1.0.15", "@types/lowdb": "1.0.15",
"@types/lunr": "2.3.7", "@types/lunr": "2.3.7",
"@types/node": "18.17.12", "@types/node": "18.17.12",
@ -5304,9 +5304,9 @@
} }
}, },
"node_modules/@types/ldapjs": { "node_modules/@types/ldapjs": {
"version": "2.2.5", "version": "3.0.6",
"resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-2.2.5.tgz", "resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-3.0.6.tgz",
"integrity": "sha512-Lv/nD6QDCmcT+V1vaTRnEKE8UgOilVv5pHcQuzkU1LcRe4mbHHuUo/KHi0LKrpdHhQY8FJzryF38fcVdeUIrzg==", "integrity": "sha512-E2Tn1ltJDYBsidOT9QG4engaQeQzRQ9aYNxVmjCkD33F7cIeLPgrRDXAYs0O35mK2YDU20c/+ZkNjeAPRGLM0Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"

2
package.json

@ -80,7 +80,7 @@
"@ngtools/webpack": "15.2.9", "@ngtools/webpack": "15.2.9",
"@types/inquirer": "9.0.7", "@types/inquirer": "9.0.7",
"@types/jest": "29.5.11", "@types/jest": "29.5.11",
"@types/ldapjs": "2.2.5", "@types/ldapjs": "3.0.6",
"@types/lowdb": "1.0.15", "@types/lowdb": "1.0.15",
"@types/lunr": "2.3.7", "@types/lunr": "2.3.7",
"@types/node": "18.17.12", "@types/node": "18.17.12",

Loading…
Cancel
Save