update packages

This commit is contained in:
AntoXa PRO 2023-10-06 17:24:01 +03:00
parent 39283423a6
commit 6b5ecac42f
2 changed files with 1616 additions and 1506 deletions

3112
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "axp-mongoose-helper", "name": "axp-mongoose-helper",
"version": "1.2.1", "version": "1.2.2",
"description": "My helper library", "description": "My helper library",
"author": "AntoXa PRO <info@antoxa.pro>", "author": "AntoXa PRO <info@antoxa.pro>",
"homepage": "https://antoxahub.ru/antoxa/axp-mongoose-helper", "homepage": "https://antoxahub.ru/antoxa/axp-mongoose-helper",
@ -20,12 +20,12 @@
"prepare": "npm run build" "prepare": "npm run build"
}, },
"dependencies": { "dependencies": {
"axp-ts": "^1.9.6", "axp-ts": "^1.11.2",
"mongoose": "^6.11.2" "mongoose": "^6.12.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-typescript": "^11.1.2", "@rollup/plugin-typescript": "^11.1.5",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"rollup": "^3.26.2" "rollup": "^3.29.4"
} }
} }