From 38a68b3359c93206afac7183ec45b59e0609d530 Mon Sep 17 00:00:00 2001 From: Mobsuccess Bot Date: Mon, 20 Nov 2023 01:37:24 +0000 Subject: [PATCH] Run updater mobsuccess-devops/policy-github-updater-npm --- .gitattributes | 1 + action.yml | 2 +- package-lock.json | 53 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 4 files changed, 47 insertions(+), 11 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7797965 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +package-lock.json linguist-generated=false diff --git a/action.yml b/action.yml index 550fe67..eca0106 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ outputs: violations: description: Number of violations found runs: - using: node16 + using: node12 main: dist/index.js branding: icon: code diff --git a/package-lock.json b/package-lock.json index ce33b79..25603f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@actions/io": "^1.1.2", "@vercel/ncc": "^0.34.0", - "convert-action": "^0.1.3", + "convert-action": "^0.4.0", "eslint": "^8.21.0", "jest": "^28.1.3", "nock": "^13.2.9" @@ -1920,17 +1920,35 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "node_modules/convert-action": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/convert-action/-/convert-action-0.1.3.tgz", - "integrity": "sha512-47McLhx2Qli3rGHHrDlP/ogUJQGq7NZB3Q8fLstYVhrEY9Ava/eJ9Rs9+UZu0m0htW3FijQvQUgIE4ForyUjYw==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/convert-action/-/convert-action-0.4.0.tgz", + "integrity": "sha512-+7UjQ70aVLZ3yRZB5/GHGuEf8/BOCERgHuWTvYZCDr7r8aOYvDwsxKTsNIGk19bl7kh/YGeaSJRJEVAcbuoEsQ==", "dev": true, "dependencies": { - "js-yaml": "^3.14.0" + "js-yaml": "^4.1.0" }, "bin": { "convert-action": "bin.js" } }, + "node_modules/convert-action/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/convert-action/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/convert-source-map": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", @@ -6252,12 +6270,29 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "convert-action": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/convert-action/-/convert-action-0.1.3.tgz", - "integrity": "sha512-47McLhx2Qli3rGHHrDlP/ogUJQGq7NZB3Q8fLstYVhrEY9Ava/eJ9Rs9+UZu0m0htW3FijQvQUgIE4ForyUjYw==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/convert-action/-/convert-action-0.4.0.tgz", + "integrity": "sha512-+7UjQ70aVLZ3yRZB5/GHGuEf8/BOCERgHuWTvYZCDr7r8aOYvDwsxKTsNIGk19bl7kh/YGeaSJRJEVAcbuoEsQ==", "dev": true, "requires": { - "js-yaml": "^3.14.0" + "js-yaml": "^4.1.0" + }, + "dependencies": { + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + } } }, "convert-source-map": { diff --git a/package.json b/package.json index 23bd838..895f236 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@actions/io": "^1.1.2", "@vercel/ncc": "^0.34.0", - "convert-action": "^0.1.3", + "convert-action": "^0.4.0", "eslint": "^8.21.0", "jest": "^28.1.3", "nock": "^13.2.9"