mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(deps): update dependency @nestjs/typeorm to v7.1.4
This commit is contained in:
parent
ac7ef857af
commit
a6f496a6d3
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -1577,17 +1577,17 @@
|
|||
}
|
||||
},
|
||||
"@nestjs/typeorm": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-7.1.0.tgz",
|
||||
"integrity": "sha512-xKqvhMF68TDFjptBerLD6HDe7qrb9RpZ2X1zBTdGKipFQrlVBTJtgs6Hmy+deuPJ3OnFzw0oe78U57Ur87xq8g==",
|
||||
"version": "7.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-7.1.4.tgz",
|
||||
"integrity": "sha512-3U4RKpyeig4NsOTxFhLtGcFM5Pm8Nv86GpdBlwEwBPqCnLxrUN7cgsXChWRFCV8GWd0QJnpZvGeaRpArt49Abg==",
|
||||
"requires": {
|
||||
"uuid": "8.1.0"
|
||||
"uuid": "8.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz",
|
||||
"integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg=="
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz",
|
||||
"integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"@nestjs/serve-static": "2.1.3",
|
||||
"@nestjs/swagger": "4.7.3",
|
||||
"@nestjs/terminus": "7.0.1",
|
||||
"@nestjs/typeorm": "7.1.0",
|
||||
"@nestjs/typeorm": "7.1.4",
|
||||
"class-transformer": "0.3.1",
|
||||
"class-validator": "0.12.2",
|
||||
"cookie-parser": "1.4.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue