Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 26, 2023
1 parent a18d216 commit 6c7b187
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@microlink/mql": "~0.11.2",
"@microlink/ping-url": "~1.4.9",
"async-ratelimiter": "~1.3.11",
"browserless": "~10.1.12",
"browserless": "~10.1.13",
"cacheable-lookup": "~6.1.0",
"cacheable-response": "~2.8.7",
"cheerio": "~1.0.0-rc.12",
Expand All @@ -100,8 +100,8 @@
"debug-logfmt": "~1.0.4",
"got": "~11.8.6",
"helmet": "~7.0.0",
"html-get": "~2.13.3",
"http-compression": "~1.0.11",
"html-get": "~2.13.4",
"http-compression": "~1.0.15",
"https-tls": "~1.0.15",
"ioredis": "~5.3.2",
"is-absolute-url": "~3.0.3",
Expand All @@ -115,14 +115,14 @@
"p-cancelable": "2.1.1",
"p-reflect": "~2.1.0",
"p-timeout": "~4.1.0",
"puppeteer": "~21.3.1",
"puppeteer": "~21.3.4",
"qsm": "~2.1.2",
"router-http": "~1.0.3",
"send-http": "~1.0.5",
"serve-static": "~1.15.0",
"srcset": "~4.0.0",
"tangerine": "~1.5.4",
"top-crawler-agents": "~1.0.6",
"top-crawler-agents": "~1.0.7",
"top-user-agents": "~1.0.61",
"unique-random-array": "~2.0.0",
"url-regex": "~5.0.0"
Expand Down Expand Up @@ -172,7 +172,7 @@
"dev:docs:server": "browser-sync start public --server public --files \"index.html, README.md, public/**/*.(css|js)\"",
"dev:docs:src": "gulp",
"lint": "standard-markdown && standard",
"postinstall": "node node_modules/puppeteer/install.js",
"postinstall": "node node_modules/puppeteer/install.mjs",
"postrelease": "npm run release:tags && npm run release:github",
"prerelease": "npm run update:check",
"pretest": "npm run lint",
Expand Down

0 comments on commit 6c7b187

Please sign in to comment.