From 41c7faa924528237345f77519dcc1079a021e191 Mon Sep 17 00:00:00 2001 From: Nick Horvath Date: Tue, 2 Nov 2021 11:10:37 -0400 Subject: [PATCH 1/2] Replace git:// with https:// in package.json Github is removing git:// access because it's insecure. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d07faaf78..da766708e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "CARTO javascript library", "repository": { "type": "git", - "url": "git://github.com/CartoDB/carto.js.git" + "url": "https://github.com/CartoDB/carto.js.git" }, "author": { "name": "CARTO", @@ -44,7 +44,7 @@ "d3-time-format": "2.1.0", "jquery": "2.1.4", "mustache": "1.1.0", - "perfect-scrollbar": "git://github.com/CartoDB/perfect-scrollbar.git#master", + "perfect-scrollbar": "https://github.com/CartoDB/perfect-scrollbar.git#master", "postcss": "5.0.19", "promise-polyfill": "^6.1.0", "torque.js": "CartoDB/torque#master", @@ -80,7 +80,7 @@ "grunt-contrib-cssmin": "~0.7.0", "grunt-contrib-imagemin": "~1.0.0", "grunt-contrib-jasmine": "1.1.0", - "grunt-contrib-watch": "git://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78", + "grunt-contrib-watch": "https://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78", "grunt-eslint": "~20.1.0", "grunt-exorcise": "2.1.0", "grunt-fastly": "~0.1.3", @@ -94,7 +94,7 @@ "gulp-iconfont-css": "0.0.9", "gulp-install": "0.2.0", "gulp-sketch": "0.0.7", - "jasmine-ajax": "git://github.com/nobuti/jasmine-ajax.git#master", + "jasmine-ajax": "https://github.com/nobuti/jasmine-ajax.git#master", "jsdoc": "~3.5.5", "jstify": "0.12.0", "leaflet": "1.3.1", From fdb6396b000828a1b08490148914a03712b6ddf0 Mon Sep 17 00:00:00 2001 From: Nick Horvath Date: Tue, 2 Nov 2021 11:14:30 -0400 Subject: [PATCH 2/2] Replace git:// with https:// in package-lock.json Github is removing git:// access because it's insecure. --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e21d0218c..229ba6ad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6465,8 +6465,8 @@ } }, "grunt-contrib-watch": { - "version": "git://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78", - "from": "git://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78", + "version": "https://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78", + "from": "https://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78", "dev": true, "requires": { "async": "~0.2.9", @@ -8938,8 +8938,8 @@ "dev": true }, "jasmine-ajax": { - "version": "git://github.com/nobuti/jasmine-ajax.git#7b1047a4b6c8e8c0e7dc5419059ed6f2c3fc00f4", - "from": "git://github.com/nobuti/jasmine-ajax.git#master", + "version": "https://github.com/nobuti/jasmine-ajax.git#7b1047a4b6c8e8c0e7dc5419059ed6f2c3fc00f4", + "from": "https://github.com/nobuti/jasmine-ajax.git#master", "dev": true }, "jasmine-core": { @@ -11273,8 +11273,8 @@ "dev": true }, "perfect-scrollbar": { - "version": "git://github.com/CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d", - "from": "git://github.com/CartoDB/perfect-scrollbar.git#master" + "version": "https://github.com/CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d", + "from": "https://github.com/CartoDB/perfect-scrollbar.git#master" }, "performance-now": { "version": "2.1.0",