From b8f089810f0e63c683485e32f2a360d50c4971cd Mon Sep 17 00:00:00 2001 From: Dario <105294544+Dario-DC@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:54:50 +0200 Subject: [PATCH] chore: @freecodecamp/curriculum-helpers@7.0.1 (#62927) --- pnpm-lock.yaml | 10 +++++----- tools/client-plugins/browser-scripts/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 321ae35273e..f7a496780bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -983,8 +983,8 @@ importers: tools/client-plugins/browser-scripts: dependencies: '@freecodecamp/curriculum-helpers': - specifier: ^7.0.0 - version: 7.0.0(debug@4.3.4)(typescript@5.7.3) + specifier: ^7.0.1 + version: 7.0.1(debug@4.3.4)(typescript@5.7.3) xterm: specifier: ^5.2.1 version: 5.3.0 @@ -2972,8 +2972,8 @@ packages: '@fortawesome/fontawesome-svg-core': ~1 || ~6 || ~7 react: ^16.3 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@freecodecamp/curriculum-helpers@7.0.0': - resolution: {integrity: sha512-wDdCws8tGCe9LOtl+A1ZarGI+dCRo0igcb0PJksz1HCuGLbXDbVTeFp8FBUffCL1ybSh3oUrN4YQpxjTeifY9w==} + '@freecodecamp/curriculum-helpers@7.0.1': + resolution: {integrity: sha512-20tFHdPwH5AlWpFfWyRhhzfGjw0hel9NVTtvvGotcPuCzT8DVWDkfZdK1NzFy5qsX1FpXOnCBpeLlJuPDQ21fA==} engines: {pnpm: '>= 10'} '@freecodecamp/loop-protect@3.0.0': @@ -17293,7 +17293,7 @@ snapshots: prop-types: 15.8.1 react: 17.0.2 - '@freecodecamp/curriculum-helpers@7.0.0(debug@4.3.4)(typescript@5.7.3)': + '@freecodecamp/curriculum-helpers@7.0.1(debug@4.3.4)(typescript@5.7.3)': dependencies: '@sinonjs/fake-timers': 14.0.0 '@types/jquery': 3.5.32 diff --git a/tools/client-plugins/browser-scripts/package.json b/tools/client-plugins/browser-scripts/package.json index 3c849324b39..c68b8dde21b 100644 --- a/tools/client-plugins/browser-scripts/package.json +++ b/tools/client-plugins/browser-scripts/package.json @@ -41,7 +41,7 @@ "webpack-cli": "4.10.0" }, "dependencies": { - "@freecodecamp/curriculum-helpers": "^7.0.0", + "@freecodecamp/curriculum-helpers": "^7.0.1", "xterm": "^5.2.1" } }