@node-minify/uglify-es 6.2.0 → 6.4.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 Rodolphe Stoclin
3
+ Copyright (c) 2022 Rodolphe Stoclin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/lib/uglify-es.js CHANGED
@@ -8,7 +8,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
8
8
 
9
9
  /*!
10
10
  * node-minify
11
- * Copyright(c) 2011-2020 Rodolphe Stoclin
11
+ * Copyright(c) 2011-2022 Rodolphe Stoclin
12
12
  * MIT Licensed
13
13
  */
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-minify/uglify-es",
3
- "version": "6.2.0",
3
+ "version": "6.4.0",
4
4
  "description": "uglify-es plugin for @node-minify",
5
5
  "keywords": [
6
6
  "compressor",
@@ -13,7 +13,7 @@
13
13
  "license": "MIT",
14
14
  "main": "lib/uglify-es.js",
15
15
  "engines": {
16
- "node": ">=10.0.0"
16
+ "node": ">=12.0.0"
17
17
  },
18
18
  "directories": {
19
19
  "lib": "lib",
@@ -33,8 +33,8 @@
33
33
  "url": "https://github.com/srod/node-minify/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@node-minify/utils": "^6.2.0",
36
+ "@node-minify/utils": "^6.4.0",
37
37
  "uglify-es": "3.3.9"
38
38
  },
39
- "gitHead": "c191f2da661dafba035f9026a79fca56da76ead0"
39
+ "gitHead": "d529747a661487597e9be510d3d9e2df1bc0f556"
40
40
  }