From d1cb92b5e791e533fbb3276bebb847ea0a92608a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:27:16 -0600 Subject: [PATCH] [deps]: Pin dependencies (#389) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98de70cf..82b99f8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,8 +50,8 @@ }, "devDependencies": { "@angular-devkit/build-angular": "15.2.9", - "@angular-eslint/eslint-plugin-template": "^17.1.1", - "@angular-eslint/template-parser": "^17.1.1", + "@angular-eslint/eslint-plugin-template": "17.1.1", + "@angular-eslint/template-parser": "17.1.1", "@angular/compiler-cli": "15.2.9", "@angular/platform-browser-dynamic": "15.2.9", "@fluffy-spoon/substitute": "1.208.0", @@ -89,14 +89,14 @@ "eslint-config-prettier": "8.10.0", "eslint-import-resolver-typescript": "2.7.1", "eslint-plugin-import": "2.28.1", - "eslint-plugin-rxjs": "^5.0.3", - "eslint-plugin-rxjs-angular": "^2.0.1", + "eslint-plugin-rxjs": "5.0.3", + "eslint-plugin-rxjs-angular": "2.0.1", "form-data": "4.0.0", "html-loader": "3.1.2", "html-webpack-plugin": "5.5.3", "husky": "8.0.3", "jest": "29.6.4", - "jest-junit": "^16.0.0", + "jest-junit": "16.0.0", "jest-preset-angular": "13.1.1", "jsdom": "22.1.0", "lint-staged": "12.5.0", @@ -112,7 +112,7 @@ "sass": "1.66.1", "sass-loader": "12.6.0", "tapable": "1.1.3", - "ts-jest": "^29.1.1", + "ts-jest": "29.1.1", "ts-loader": "9.4.4", "ts-node": "10.9.1", "tsconfig-paths": "3.14.2", diff --git a/package.json b/package.json index 8aff657d..eb579c48 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,8 @@ }, "devDependencies": { "@angular-devkit/build-angular": "15.2.9", - "@angular-eslint/eslint-plugin-template": "^17.1.1", - "@angular-eslint/template-parser": "^17.1.1", + "@angular-eslint/eslint-plugin-template": "17.1.1", + "@angular-eslint/template-parser": "17.1.1", "@angular/compiler-cli": "15.2.9", "@angular/platform-browser-dynamic": "15.2.9", "@fluffy-spoon/substitute": "1.208.0", @@ -109,14 +109,14 @@ "eslint-config-prettier": "8.10.0", "eslint-import-resolver-typescript": "2.7.1", "eslint-plugin-import": "2.28.1", - "eslint-plugin-rxjs": "^5.0.3", - "eslint-plugin-rxjs-angular": "^2.0.1", + "eslint-plugin-rxjs": "5.0.3", + "eslint-plugin-rxjs-angular": "2.0.1", "form-data": "4.0.0", "html-loader": "3.1.2", "html-webpack-plugin": "5.5.3", "husky": "8.0.3", "jest": "29.6.4", - "jest-junit": "^16.0.0", + "jest-junit": "16.0.0", "jest-preset-angular": "13.1.1", "jsdom": "22.1.0", "lint-staged": "12.5.0", @@ -132,7 +132,7 @@ "sass": "1.66.1", "sass-loader": "12.6.0", "tapable": "1.1.3", - "ts-jest": "^29.1.1", + "ts-jest": "29.1.1", "ts-loader": "9.4.4", "ts-node": "10.9.1", "tsconfig-paths": "3.14.2",