diff --git a/package-lock.json b/package-lock.json index acecf13a..bc50bf5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "npm-pkg-lint", "version": "1.4.0", "license": "MIT", "dependencies": { @@ -22,7 +23,7 @@ "devDependencies": { "@commitlint/cli": "13.1.0", "@html-validate/commitlint-config": "2.0.0", - "@html-validate/eslint-config": "4.4.4", + "@html-validate/eslint-config": "4.4.5", "@html-validate/eslint-config-jest": "4.4.2", "@html-validate/eslint-config-typescript": "4.4.0", "@html-validate/jest-config": "2.2.0", @@ -985,9 +986,9 @@ } }, "node_modules/@html-validate/eslint-config": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-4.4.4.tgz", - "integrity": "sha512-nNNpu2DwCjSDDPiD3FORY4V39zLPQgR0DDXGwn/zaPurKDGJAOsHZ0MEQlqj1UnNf55ICkc1tiQYBmfF2qXcWA==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-4.4.5.tgz", + "integrity": "sha512-z7lpAm9MiDF9f5PWmA4XHGQE6PNSu0ur480d3RhGhzmt+1zWakV4CQd35VdxUAFUeJCBWfJdGCKkJ6D7uIWiUQ==", "dev": true, "dependencies": { "argparse": "^2.0.0", @@ -999,7 +1000,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-security": "^1.3.0", - "eslint-plugin-sonarjs": "^0.9.0", + "eslint-plugin-sonarjs": "^0.10.0", "find-up": "^5.0.0", "nunjucks": "^3.2.0" }, @@ -4878,9 +4879,9 @@ } }, "node_modules/eslint-plugin-sonarjs": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.9.1.tgz", - "integrity": "sha512-KKFofk1LPjGHWeAZijYWv32c/C4mz+OAeBNVxhxHu1hknrTOhu415MWC8qKdAdsmOlBPShs9evM4mI1o7MNMhw==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.10.0.tgz", + "integrity": "sha512-FBRIBmWQh2UAfuLSnuYEfmle33jIup9hfkR0X8pkfjeCKNpHUG8qyZI63ahs3aw8CJrv47QJ9ccdK3ZxKH016A==", "dev": true, "engines": { "node": ">=10" @@ -15519,9 +15520,9 @@ } }, "@html-validate/eslint-config": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-4.4.4.tgz", - "integrity": "sha512-nNNpu2DwCjSDDPiD3FORY4V39zLPQgR0DDXGwn/zaPurKDGJAOsHZ0MEQlqj1UnNf55ICkc1tiQYBmfF2qXcWA==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/@html-validate/eslint-config/-/eslint-config-4.4.5.tgz", + "integrity": "sha512-z7lpAm9MiDF9f5PWmA4XHGQE6PNSu0ur480d3RhGhzmt+1zWakV4CQd35VdxUAFUeJCBWfJdGCKkJ6D7uIWiUQ==", "dev": true, "requires": { "argparse": "^2.0.0", @@ -15533,7 +15534,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-security": "^1.3.0", - "eslint-plugin-sonarjs": "^0.9.0", + "eslint-plugin-sonarjs": "^0.10.0", "find-up": "^5.0.0", "nunjucks": "^3.2.0" } @@ -18615,9 +18616,9 @@ } }, "eslint-plugin-sonarjs": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.9.1.tgz", - "integrity": "sha512-KKFofk1LPjGHWeAZijYWv32c/C4mz+OAeBNVxhxHu1hknrTOhu415MWC8qKdAdsmOlBPShs9evM4mI1o7MNMhw==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.10.0.tgz", + "integrity": "sha512-FBRIBmWQh2UAfuLSnuYEfmle33jIup9hfkR0X8pkfjeCKNpHUG8qyZI63ahs3aw8CJrv47QJ9ccdK3ZxKH016A==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 15029e30..ab3ea64d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "devDependencies": { "@commitlint/cli": "13.1.0", "@html-validate/commitlint-config": "2.0.0", - "@html-validate/eslint-config": "4.4.4", + "@html-validate/eslint-config": "4.4.5", "@html-validate/eslint-config-jest": "4.4.2", "@html-validate/eslint-config-typescript": "4.4.0", "@html-validate/jest-config": "2.2.0",