diff --git a/package-lock.json b/package-lock.json index f54a605..29b6eb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mat-datatable", - "version": "17.2.13", + "version": "17.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mat-datatable", - "version": "17.2.13", + "version": "17.3.0", "license": "MIT", "dependencies": { "@angular/animations": "^17.3.12", @@ -53,7 +53,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-jasmine": "^4.2.2", "eslint-plugin-jsdoc": "^63.0.13", - "eslint-plugin-json": "^4.0.1", + "eslint-plugin-json": "^5.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "husky": "^9.1.7", "jasmine-core": "^6.3.0", @@ -10458,16 +10458,6 @@ "node": ">=14" } }, - "node_modules/conventional-commits-filter": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-6.0.1.tgz", - "integrity": "sha512-cs+LadpH7Kpw0M3k8wurk+sOVVDAENA0iK4OBOrkL94j5lEVYRJ4j3zd2bhY9qgzyrPqthdcYT3axzRN7AliMg==", - "extraneous": true, - "license": "MIT", - "engines": { - "node": ">=22" - } - }, "node_modules/conventional-commits-parser": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.1.0.tgz", @@ -12970,9 +12960,9 @@ } }, "node_modules/eslint-plugin-json": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-4.0.1.tgz", - "integrity": "sha512-3An5ISV5dq/kHfXdNyY5TUe2ONC3yXFSkLX2gu+W8xAhKhfvrRvkSAeKXCxZqZ0KJLX15ojBuLPyj+UikQMkOA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-5.0.0.tgz", + "integrity": "sha512-x7YyFjvOninRJR9rsaAGFxoGNgMMLoxpxsuoPWubg3fkbWWsjdAGRzTEUZsAVz+7Ghl7n4q83UyFmCLW/v/mzg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e607ff5..9b77dcc 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-plugin-import": "^2.32.0", "eslint-plugin-jasmine": "^4.2.2", "eslint-plugin-jsdoc": "^63.0.13", - "eslint-plugin-json": "^4.0.1", + "eslint-plugin-json": "^5.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "husky": "^9.1.7", "jasmine-core": "^6.3.0",