Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit f85cc11

Browse files
committed
Update translations dependency
1 parent 1cd9150 commit f85cc11

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@coderdojo/cd-common": "1.1.11",
2020
"bootstrap": "^3.4.1",
21-
"cp-translations": "~1.0.156",
21+
"cp-translations": "~1.0.162",
2222
"font-awesome": "^4.7.0",
2323
"handlebars": "^4.1.0",
2424
"js-cookie": "^2.1.4",

src/common/cd-footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default {
4444
return {
4545
links: [
4646
{
47-
href: 'https://hwf.zendesk.com/hc/',
47+
href: 'https://help.coderdojo.com/',
4848
text: 'Help Center',
4949
},
5050
{

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
23862386
parse-json "^2.2.0"
23872387
require-from-string "^1.1.0"
23882388

2389-
cp-translations@~1.0.156:
2390-
version "1.0.157"
2391-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.157.tgz#3482ce8468f2f78a48d7fa82334d82cc5dd8deb4"
2392-
integrity sha512-n7L8B7qKt06W6kCs+tUdrZUH/phQQvfjOoEgbEPA9kmzdBvHQG7I2e5L7me6qbCragKWQ5wJKbLhimGiRABeLg==
2389+
cp-translations@~1.0.162:
2390+
version "1.0.162"
2391+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.162.tgz#9867a5a4ad5884a58cce1b5a15d9d091b29997a8"
2392+
integrity sha512-Z5DDsCTOf5QkoFXaZ3MZnD6IU97ScfV8i08EMXR7sZoT1NXo1IMMdGJ/jUwrsBjP+Ps6zqzfPP6zPlGM4JEygA==
23932393

23942394
crc32-stream@^2.0.0:
23952395
version "2.0.0"

0 commit comments

Comments
 (0)