diff --git a/package-lock.json b/package-lock.json index d02736a..bb3cff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,10 +13,10 @@ }, "devDependencies": { "@godaddy/terminus": "4.12.1", - "@nestjs/common": "10.3.8", - "@nestjs/core": "10.3.8", + "@nestjs/common": "10.4.10", + "@nestjs/core": "10.4.10", "@nestjs/terminus": "10.2.3", - "@nestjs/testing": "10.3.8", + "@nestjs/testing": "10.4.10", "@types/jest": "29.5.12", "@types/node": "20.12.12", "express": "4.19.2", @@ -1036,12 +1036,13 @@ } }, "node_modules/@nestjs/common": { - "version": "10.3.8", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.3.8.tgz", - "integrity": "sha512-P+vPEIvqx2e+fonsYVlFXKvoChyJ8Tq+lfpqdVFqblovHbFr3kZ/nYX0cPs+XuW6bnRT8tz0SSR9XBGU43kJhw==", + "version": "10.4.10", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.10.tgz", + "integrity": "sha512-oGZfcP46ZQJVf22Htl5jGCCAErNz/0iiDMYj5t7tQftMwYga/7CJ/hHLlflA0awLyjLMdZZ0X7LqEa2T/2X/DA==", + "license": "MIT", "dependencies": { "iterare": "1.2.1", - "tslib": "2.6.2", + "tslib": "2.7.0", "uid": "2.0.2" }, "funding": { @@ -1064,17 +1065,18 @@ } }, "node_modules/@nestjs/core": { - "version": "10.3.8", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.3.8.tgz", - "integrity": "sha512-AxF4tpYLDNn5Wfb3C4bNaaHJ4pREH5FJrSisR2A5zkYpQFORFs0Tc36lOFPMwBTy8Iv2wUwWLUVc5ftBnxEv4w==", + "version": "10.4.10", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.10.tgz", + "integrity": "sha512-KHSGspb6J4EXznxMzUZLtwhUilg7N2nsIBR+fUG75r0kpudHRrZ0/gtFDLIfGvP5tcHalG/WfcnZFsHuUkGrcA==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@nuxtjs/opencollective": "0.3.2", "fast-safe-stringify": "2.1.1", "iterare": "1.2.1", - "path-to-regexp": "3.2.0", - "tslib": "2.6.2", + "path-to-regexp": "3.3.0", + "tslib": "2.7.0", "uid": "2.0.2" }, "funding": { @@ -1172,12 +1174,13 @@ } }, "node_modules/@nestjs/testing": { - "version": "10.3.8", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.3.8.tgz", - "integrity": "sha512-hpX9das2TdFTKQ4/2ojhjI6YgXtCfXRKui3A4Qaj54VVzc5+mtK502Jj18Vzji98o9MVS6skmYu+S/UvW3U6Fw==", + "version": "10.4.10", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.4.10.tgz", + "integrity": "sha512-KBcXQpGJwEDofklvjysA4V1D+2/sWHoRdccHl23lciXnmpsMtBZxGu3GLJDspimJoNp47HFtjMHtAcKcC8EL/g==", "dev": true, + "license": "MIT", "dependencies": { - "tslib": "2.6.2" + "tslib": "2.7.0" }, "funding": { "type": "opencollective", @@ -4090,10 +4093,11 @@ "dev": true }, "node_modules/path-to-regexp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.2.0.tgz", - "integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==", - "dev": true + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz", + "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==", + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { "version": "1.0.1", @@ -4781,9 +4785,10 @@ "dev": true }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "license": "0BSD" }, "node_modules/type-detect": { "version": "4.0.8", diff --git a/package.json b/package.json index 1047441..afaf2b5 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,10 @@ }, "devDependencies": { "@godaddy/terminus": "4.12.1", - "@nestjs/common": "10.3.8", - "@nestjs/core": "10.3.8", + "@nestjs/common": "10.4.10", + "@nestjs/core": "10.4.10", "@nestjs/terminus": "10.2.3", - "@nestjs/testing": "10.3.8", + "@nestjs/testing": "10.4.10", "@types/jest": "29.5.12", "@types/node": "20.12.12", "express": "4.19.2",