Gildas 3 年 前
コミット
d50c9ff4c3
3 ファイル変更12 行追加12 行削除
  1. 1 1
      manifest.json
  2. 8 8
      package-lock.json
  3. 3 3
      package.json

+ 1 - 1
manifest.json

@@ -8,7 +8,7 @@
 		"64": "src/ui/resources/icon_64.png",
 		"128": "src/ui/resources/icon_128.png"
 	},
-	"version": "1.21.7",
+	"version": "1.21.8",
 	"description": "__MSG_extensionDescription__",
 	"content_scripts": [
 		{

+ 8 - 8
package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "single-file",
-	"version": "1.0.2",
+	"version": "1.0.3",
 	"lockfileVersion": 1,
 	"requires": true,
 	"dependencies": {
@@ -1125,24 +1125,24 @@
 			"integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
 		},
 		"single-file-cli": {
-			"version": "1.0.1",
-			"resolved": "https://registry.npmjs.org/single-file-cli/-/single-file-cli-1.0.1.tgz",
-			"integrity": "sha512-yIBf22ChiH+5REnJQdgdJjyYL6szBVA3ypG0f1muFEyH9lbxNsl5hG4ztKdtSzHIrZrl//OZQ9PPCKOMHs+weQ==",
+			"version": "1.0.3",
+			"resolved": "https://registry.npmjs.org/single-file-cli/-/single-file-cli-1.0.3.tgz",
+			"integrity": "sha512-/5G/PYdVI8Nq+b6gNEofHiHgpgr6nLSXDZ4giGoFgcMj8NOW/jtitG/XcTzmN3JAqK8E+gP+MMZFmBglXJCxog==",
 			"requires": {
 				"file-url": "3.0.0",
 				"iconv-lite": "0.6.3",
 				"jsdom": "19.0.0",
 				"puppeteer-core": "13.5.2",
 				"selenium-webdriver": "4.1.1",
-				"single-file-core": "1.0.7",
+				"single-file-core": "1.0.8",
 				"strong-data-uri": "1.0.6",
 				"yargs": "17.4.0"
 			}
 		},
 		"single-file-core": {
-			"version": "1.0.7",
-			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.0.7.tgz",
-			"integrity": "sha512-GvsJQbfeNKb9CTL/wpFwEF1SKtxY9GlC+7WDCfNb7W+kDGcz0NO6rcG3SjbDC1QsAsVZtJ3aqrVPBDfEz48gaA=="
+			"version": "1.0.8",
+			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.0.8.tgz",
+			"integrity": "sha512-T1OyBOGDo6zzOI294pWgC6jklwdatsdr6psdrSw+z9NIHdxBdrjr/CBqjP/hnR5ouhWhFsVl8xK3n1omAV/JmQ=="
 		},
 		"source-map": {
 			"version": "0.6.1",

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "single-file",
-	"version": "1.0.2",
+	"version": "1.0.3",
 	"description": "SingleFile",
 	"author": "Gildas Lormeau",
 	"license": "AGPL-3.0-or-later",
@@ -8,8 +8,8 @@
 		"single-file": "./cli/single-file"
 	},
 	"dependencies": {
-		"single-file-core": "1.0.7",
-		"single-file-cli": "1.0.1"
+		"single-file-core": "1.0.8",
+		"single-file-cli": "1.0.3"
 	},
 	"devDependencies": {
 		"@rollup/plugin-node-resolve": "13.3.0",