Skip to content

Commit

Permalink
Merge branch 'main' into eslint-flat-config
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 authored Apr 24, 2024
2 parents 32c896c + 5e180db commit 5b5ff6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"license-checker": "^25.0.1",
"madge": "^6.1.0",
"prettier": "^3.2.5",
"puppeteer": "^22.6.5",
"puppeteer": "^22.7.0",
"semver": "^7.6.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3903,10 +3903,10 @@ detective-typescript@^9.0.0:
node-source-walk "^5.0.0"
typescript "^4.5.5"

[email protected].1262051:
version "0.0.1262051"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1262051.tgz#670b1f8459b2a136e05bd9a8d54ec0212d543a38"
integrity sha512-YJe4CT5SA8on3Spa+UDtNhEqtuV6Epwz3OZ4HQVLhlRccpZ9/PAYk0/cy/oKxFKRrZPBUPyxympQci4yWNWZ9g==
[email protected].1273771:
version "0.0.1273771"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1273771.tgz#46aeb5db41417e2c2ad3d8367c598c975290b1a5"
integrity sha512-QDbb27xcTVReQQW/GHJsdQqGKwYBE7re7gxehj467kKP2DKuYBUj6i2k5LRiAC66J1yZG/9gsxooz/s9pcm0Og==

dezalgo@^1.0.0:
version "1.0.4"
Expand Down Expand Up @@ -8272,26 +8272,26 @@ [email protected], punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==

puppeteer-core@22.6.5:
version "22.6.5"
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.6.5.tgz#320eb6ab51e479c6a04cbb831b414e1cd51a7220"
integrity sha512-s0/5XkAWe0/dWISiljdrybjwDCHhgN31Nu/wznOZPKeikgcJtZtbvPKBz0t802XWqfSQnQDt3L6xiAE5JLlfuw==
puppeteer-core@22.7.0:
version "22.7.0"
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.7.0.tgz#a65edb63da7c30844ba8e8556f31e1e59825bdeb"
integrity sha512-9Q+L3VD7cfhXnxv6AqwTHsVb/+/uXENByhPrgvwQ49wvzQwtf1d6b7v6gpoG3tpRdwYjxoV1eHTD8tFahww09g==
dependencies:
"@puppeteer/browsers" "2.2.2"
chromium-bidi "0.5.17"
debug "4.3.4"
devtools-protocol "0.0.1262051"
devtools-protocol "0.0.1273771"
ws "8.16.0"

puppeteer@^22.6.5:
version "22.6.5"
resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-22.6.5.tgz#f72246fef1d0e0451f6f79b48087905251fd474b"
integrity sha512-YuoRKGj3MxHhUwrey7vmNvU4odGdUdNsj1ee8pfcqQlLWIXfMOXZCAXh8xdzpZESHH3tCGWp2xmPZE8E6iUEWg==
puppeteer@^22.7.0:
version "22.7.0"
resolved "https://registry.npmjs.org/puppeteer/-/puppeteer-22.7.0.tgz#7bf8d242c8c8ff41d75e2f89a06abb9ac5c99386"
integrity sha512-s1ulKFZKW3lwWCtNu0VrRLfRaanFHxIv7F8UFYpLo8dPTZcI4wB4EAOD0sKT3SKP+1Rsjodb9WFsK78yKQ6i9Q==
dependencies:
"@puppeteer/browsers" "2.2.2"
cosmiconfig "9.0.0"
devtools-protocol "0.0.1262051"
puppeteer-core "22.6.5"
devtools-protocol "0.0.1273771"
puppeteer-core "22.7.0"

pure-rand@^6.0.0:
version "6.0.0"
Expand Down

0 comments on commit 5b5ff6b

Please sign in to comment.