Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 5, 2023
1 parent c1d04ea commit 7d2d1e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2

token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"@keyvhq/core": "~2.1.0",
"@keyvhq/multi": "~2.1.0",
"@keyvhq/redis": "~2.1.0",
"@microlink/mql": "~0.11.2",
"@microlink/ping-url": "~1.4.9",
"@microlink/mql": "~0.11.4",
"@microlink/ping-url": "~1.4.10",
"async-ratelimiter": "~1.3.11",
"browserless": "~10.1.13",
"cacheable-lookup": "~6.1.0",
"cacheable-response": "~2.8.7",
"cacheable-response": "~2.8.9",
"cheerio": "~1.0.0-rc.12",
"cors": "~2.8.5",
"data-uri-regex": "~0.1.4",
Expand All @@ -115,15 +115,15 @@
"p-cancelable": "2.1.1",
"p-reflect": "~2.1.0",
"p-timeout": "~4.1.0",
"puppeteer": "~21.3.4",
"puppeteer": "~21.3.7",
"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.7",
"top-user-agents": "~1.0.61",
"top-crawler-agents": "~1.0.10",
"top-user-agents": "~1.0.62",
"unique-random-array": "~2.0.0",
"url-regex": "~5.0.0"
},
Expand Down Expand Up @@ -200,7 +200,7 @@
]
},
"nano-staged": {
"*.js,!*.min.js": [
"*.js": [
"prettier-standard",
"standard --fix"
],
Expand Down
2 changes: 1 addition & 1 deletion src/util/browserless.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const path = require('path')
const { TMP_FOLDER } = require('../constant')

const getArgs = () => {
const PUPPETEER_DIR = path.join(TMP_FOLDER, `puppeteer-${Date.now()}`)
const PUPPETEER_DIR = path.join(TMP_FOLDER, 'puppeteer')
const DATA_DIR = path.join(PUPPETEER_DIR, 'profile')
const CACHE_DIR = path.join(PUPPETEER_DIR, 'cache')

Expand Down

0 comments on commit 7d2d1e1

Please sign in to comment.