From 06561edaeb026c020bdc4fa4a538d71a2ef14903 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Fri, 8 Aug 2025 20:07:14 +0200 Subject: [PATCH] chore(deps): update curriculum helpers (#61749) --- pnpm-lock.yaml | 22 ++++++++----------- .../browser-scripts/package.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81f9cd181cb..9b33a2e84f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -945,8 +945,8 @@ importers: tools/client-plugins/browser-scripts: dependencies: '@freecodecamp/curriculum-helpers': - specifier: ^5.4.0 - version: 5.4.0(typescript@5.8.2) + specifier: ^5.4.1 + version: 5.4.1(typescript@5.8.2) xterm: specifier: ^5.2.1 version: 5.3.0 @@ -2727,8 +2727,8 @@ packages: '@fortawesome/fontawesome-svg-core': ~1 || ~6 react: '>=16.3' - '@freecodecamp/curriculum-helpers@5.4.0': - resolution: {integrity: sha512-LxriovkAuIwnGz1rASh8kaWHxaIL9g7WGDX3sbfnWoqi92I+fgIEwICgaJsb8bU9hkaauNBWE7yYd1HCsTUrLg==} + '@freecodecamp/curriculum-helpers@5.4.1': + resolution: {integrity: sha512-Lcy9sTrcbFbRY6HmaCKARDbulAAgJs7Tre5QRjmNyU0Bd1NLaf+9YLvcs84mCzHy+JP3itmIkxDAT9IHD4BArQ==} engines: {pnpm: '>= 10'} '@freecodecamp/loop-protect@3.0.0': @@ -14616,7 +14616,7 @@ snapshots: '@babel/traverse': 7.23.7 '@babel/types': 7.23.9 convert-source-map: 2.0.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -16361,7 +16361,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.6 '@babel/types': 7.23.9 - debug: 4.3.4 + debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -16385,7 +16385,7 @@ snapshots: '@babel/parser': 7.27.4 '@babel/template': 7.27.2 '@babel/types': 7.27.3 - debug: 4.3.4 + debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -16842,7 +16842,7 @@ snapshots: prop-types: 15.8.1 react: 17.0.2 - '@freecodecamp/curriculum-helpers@5.4.0(typescript@5.8.2)': + '@freecodecamp/curriculum-helpers@5.4.1(typescript@5.8.2)': dependencies: '@sinonjs/fake-timers': 14.0.0 '@types/jquery': 3.5.32 @@ -21688,10 +21688,6 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.3.4: - dependencies: - ms: 2.1.2 - debug@4.3.4(supports-color@8.1.1): dependencies: ms: 2.1.2 @@ -25265,7 +25261,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@8.1.1) istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: diff --git a/tools/client-plugins/browser-scripts/package.json b/tools/client-plugins/browser-scripts/package.json index a42a326309e..0d92ad20149 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": "^5.4.0", + "@freecodecamp/curriculum-helpers": "^5.4.1", "xterm": "^5.2.1" } }