Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "sort-any", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)", | ||
@@ -32,3 +32,3 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.8.4", | ||
"@babel/core": "^7.13.14", | ||
"@semantic-release/commit-analyzer": "^8.0.1", | ||
@@ -39,6 +39,6 @@ "@semantic-release/git": "^9.0.0", | ||
"babel-core": "^6.26.3", | ||
"babel-plugin-module-resolver": "^4.0.0", | ||
"babel-plugin-module-resolver": "^4.1.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.2.0", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
@@ -48,12 +48,12 @@ "chai-subset": "^1.6.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-improved": "^4.0.14", | ||
"eslint-import-resolver-babel-module": "^5.1.2", | ||
"mocha": "^7.0.1", | ||
"eslint-config-airbnb-improved": "^4.1.1", | ||
"eslint-import-resolver-babel-module": "^5.2.0", | ||
"mocha": "^7.2.0", | ||
"sinon": "^8.1.1", | ||
"sinon-as-promised": "^4.0.3", | ||
"sinon-chai": "^3.4.0" | ||
"sinon-chai": "^3.6.0" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.15" | ||
"lodash": "^4.17.21" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9626
Updatedlodash@^4.17.21