diff --git a/.github/workflows/contributor.yml b/.github/disabled-workflows/contributor.yml similarity index 100% rename from .github/workflows/contributor.yml rename to .github/disabled-workflows/contributor.yml diff --git a/package-lock.json b/package-lock.json index ec7df7a..09f7991 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "ims-nest-api-starter": "file:", "ioredis": "^5.4.1", "nestjs-command": "^3.1.4", - "nestjs-xsecurity": "^1.0.0", + "nestjs-xsecurity": "^1.0.1", "nodemailer": "^6.9.16", "passport": "^0.7.0", "passport-jwt": "^4.0.1", @@ -8201,9 +8201,9 @@ } }, "node_modules/nestjs-xsecurity": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/nestjs-xsecurity/-/nestjs-xsecurity-1.0.0.tgz", - "integrity": "sha512-Spi95qcB1P5xtqiX+4j42IdS8zfut+X2kgNXDgDdu6LouaFZBOPiyPeVGxB0RJCXvbX9gdH5vyF4cafpQ8ZUGQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nestjs-xsecurity/-/nestjs-xsecurity-1.0.1.tgz", + "integrity": "sha512-rAYHQPaImk8xnrH3koWQbdCd5Qa9rfeE6RNx4PNk+BV3ygT4pvKVKdRjNe+DCjKZXD4xQILggZ+wVSAP4fyNnw==", "license": "MIT", "bin": { "nestjs-xsecurity": "dist/cli/bin/install.js" diff --git a/package.json b/package.json index c450b61..5a3c3e0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ims-nest-api-starter": "file:", "ioredis": "^5.4.1", "nestjs-command": "^3.1.4", - "nestjs-xsecurity": "^1.0.0", + "nestjs-xsecurity": "^1.0.1", "nodemailer": "^6.9.16", "passport": "^0.7.0", "passport-jwt": "^4.0.1",