Skip to content

Commit 89948cd

Browse files
committed
chore(deps): update all dependencies
1 parent 7f10828 commit 89948cd

14 files changed

Lines changed: 2472 additions & 1831 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ aliases:
3232
executors:
3333
node_10:
3434
docker:
35-
- image: circleci/node:10.22.0
35+
- image: circleci/node:10.24.1
3636
working_directory: *working_directory
3737
node_12:
3838
docker:
3939
# Keep it at `12.18.2` as otherwise there may be bugs with `graceful-fs` dependency
4040
# https://github.com/nodejs/node/issues/34529
41-
- image: circleci/node:12.18.2
41+
- image: circleci/node:12.22.7
4242
working_directory: *working_directory
4343

4444
jobs:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.20.1
1+
12.22.7

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
3434
"@commercetools/state-importer": "^3.0.39",
3535
"@commercetools/sync-actions": "^4.9.6",
36-
"@commercetools/typescript-sdk": "^0.0.16",
36+
"@commercetools/typescript-sdk": "^0.0.22",
3737
"bluebird": "^3.5.3",
3838
"common-tags": "^1.8.0",
3939
"csvtojson": "^2.0.8",

package.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -43,71 +43,71 @@
4343
"packages/*"
4444
],
4545
"devDependencies": {
46-
"@babel/cli": "7.10.5",
47-
"@babel/core": "7.11.4",
48-
"@babel/plugin-proposal-class-properties": "7.10.4",
49-
"@babel/plugin-proposal-export-default-from": "7.10.4",
50-
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
51-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
52-
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
53-
"@babel/plugin-proposal-optional-chaining": "7.11.0",
54-
"@babel/plugin-proposal-pipeline-operator": "7.10.5",
46+
"@babel/cli": "7.16.0",
47+
"@babel/core": "7.16.0",
48+
"@babel/plugin-proposal-class-properties": "7.16.0",
49+
"@babel/plugin-proposal-export-default-from": "7.16.0",
50+
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
51+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
52+
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
53+
"@babel/plugin-proposal-optional-chaining": "7.16.0",
54+
"@babel/plugin-proposal-pipeline-operator": "7.16.0",
5555
"@babel/plugin-syntax-optional-chaining": "7.8.3",
56-
"@babel/preset-env": "7.11.0",
57-
"@babel/preset-flow": "7.10.4",
58-
"@babel/preset-typescript": "7.10.4",
56+
"@babel/preset-env": "7.16.4",
57+
"@babel/preset-flow": "7.16.0",
58+
"@babel/preset-typescript": "7.16.0",
5959
"@changesets/changelog-github": "^0.4.1",
60-
"@changesets/cli": "^2.17.0",
60+
"@changesets/cli": "2.18.0",
6161
"@commitlint/cli": "9.1.2",
6262
"@commitlint/config-conventional": "9.1.2",
63-
"@rollup/plugin-alias": "3.1.1",
64-
"@types/jest": "26.0.10",
65-
"@types/node": "10.17.28",
66-
"@types/node-fetch": "2.5.7",
67-
"@typescript-eslint/eslint-plugin": "3.9.1",
68-
"@typescript-eslint/parser": "3.9.1",
63+
"@rollup/plugin-alias": "3.1.8",
64+
"@types/jest": "26.0.24",
65+
"@types/node": "10.17.60",
66+
"@types/node-fetch": "2.5.12",
67+
"@typescript-eslint/eslint-plugin": "3.10.1",
68+
"@typescript-eslint/parser": "3.10.1",
6969
"babel-core": "7.0.0-bridge.0",
7070
"babel-eslint": "10.1.0",
71-
"babel-jest": "26.3.0",
72-
"check-node-version": "4.0.3",
73-
"codecov": "3.7.2",
74-
"commitizen": "4.1.2",
75-
"common-tags": "1.8.0",
76-
"cross-env": "7.0.2",
77-
"debug": "4.1.1",
78-
"eslint": "7.7.0",
79-
"eslint-config-airbnb": "18.2.0",
80-
"eslint-config-airbnb-base": "14.2.0",
81-
"eslint-config-prettier": "6.11.0",
82-
"eslint-formatter-pretty": "4.0.0",
83-
"eslint-import-resolver-typescript": "2.2.1",
71+
"babel-jest": "26.6.3",
72+
"check-node-version": "4.2.1",
73+
"codecov": "3.8.2",
74+
"commitizen": "4.2.4",
75+
"common-tags": "1.8.2",
76+
"cross-env": "7.0.3",
77+
"debug": "4.3.2",
78+
"eslint": "7.32.0",
79+
"eslint-config-airbnb": "18.2.1",
80+
"eslint-config-airbnb-base": "14.2.1",
81+
"eslint-config-prettier": "6.15.0",
82+
"eslint-formatter-pretty": "4.1.0",
83+
"eslint-import-resolver-typescript": "2.5.0",
8484
"eslint-plugin-babel": "5.3.1",
85-
"eslint-plugin-flowtype": "5.2.0",
86-
"eslint-plugin-import": "2.22.0",
85+
"eslint-plugin-flowtype": "5.10.0",
86+
"eslint-plugin-import": "2.25.3",
8787
"eslint-plugin-jest": "23.20.0",
88-
"eslint-plugin-jsx-a11y": "6.3.1",
89-
"eslint-plugin-prettier": "3.1.4",
90-
"eslint-plugin-react": "7.20.6",
91-
"flow-bin": "0.131.0",
88+
"eslint-plugin-jsx-a11y": "6.5.1",
89+
"eslint-plugin-prettier": "3.4.1",
90+
"eslint-plugin-react": "7.27.0",
91+
"flow-bin": "0.165.0",
9292
"gitbook-cli": "daern91/gitbook-cli",
9393
"gitbook-plugin-anchorjs": "2.1.0",
9494
"gitbook-plugin-edit-link": "2.0.2",
9595
"gitbook-plugin-ga": "2.0.0",
9696
"gitbook-plugin-github": "3.0.0",
9797
"gitbook-plugin-prism": "2.4.0",
98-
"husky": "4.2.5",
99-
"jest": "26.4.1",
100-
"jest-each": "26.4.0",
101-
"jest-runner-eslint": "0.10.0",
98+
"husky": "4.3.8",
99+
"jest": "26.6.3",
100+
"jest-each": "26.6.2",
101+
"jest-runner-eslint": "0.11.1",
102102
"jest-runner-flowtype": "0.0.7",
103-
"jest-silent-reporter": "0.2.1",
103+
"jest-silent-reporter": "0.5.0",
104104
"lerna": "3.22.1",
105-
"lint-staged": "10.2.11",
105+
"lint-staged": "10.5.4",
106106
"npm-check-updates": "7.1.1",
107-
"prettier": "2.0.5",
108-
"resolve": "1.17.0",
107+
"prettier": "2.4.1",
108+
"resolve": "1.20.0",
109109
"rimraf": "3.0.2",
110-
"rollup": "2.26.4",
110+
"rollup": "2.60.0",
111111
"rollup-plugin-babel": "4.4.0",
112112
"rollup-plugin-commonjs": "10.1.0",
113113
"rollup-plugin-includepaths": "0.2.4",
@@ -118,22 +118,22 @@
118118
"rollup-plugin-uglify": "6.0.4",
119119
"rollup-watch": "4.3.1",
120120
"streamtest": "2.0.0",
121-
"ts-jest": "26.2.0",
122-
"tsconfig-replace-paths": "0.0.5",
123-
"typescript": "3.9.7"
121+
"ts-jest": "26.5.6",
122+
"tsconfig-replace-paths": "0.0.11",
123+
"typescript": "3.9.10"
124124
},
125125
"resolutions": {
126-
"graceful-fs": "4.2.4",
127-
"**/graceful-fs": "4.2.4",
126+
"graceful-fs": "4.2.8",
127+
"**/graceful-fs": "4.2.8",
128128
"y18n": "3.2.2",
129129
"lodash": "4.17.21",
130130
"handlebars": "4.7.7",
131-
"growl": "1.10.2",
132-
"dot-prop": "5.1.1",
131+
"growl": "1.10.5",
132+
"dot-prop": "5.3.0",
133133
"merge": "2.1.1",
134134
"npm-user-validate": "1.0.1",
135135
"serialize-javascript": "3.1.0",
136136
"diff": "3.5.0",
137-
"object-path": "0.11.5"
137+
"object-path": "0.11.8"
138138
}
139139
}

