fix(deps): update dependency @nestjs/serve-static to v2.1.3

This commit is contained in:
Renovate Bot 2020-07-04 19:40:12 +00:00
parent 5e958c45f7
commit 3d8c9f9166
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1654,9 +1654,9 @@
}
},
"@nestjs/serve-static": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@nestjs/serve-static/-/serve-static-2.1.1.tgz",
"integrity": "sha512-hkrCm7R8BWE8k9iiFlRtBIw+/VR4SMWos3yErRvC12y1ADI7gWkbu46+urx8jlcMnOEQW/xTAWY51xe6miBvHQ==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/@nestjs/serve-static/-/serve-static-2.1.3.tgz",
"integrity": "sha512-9xyysggaOdfbABWqhty+hAkauDWv/Q8YKHm4OMXdQbQei5tquFuTjiSx8IFDOZeSOKlA9fjBq/2MXCJRSo23SQ==",
"requires": {
"path-to-regexp": "0.1.7"
},