Browse Source

update dependencies

Gildas 2 years ago
parent
commit
1b1f860ce6

File diff suppressed because it is too large
+ 0 - 0
lib/single-file-extension-editor-helper.js


File diff suppressed because it is too large
+ 0 - 0
lib/single-file-hooks-frames.js


File diff suppressed because it is too large
+ 0 - 0
lib/single-file.js


+ 12 - 12
package-lock.json

@@ -9,8 +9,8 @@
 			"version": "1.1.32",
 			"license": "AGPL-3.0-or-later",
 			"dependencies": {
-				"single-file-cli": "1.1.37",
-				"single-file-core": "1.3.6"
+				"single-file-cli": "1.1.39",
+				"single-file-core": "1.3.9"
 			},
 			"bin": {
 				"single-file": "cli/single-file"
@@ -178,9 +178,9 @@
 			}
 		},
 		"node_modules/@rollup/pluginutils": {
-			"version": "5.0.5",
-			"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.5.tgz",
-			"integrity": "sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==",
+			"version": "5.1.0",
+			"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
+			"integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
 			"dev": true,
 			"dependencies": {
 				"@types/estree": "^1.0.0",
@@ -1652,16 +1652,16 @@
 			"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
 		},
 		"node_modules/single-file-cli": {
-			"version": "1.1.37",
-			"resolved": "https://registry.npmjs.org/single-file-cli/-/single-file-cli-1.1.37.tgz",
-			"integrity": "sha512-Faj2tmwhEExdbc2AcBWvbyToido5nAIiJDSDI9umHeZy8jNu3Tm+KbRc4s193Q4P/MUtSOQcIwWpBxjw5VDecw==",
+			"version": "1.1.39",
+			"resolved": "https://registry.npmjs.org/single-file-cli/-/single-file-cli-1.1.39.tgz",
+			"integrity": "sha512-YdA4JkuYG54DuibnhquUpLCjgvUVkiB1G+QxHJEyZq3kHQALo/K35GXyObQ1Rr2eB4tk+6AhEAilUcKvQpHC6A==",
 			"dependencies": {
 				"file-url": "3.0.0",
 				"iconv-lite": "0.6.3",
 				"jsdom": "22.1.0",
 				"puppeteer-core": "21.2.1",
 				"selenium-webdriver": "4.12.0",
-				"single-file-core": "1.3.6",
+				"single-file-core": "1.3.9",
 				"strong-data-uri": "1.0.6",
 				"yargs": "17.7.2"
 			},
@@ -1670,9 +1670,9 @@
 			}
 		},
 		"node_modules/single-file-core": {
-			"version": "1.3.6",
-			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.3.6.tgz",
-			"integrity": "sha512-qbqUEUOVly96wDAksNPyq6ryppTuv+fKmwEOkymqI7HC+fD+yPBtczStTfVyx3lzlv1dr6VCFaz+lZnSFRd2NQ=="
+			"version": "1.3.9",
+			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.3.9.tgz",
+			"integrity": "sha512-1vxvaROMZns4Eoq3uk0MfRtkiC+HoRhlCaQS77cKmKjbFC73uL5dyKyLER9FPXP5/j+MhamqEl6KFCwNFA6WuA=="
 		},
 		"node_modules/smart-buffer": {
 			"version": "4.2.0",

+ 2 - 2
package.json

@@ -12,8 +12,8 @@
 		"single-file": "./cli/single-file"
 	},
 	"dependencies": {
-		"single-file-core": "1.3.6",
-		"single-file-cli": "1.1.37"
+		"single-file-core": "1.3.9",
+		"single-file-cli": "1.1.39"
 	},
 	"devDependencies": {
 		"@rollup/plugin-node-resolve": "15.0.1",

Some files were not shown because too many files changed in this diff