browserslist 4.14.2 → 4.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
+ ## 4.14.3
5
+ * Update Firefox ESR.
6
+
4
7
  ## 4.14.2
5
8
  * Fixed `--update-db` on Windows (by James Ross).
6
9
  * Improved `--update-db` output.
package/index.js CHANGED
@@ -1005,7 +1005,7 @@ var QUERIES = [
1005
1005
  {
1006
1006
  regexp: /^(firefox|ff|fx)\s+esr$/i,
1007
1007
  select: function () {
1008
- return ['firefox 68', 'firefox 78']
1008
+ return ['firefox 78']
1009
1009
  }
1010
1010
  },
1011
1011
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist",
3
- "version": "4.14.2",
3
+ "version": "4.14.3",
4
4
  "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
5
5
  "keywords": [
6
6
  "caniuse",
@@ -15,9 +15,9 @@
15
15
  "license": "MIT",
16
16
  "repository": "browserslist/browserslist",
17
17
  "dependencies": {
18
- "caniuse-lite": "^1.0.30001125",
19
- "electron-to-chromium": "^1.3.564",
20
- "escalade": "^3.0.2",
18
+ "caniuse-lite": "^1.0.30001131",
19
+ "electron-to-chromium": "^1.3.570",
20
+ "escalade": "^3.1.0",
21
21
  "node-releases": "^1.1.61"
22
22
  },
23
23
  "engines": {