Skip to content

Commit 48e4dc8

Browse files
authored
Merge pull request #276 from intercom/seanhealy/updateVariousPackages
Update various npm packages
2 parents c94df63 + 457e73d commit 48e4dc8

File tree

3 files changed

+2102
-1334
lines changed

3 files changed

+2102
-1334
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:8-browsers
5+
- image: circleci/node:14-browsers
66

77
working_directory: ~/intercom-node
88

99
environment:
10-
- YARN_VERSION: 1.7.0
10+
- YARN_VERSION: 1.22.10
1111

1212
steps:
1313
- checkout

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"api"
1919
],
2020
"dependencies": {
21-
"bluebird": "^3.3.4",
21+
"bluebird": "^3.7.2",
2222
"htmlencode": "^0.0.4",
23-
"lodash": "^4.17.15",
23+
"lodash": "^4.17.19",
2424
"request": "^2.88.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.4.5",
28-
"@babel/preset-env": "^7.4.5",
29-
"@babel/register": "^7.4.4",
27+
"@babel/core": "^7.13.16",
28+
"@babel/preset-env": "^7.13.15",
29+
"@babel/register": "^7.13.16",
3030
"babel-eslint": "^10.0.2",
31-
"eslint": "^6.0.1",
31+
"eslint": "^6.8.0",
3232
"gulp": "^4.0.2",
3333
"gulp-babel": "^8.0.0",
3434
"gulp-eslint": "4.0.2",
3535
"gulp-exclude-gitignore": "^1.0.0",
3636
"gulp-istanbul": "^1.1.3",
3737
"gulp-mocha": "^6.0.0",
3838
"gulp-plumber": "^1.2.1",
39-
"nock": "7.5.0",
39+
"nock": "^13.0.11",
4040
"sinon": "^7.3.2"
4141
},
4242
"scripts": {

0 commit comments

Comments
 (0)