Merge branch 'updating_github_submodule_urls_to_meet_gh_security_standards_2' into feature/sc-220191/notification-about-data-migrations-to-carto3

pull/16405/head
cgonzalez 2 years ago
commit 913dabf70c

6
.gitmodules vendored

@ -1,12 +1,12 @@
[submodule "lib/assets/javascripts/cdb"]
path = lib/assets/javascripts/cdb
url = https://github.com/CartoDB/carto.js.git
url = git@github.com:CartoDB/carto.js.git
[submodule "app/assets/stylesheets/old_common"]
path = app/assets/stylesheets/old_common
url = https://github.com/CartoDB/cartodb.css.git
url = git@github.com:CartoDB/cartodb.css.git
[submodule "lib/sql"]
path = lib/sql
url = https://github.com/CartoDB/cartodb-postgresql.git
url = git@github.com:CartoDB/cartodb-postgresql.git
[submodule "private"]
path = private
url = git@github.com:CartoDB/cartodb-private.git

@ -202,7 +202,7 @@ SQL API
.. code-block:: bash
git clone git://github.com/CartoDB/CartoDB-SQL-API.git
git clone git@github.com:CartoDB/CartoDB-SQL-API.git
cd CartoDB-SQL-API
* Install npm dependencies
@ -232,7 +232,7 @@ MAPS API
.. code-block:: bash
git clone git://github.com/CartoDB/Windshaft-cartodb.git
git clone git@github.com:CartoDB/Windshaft-cartodb.git
cd Windshaft-cartodb
* Install yarn dependencies

16
package-lock.json generated

@ -2674,7 +2674,7 @@
"d3-time-format": "2.1.0",
"jquery": "2.1.4",
"mustache": "1.1.0",
"perfect-scrollbar": "https://github.com/CartoDB/perfect-scrollbar.git#master",
"perfect-scrollbar": "github:CartoDB/perfect-scrollbar.git#master",
"postcss": "5.0.19",
"promise-polyfill": "^6.1.0",
"torque.js": "github:CartoDB/torque#master",
@ -2697,8 +2697,8 @@
"integrity": "sha512-CyINJQ0SOUHojDdFDH4JEM0552vCR1utGyLHegJHyYH0JyCpSeTPxi4OBqHMA2jJZq4NH782LtaJWBImqI/HBw=="
},
"perfect-scrollbar": {
"version": "https://github.com/CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d",
"from": "https://github.com/CartoDB/perfect-scrollbar.git#master"
"version": "github:CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d",
"from": "github:CartoDB/perfect-scrollbar.git#master"
},
"torque.js": {
"version": "github:CartoDB/torque#11b73bbc9a55b7c67c1ab72759a58eb417b88555",
@ -6363,8 +6363,8 @@
}
},
"perfect-scrollbar": {
"version": "https://github.com/CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d",
"from": "https://github.com/CartoDB/perfect-scrollbar.git#master"
"version": "github:CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d",
"from": "github:CartoDB/perfect-scrollbar.git#master"
},
"torque.js": {
"version": "github:CartoDB/torque#11b73bbc9a55b7c67c1ab72759a58eb417b88555",
@ -22838,7 +22838,7 @@
"d3-time-format": "2.1.0",
"jquery": "2.1.4",
"mustache": "1.1.0",
"perfect-scrollbar": "https://github.com/CartoDB/perfect-scrollbar.git#master",
"perfect-scrollbar": "github:CartoDB/perfect-scrollbar.git#master",
"postcss": "5.0.19",
"promise-polyfill": "^6.1.0",
"torque.js": "github:CartoDB/torque#master",
@ -30239,8 +30239,8 @@
"dev": true
},
"perfect-scrollbar": {
"version": "https://github.com/CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d",
"from": "https://github.com/CartoDB/perfect-scrollbar.git#master"
"version": "github:CartoDB/perfect-scrollbar.git#f2b66c76ad3718d3c704bd7e1693ea382e44e64d",
"from": "github:CartoDB/perfect-scrollbar.git#master"
},
"performance-now": {
"version": "2.1.0",

@ -4,7 +4,7 @@
"description": "CARTO UI frontend",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/cartodb.git"
"url": "github:CartoDB/cartodb.git"
},
"author": {
"name": "CARTO",
@ -65,7 +65,7 @@
"moment": "2.18.1",
"moment-timezone": "^0.5.13",
"node-polyglot": "1.0.0",
"perfect-scrollbar": "https://github.com/CartoDB/perfect-scrollbar.git#master",
"perfect-scrollbar": "github:CartoDB/perfect-scrollbar.git#master",
"postcss": "5.0.19",
"postcss-scss": "0.4.0",
"postcss-strip-inline-comments": "0.1.5",

Loading…
Cancel
Save