single-file-cli 1.0.21 → 1.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "single-file-cli",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "SingleFile CLI",
5
5
  "author": "Gildas Lormeau",
6
6
  "license": "AGPL-3.0-or-later",
@@ -23,15 +23,15 @@
23
23
  "dependencies": {
24
24
  "file-url": "3.0.0",
25
25
  "iconv-lite": "0.6.3",
26
- "jsdom": "20.0.1",
27
- "puppeteer-core": "19.0.0",
28
- "selenium-webdriver": "4.5.0",
29
- "single-file-core": "1.0.25",
26
+ "jsdom": "20.0.2",
27
+ "puppeteer-core": "19.2.2",
28
+ "selenium-webdriver": "4.6.0",
29
+ "single-file-core": "1.0.30",
30
30
  "strong-data-uri": "1.0.6",
31
- "yargs": "17.6.0"
31
+ "yargs": "17.6.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@rollup/plugin-node-resolve": "15.0.0",
34
+ "@rollup/plugin-node-resolve": "15.0.1",
35
35
  "rollup": "2.79.1",
36
36
  "rollup-plugin-terser": "7.0.2"
37
37
  },
File without changes
package/rollup.config.js CHANGED
File without changes
File without changes
package/single-file.bat CHANGED
File without changes