From 93e4b04e911c7b3411b5802a46afb2e8598e684d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:48:50 +0530 Subject: [PATCH] chore(deps): update dependency @total-typescript/ts-reset to v0.5.1 (#51724) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/package.json | 2 +- client/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- tools/scripts/build/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/package.json b/api/package.json index 4d5e301634b..c824468e8f0 100644 --- a/api/package.json +++ b/api/package.json @@ -34,7 +34,7 @@ }, "description": "The freeCodeCamp.org open-source codebase and curriculum", "devDependencies": { - "@total-typescript/ts-reset": "0.4.0", + "@total-typescript/ts-reset": "0.5.1", "@types/express-session": "1.17.8", "@types/jsonwebtoken": "9.0.3", "@types/nodemailer": "6.4.11", diff --git a/client/package.json b/client/package.json index cb755cd812e..a846d3f74a3 100644 --- a/client/package.json +++ b/client/package.json @@ -144,7 +144,7 @@ "@codesee/tracker": "0.587.0", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", - "@total-typescript/ts-reset": "^0.4.0", + "@total-typescript/ts-reset": "^0.5.0", "@types/chai": "^4.3.4", "@types/enzyme": "^3.10.12", "@types/enzyme-adapter-react-16": "1.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aafb30cd241..8ee94003d78 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -254,8 +254,8 @@ importers: version: 7.1.3 devDependencies: '@total-typescript/ts-reset': - specifier: 0.4.0 - version: 0.4.0 + specifier: 0.5.1 + version: 0.5.1 '@types/express-session': specifier: 1.17.8 version: 1.17.8 @@ -784,8 +784,8 @@ importers: specifier: 12.1.5 version: 12.1.5(react-dom@16.14.0)(react@16.14.0) '@total-typescript/ts-reset': - specifier: ^0.4.0 - version: 0.4.0 + specifier: ^0.5.0 + version: 0.5.1 '@types/chai': specifier: ^4.3.4 version: 4.3.5 @@ -1363,8 +1363,8 @@ importers: tools/scripts/build: devDependencies: '@total-typescript/ts-reset': - specifier: ^0.4.0 - version: 0.4.0 + specifier: ^0.5.0 + version: 0.5.1 chai: specifier: 4.3.10 version: 4.3.10 @@ -10957,8 +10957,8 @@ packages: engines: {node: '>= 10'} dev: true - /@total-typescript/ts-reset@0.4.0: - resolution: {integrity: sha512-MRKBiDrOUdJowL8EZtQgPoNoDsB5q/TT003kGZJTnNIaKNWtblHCXp8kYBAufYfzECxJFYHEeWaJcb1DMQhi8w==} + /@total-typescript/ts-reset@0.5.1: + resolution: {integrity: sha512-AqlrT8YA1o7Ff5wPfMOL0pvL+1X+sw60NN6CcOCqs658emD6RfiXhF7Gu9QcfKBH7ELY2nInLhKSCWVoNL70MQ==} dev: true /@trysound/sax@0.2.0: diff --git a/tools/scripts/build/package.json b/tools/scripts/build/package.json index f0bc3181e53..27a9ed2a10f 100644 --- a/tools/scripts/build/package.json +++ b/tools/scripts/build/package.json @@ -19,7 +19,7 @@ "author": "freeCodeCamp ", "main": "none", "devDependencies": { - "@total-typescript/ts-reset": "^0.4.0", + "@total-typescript/ts-reset": "^0.5.0", "chai": "4.3.10", "joi": "17.10.2", "readdirp": "3.6.0"