Parcourir la source

update dependencies

Gildas il y a 2 ans
Parent
commit
6d604fd0d9
2 fichiers modifiés avec 11 ajouts et 6 suppressions
  1. 10 5
      package-lock.json
  2. 1 1
      package.json

+ 10 - 5
package-lock.json

@@ -10,7 +10,7 @@
 			"license": "AGPL-3.0-or-later",
 			"dependencies": {
 				"single-file-cli": "1.0.47",
-				"single-file-core": "1.0.54"
+				"single-file-core": "1.0.55"
 			},
 			"bin": {
 				"single-file": "cli/single-file"
@@ -182,9 +182,9 @@
 			"dev": true
 		},
 		"node_modules/@types/node": {
-			"version": "20.4.4",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz",
-			"integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==",
+			"version": "20.4.5",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz",
+			"integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==",
 			"devOptional": true
 		},
 		"node_modules/@types/resolve": {
@@ -1488,11 +1488,16 @@
 				"single-file": "single-file"
 			}
 		},
-		"node_modules/single-file-core": {
+		"node_modules/single-file-cli/node_modules/single-file-core": {
 			"version": "1.0.54",
 			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.0.54.tgz",
 			"integrity": "sha512-KUvYvfalshUMnEbGkcVAyy/fU+NR3pE0ntWAUvMJIPjUg4yQsvFwjUXwpfDgpHN6zIDzznp0WK7+24Lp3w++Bg=="
 		},
+		"node_modules/single-file-core": {
+			"version": "1.0.55",
+			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.0.55.tgz",
+			"integrity": "sha512-gpD/TGN/tj8tZDp19kKfOH+MA4rbWE9C5aUnACiYE2pXpXcq4B+z+gjE8kEqnGWqaKaK+EmhEEDtCWWaKks0iA=="
+		},
 		"node_modules/source-map": {
 			"version": "0.6.1",
 			"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",

+ 1 - 1
package.json

@@ -12,7 +12,7 @@
 		"single-file": "./cli/single-file"
 	},
 	"dependencies": {
-		"single-file-core": "1.0.54",
+		"single-file-core": "1.0.55",
 		"single-file-cli": "1.0.47"
 	},
 	"devDependencies": {