diff --git a/package-lock.json b/package-lock.json index 9138c0bb2..f1f337d2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint": "^8.45.0", - "eslint-plugin-deprecation": "^1.4.1", + "eslint-plugin-deprecation": "^1.5.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^3.0.0", @@ -3113,9 +3113,9 @@ } }, "node_modules/eslint-plugin-deprecation": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.4.1.tgz", - "integrity": "sha512-4vxTghWzxsBukPJVQupi6xlTuDc8Pyi1QlRCrFiLgwLPMJQW3cJCNaehJUKQqQFvuue5m4W27e179Y3Qjzeghg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.5.0.tgz", + "integrity": "sha512-mRcssI/tLROueBQ6yf4LnnGTijbMsTCPIpbRbPj5R5wGYVCpk1zDmAS0SEkgcUDXOPc22qMNFR24Qw7vSPrlTA==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.57.0", @@ -8488,9 +8488,9 @@ } }, "eslint-plugin-deprecation": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.4.1.tgz", - "integrity": "sha512-4vxTghWzxsBukPJVQupi6xlTuDc8Pyi1QlRCrFiLgwLPMJQW3cJCNaehJUKQqQFvuue5m4W27e179Y3Qjzeghg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-deprecation/-/eslint-plugin-deprecation-1.5.0.tgz", + "integrity": "sha512-mRcssI/tLROueBQ6yf4LnnGTijbMsTCPIpbRbPj5R5wGYVCpk1zDmAS0SEkgcUDXOPc22qMNFR24Qw7vSPrlTA==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.57.0", diff --git a/package.json b/package.json index a4fd7f0c7..d3eef54d2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "eslint": "^8.45.0", - "eslint-plugin-deprecation": "^1.4.1", + "eslint-plugin-deprecation": "^1.5.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^3.0.0",