packages/csv-parser-orders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"yargs": "^15.0.0"
5151
},
5252
"devDependencies": {
53-
"sinon": "9.0.3",
53+
"sinon": "9.2.4",
5454
"streamtest": "2.0.0",
5555
"tmp": "0.2.1"
5656
}

packages/csv-parser-price/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"yargs": "^15.0.0"
6060
},
6161
"devDependencies": {
62-
"sinon": "9.0.3",
62+
"sinon": "9.2.4",
6363
"streamtest": "2.0.0",
6464
"tmp": "0.2.1"
6565
}

packages/discount-code-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"yargs": "^15.0.0"
5353
},
5454
"devDependencies": {
55-
"common-tags": "1.8.0",
55+
"common-tags": "1.8.2",
5656
"streamtest": "2.0.0"
5757
}
5858
}

packages/get-credentials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "babel src --out-dir lib --config-file '../../babel.config.js'"
3030
},
3131
"devDependencies": {
32-
"sinon": "9.0.3"
32+
"sinon": "9.2.4"
3333
},
3434
"dependencies": {
3535
"dotenv": "^8.0.0"

packages/inventories-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"yargs": "^15.0.0"
5555
},
5656
"devDependencies": {
57-
"common-tags": "1.8.0",
57+
"common-tags": "1.8.2",
5858
"streamtest": "2.0.0"
5959
}
6060
}

packages/product-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"yargs-parser": "13.1.2"
5656
},
5757
"devDependencies": {
58-
"common-tags": "1.8.0",
58+
"common-tags": "1.8.2",
5959
"streamtest": "2.0.0"
6060
}
6161
}

0 commit comments

Comments
 (0)