Merge pull request #1169 from CartoDB/update-deps

Update deps
remotes/origin/juanra/docker-dev-env-tests
Daniel G. Aubert 4 years ago committed by GitHub
commit 481a5928c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ Breaking changes:
Announcements: Announcements:
- Support Node.js 12 - Support Node.js 12
- Upgrade `windshaft` to version [`7.0.0`](https://github.com/CartoDB/Windshaft/releases/tag/7.0.0) - Upgrade `windshaft` to version [`7.0.1`](https://github.com/CartoDB/Windshaft/releases/tag/7.0.1)
- Upgrade `camshaft` to version [`0.65.3`](https://github.com/CartoDB/camshaft/blob/0.65.3/CHANGELOG.md#0653): - Upgrade `camshaft` to version [`0.65.3`](https://github.com/CartoDB/camshaft/blob/0.65.3/CHANGELOG.md#0653):
- Fix noisy message logs while checking analyses' limits - Fix noisy message logs while checking analyses' limits
- Fix CI setup, explicit use of PGPORT while creating the PostgreSQL cluster - Fix CI setup, explicit use of PGPORT while creating the PostgreSQL cluster
@ -24,7 +24,8 @@ Announcements:
- Remove `bootstrapFonts` at process startup (now done in `windshaft@6.0.0`) - Remove `bootstrapFonts` at process startup (now done in `windshaft@6.0.0`)
- Stop checking the installed version of some dependencies while testing - Stop checking the installed version of some dependencies while testing
- Send metrics about `map views` (#1162) - Send metrics about `map views` (#1162)
- Add custom headers in responses to allow to other components to be able to get insights about user activity. - Add custom headers in responses to allow to other components to be able to get insights about user activity
- Update dependencies to avoid security vulnerabilities
Bug Fixes: Bug Fixes:
- Parsing date column in numeric histograms (#1160) - Parsing date column in numeric histograms (#1160)

1445
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -60,8 +60,8 @@
"step-profiler": "0.3.0", "step-profiler": "0.3.0",
"turbo-carto": "0.21.2", "turbo-carto": "0.21.2",
"underscore": "1.6.0", "underscore": "1.6.0",
"windshaft": "^7.0.0", "windshaft": "^7.0.1",
"yargs": "11.1.0" "yargs": "^15.3.1"
}, },
"devDependencies": { "devDependencies": {
"@carto/mapnik": "^3.6.2-carto.16", "@carto/mapnik": "^3.6.2-carto.16",
@ -71,7 +71,7 @@
"eslint-plugin-node": "^10.0.0", "eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"mocha": "5.2.0", "mocha": "^7.2.0",
"moment": "2.22.1", "moment": "2.22.1",
"nock": "9.2.6", "nock": "9.2.6",
"nyc": "^14.1.1", "nyc": "^14.1.1",

Loading…
Cancel
Save