diff --git a/package-lock.json b/package-lock.json index cf3b2f9..00fe531 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@heroicons/vue": "~2.0.18", "@pinia-plugin-persistedstate/nuxt": "^1.1.1", "@pinia/nuxt": "^0.5.0", - "@types/ldapjs": "^3.0.6", "adm-zip": "~0.5.10", "bcryptjs": "^2.4.3", "exceljs": "~4.3.0", @@ -25,7 +24,7 @@ "pg": "~8.11.3", "pg-hstore": "~2.3.4", "pinia": "^2.1.7", - "postgres": "~3.3.5", + "postgres": "~3.4.5", "sequelize": "~6.32.1", "sqlite3": "~5.1.6", "tsx": "^4.7.1", @@ -35,7 +34,7 @@ "xml2js": "~0.6.2" }, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxt/eslint-config": "~0.2.0", "@nuxtjs/color-mode": "~3.3.2", "@nuxtjs/eslint-config-typescript": "~12.1.0", @@ -46,6 +45,7 @@ "@types/bcryptjs": "^2.4.6", "@types/formidable": "~3.4.5", "@types/jsonwebtoken": "~9.0.3", + "@types/ldapjs": "^3.0.6", "@types/libxmljs": "^0.18.12", "@types/luxon": "~3.3.4", "@types/node": "~18.17.3", @@ -3488,6 +3488,7 @@ "version": "3.0.6", "resolved": "https://registry.npmjs.org/@types/ldapjs/-/ldapjs-3.0.6.tgz", "integrity": "sha512-E2Tn1ltJDYBsidOT9QG4engaQeQzRQ9aYNxVmjCkD33F7cIeLPgrRDXAYs0O35mK2YDU20c/+ZkNjeAPRGLM0Q==", + "dev": true, "dependencies": { "@types/node": "*" } @@ -13062,9 +13063,12 @@ } }, "node_modules/postgres": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.3.5.tgz", - "integrity": "sha512-+JD93VELV9gHkqpV5gdL5/70HdGtEw4/XE1S4BC8f1mcPmdib3K5XsKVbnR1XcAyC41zOnifJ+9YRKxdIsXiUw==", + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.5.tgz", + "integrity": "sha512-cDWgoah1Gez9rN3H4165peY9qfpEo+SA61oQv65O3cRUE1pOEoJWwddwcqKE8XZYjbblOJlYDlLV4h67HrEVDg==", + "engines": { + "node": ">=12" + }, "funding": { "type": "individual", "url": "https://github.com/sponsors/porsager" diff --git a/package.json b/package.json index bed3378..7d6d7e9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "pg": "~8.11.3", "pg-hstore": "~2.3.4", "pinia": "^2.1.7", - "postgres": "~3.3.5", + "postgres": "~3.4.5", "sequelize": "~6.32.1", "sqlite3": "~5.1.6", "tsx": "^4.7.1",