Skip to content

Commit 08fed66

Browse files
[renovate] Update all dependencies
1 parent 3de2d2c commit 08fed66

File tree

3 files changed

+448
-404
lines changed

3 files changed

+448
-404
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: node_js
33
env:
44
- APP_DIR=src
55
node_js:
6-
- 14
7-
- 16
6+
- 14.21.3
7+
- 16.20.2
88
script:
99
- yarn install --non-interactive
1010
- yarn lint

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,29 @@
3232
},
3333
"homepage": "https://github.com/oprogramador/deep-equal-in-any-order#readme",
3434
"devDependencies": {
35-
"@babel/core": "^7.13.14",
35+
"@babel/core": "^7.28.3",
3636
"@semantic-release/commit-analyzer": "^8.0.1",
37-
"@semantic-release/git": "^9.0.0",
38-
"@semantic-release/npm": "^7.1.0",
37+
"@semantic-release/git": "^9.0.1",
38+
"@semantic-release/npm": "^7.1.3",
3939
"babel-cli": "^6.26.0",
4040
"babel-core": "^6.26.3",
4141
"babel-plugin-module-resolver": "^4.1.0",
4242
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
4343
"babel-register": "^6.26.0",
44-
"chai": "^4.3.4",
45-
"chai-as-promised": "^7.1.1",
46-
"chai-roughly-v2": "^2.0.12",
44+
"chai": "^4.5.0",
45+
"chai-as-promised": "^7.1.2",
46+
"chai-roughly-v2": "^2.0.13",
4747
"chai-subset": "^1.6.0",
4848
"dirty-chai": "^2.0.1",
49-
"eslint": "^7.23.0",
50-
"eslint-config-airbnb-improved": "^5.0.0",
51-
"eslint-import-resolver-babel-module": "^5.2.0",
52-
"mocha": "^8.3.2",
49+
"eslint": "^7.32.0",
50+
"eslint-config-airbnb-improved": "^5.0.3",
51+
"eslint-import-resolver-babel-module": "^5.3.2",
52+
"mocha": "^8.4.0",
5353
"nyc": "^15.1.0",
54-
"semantic-release": "19",
55-
"sinon": "^10.0.0",
54+
"semantic-release": "19.0.5",
55+
"sinon": "^10.0.1",
5656
"sinon-as-promised": "^4.0.3",
57-
"sinon-chai": "^3.6.0"
57+
"sinon-chai": "^3.7.0"
5858
},
5959
"dependencies": {
6060
"lodash.mapvalues": "^4.6.0",

0 commit comments

Comments
 (0)