diff --git a/content/en/learn/module-3/freedom.mdx b/content/en/learn/module-3/freedom.mdx index 46d2230c33..ae965774dd 100644 --- a/content/en/learn/module-3/freedom.mdx +++ b/content/en/learn/module-3/freedom.mdx @@ -156,4 +156,10 @@ Ultimately, the freedom to create with others is the greatest and strangest gift ## Listen - \ No newline at end of file + + + + +![Don Cherry's free play](/images/mod3-img/freedom.jpg) + + \ No newline at end of file diff --git a/package.json b/package.json index cfe29d4208..1645c2c4c5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sharp": "^0.31.1", "theme-ui": "^0.14.7", "use-immer": "^0.9.0", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "wagmi": "^0.3.5", "window-or-global": "^1.0.1" }, diff --git a/static/images/mod3-img/freedom.jpg b/static/images/mod3-img/freedom.jpg new file mode 100644 index 0000000000..d17d9616d0 Binary files /dev/null and b/static/images/mod3-img/freedom.jpg differ diff --git a/yarn.lock b/yarn.lock index 04f69562d8..04582a794e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15050,10 +15050,10 @@ uuid@3.4.0, uuid@^3.0.0: resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== -uuid@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" - integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== +uuid@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0: version "2.3.0"