Comparing version 34.1.3 to 34.1.4
{ | ||
"name": "respec", | ||
"version": "34.1.3", | ||
"version": "34.1.4", | ||
"license": "W3C", | ||
@@ -28,5 +28,5 @@ "description": "A technical specification pre-processor.", | ||
"@rollup/plugin-alias": "^5.0.0", | ||
"@rollup/plugin-commonjs": "^25.0.0", | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/marked": "^4.3.0", | ||
"@types/marked": "^4.3.1", | ||
"@types/pluralize": "0.0.29", | ||
@@ -37,3 +37,3 @@ "boxen": "^7.1.0", | ||
"epipebomb": "^1.0.0", | ||
"eslint": "^8.42.0", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -46,4 +46,4 @@ "eslint-plugin-import": "^2.27.5", | ||
"idb": "^7.1.1", | ||
"jasmine": "^5.0.0", | ||
"jasmine-core": "^5.0.0", | ||
"jasmine": "^5.0.2", | ||
"jasmine-core": "^5.0.1", | ||
"karma": "^6.4.2", | ||
@@ -60,3 +60,3 @@ "karma-chrome-launcher": "^3.2.0", | ||
"prompt": "^1.3.0", | ||
"rollup": "^3.24.0", | ||
"rollup": "^3.25.1", | ||
"rollup-plugin-minify-html-literals": "^1.2.6", | ||
@@ -97,3 +97,3 @@ "rollup-plugin-terser": "^7.0.2", | ||
"marked": "^4.3.0", | ||
"puppeteer": "^20.5.0", | ||
"puppeteer": "^20.7.3", | ||
"sade": "^1.8.1", | ||
@@ -100,0 +100,0 @@ "serve-static": "^1.15.0" |
@@ -66,3 +66,8 @@ /** | ||
log("Launching browser"); | ||
const browser = await puppeteer.launch({ userDataDir, args, devtools }); | ||
const browser = await puppeteer.launch({ | ||
userDataDir, | ||
args, | ||
devtools, | ||
headless: "new", | ||
}); | ||
@@ -69,0 +74,0 @@ try { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5688584
8568
Updatedpuppeteer@^20.7.3