From 3cb0edd574da37a4f921a2cabba72a598a324720 Mon Sep 17 00:00:00 2001 From: "Patrick J. Cherry" Date: Fri, 20 May 2022 17:20:58 +0100 Subject: [PATCH] Replace git:// protocol with https:// in package.json --- package.json | 6 +++--- yarn.lock | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 4a929947..08ecfbae 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "async": "0.9.0", "bcryptjs": "2.4.3", "camelcase": "^4.1.0", - "cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git", - "cp-logs-lib": "git://github.com/CoderDojo/cp-logs-lib#1.1.0", - "cp-permissions-plugin": "git://github.com/CoderDojo/cp-permissions-plugin#1.0.5", + "cp-i18n-lib": "https://github.com/CoderDojo/cp-i18n-lib.git", + "cp-logs-lib": "https://github.com/CoderDojo/cp-logs-lib#1.1.0", + "cp-permissions-plugin": "https://github.com/CoderDojo/cp-permissions-plugin#1.0.5", "cp-translations": "^1.0.149", "decamelize": "^1.2.0", "ejs": "1.0.0", diff --git a/yarn.lock b/yarn.lock index f62cef8c..3c9a5447 100644 --- a/yarn.lock +++ b/yarn.lock @@ -893,32 +893,32 @@ core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" -"cp-i18n-lib@git+https://github.com/CoderDojo/cp-i18n-lib.git": +"cp-i18n-lib@https://github.com/CoderDojo/cp-i18n-lib.git": version "1.0.0" - resolved "git+https://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12" + resolved "https://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12" dependencies: jed "^1.1.0" po2json "^0.4.2" -"cp-logs-lib@git://github.com/CoderDojo/cp-logs-lib#1.1.0": +"cp-logs-lib@https://github.com/CoderDojo/cp-logs-lib#1.1.0": version "1.1.0" - resolved "git://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317" + resolved "https://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317" dependencies: bunyan "1.8.1" le_node "1.4" lodash "4.13.1" -"cp-permissions-plugin@git://github.com/CoderDojo/cp-permissions-plugin#1.0.5": +"cp-permissions-plugin@https://github.com/CoderDojo/cp-permissions-plugin#1.0.5": version "1.0.5" - resolved "git://github.com/CoderDojo/cp-permissions-plugin#4d401a9a13fa90971b99430ee2894953fdf1a7a0" + resolved "https://github.com/CoderDojo/cp-permissions-plugin#4d401a9a13fa90971b99430ee2894953fdf1a7a0" dependencies: async "^2.0.0-rc.5" lodash "^4.13.1" -cp-translations@^1.0.146: - version "1.0.146" - resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.146.tgz#dee5c55263fb31c7c5c3e4e8fd573f3a05921f8d" - integrity sha512-h2DRtFybsA2tvcnWg8FI5ZmxyBgavMDr9F+Cp0e78VgyJJusJLPvuSSHHtUxwnYKNsrdgCWZKnPwRkwJXXJtsQ== +cp-translations@^1.0.149: + version "1.0.167" + resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.167.tgz#93755d9eafc15bfedb0394d2852542f2dc08fbba" + integrity sha512-EvV6F06SdZw8gLUPqrXYB5KuEz1zb6zogbVuif+7vUT+Ivh5T8aRIZEizoYG0l0B9SusqxGKxgnuEOejRDhvkg== cross-spawn-async@^2.0.0, cross-spawn-async@^2.1.8: version "2.2.5"