diff --git a/package-lock.json b/package-lock.json index 95732c40f6..a2bae2297b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,9 +27,9 @@ } }, "@freecodecamp/curriculum": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@freecodecamp/curriculum/-/curriculum-1.2.1.tgz", - "integrity": "sha512-op+0g7cgik3j8t2pRaMpbzDnxVsUztpgkB/o//km3lY36wGM7UOin3D7saliIQxwWmgrKelniKxOOqmAmzC6Og==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@freecodecamp/curriculum/-/curriculum-2.0.0.tgz", + "integrity": "sha512-d1VGhv8VeWfSsOOuuXedpJ7bpQ+p6lLOV4BoC06ib34CZ0UrJyFhErq8BlPTuIxhs4tZsCv/IBGxpx5yJE9SOw==" }, "@freecodecamp/loopback-component-passport": { "version": "1.0.0", diff --git a/package.json b/package.json index f8351a8525..901b4d9225 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/react-fontawesome": "0.0.20", - "@freecodecamp/curriculum": "^1.2.1", + "@freecodecamp/curriculum": "^2.0.0", "@freecodecamp/loopback-component-passport": "^1.0.0", "accepts": "^1.3.0", "auth0-js": "^9.5.1",