Parcourir la source

update `single-file-core`

Gildas il y a 2 ans
Parent
commit
fbf802700d
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -10,7 +10,7 @@
 			"license": "AGPL-3.0-or-later",
 			"dependencies": {
 				"single-file-cli": "1.0.58",
-				"single-file-core": "1.0.66"
+				"single-file-core": "1.0.67"
 			},
 			"bin": {
 				"single-file": "cli/single-file"
@@ -1663,9 +1663,9 @@
 			"integrity": "sha512-CTySJ6ZT89Dts66GFYBOOwQnbYbL9n53IXyWegcU08R5cM1JS9S8e7oxNJ35zu6A20e4sP5Sy77tBeZlJxIkLg=="
 		},
 		"node_modules/single-file-core": {
-			"version": "1.0.66",
-			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.0.66.tgz",
-			"integrity": "sha512-IXgWQjDWTOejH91TcH6S4yyXd7fvrskc8NljxDrGHjJiRyJI+XjCdja8WIsC5sp6EV1b866+52GwrQdDHELUiw=="
+			"version": "1.0.67",
+			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.0.67.tgz",
+			"integrity": "sha512-jJ/5Uiq3/MhFczMRJoQqa6+i8dkhKawMTvpGh1mr4pS2hg/mHAIRZEFGGau6Bx+mEw8a6ohSy26Y9mJwj9Rneg=="
 		},
 		"node_modules/smart-buffer": {
 			"version": "4.2.0",

+ 1 - 1
package.json

@@ -12,7 +12,7 @@
 		"single-file": "./cli/single-file"
 	},
 	"dependencies": {
-		"single-file-core": "1.0.66",
+		"single-file-core": "1.0.67",
 		"single-file-cli": "1.0.58"
 	},
 	"devDependencies": {