Merge pull request #1469 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-22.8.1

📌 Bump puppeteer from 22.8.0 to 22.8.1
This commit is contained in:
Nuno Coração 2024-05-18 14:55:31 +01:00 committed by GitHub
commit b3b86ec876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 18 deletions

View file

@ -1233,19 +1233,19 @@ select {
margin-bottom:0.75em
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top:1.25em
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom:1.25em
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top:1.25em
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom:1.25em
}

26
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "hugo-blowfish-theme",
"version": "2.67.0",
"version": "2.68.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugo-blowfish-theme",
"version": "2.67.0",
"version": "2.68.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -28,7 +28,7 @@
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"puppeteer": "^22.8.0",
"puppeteer": "^22.8.1",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.3",
"tw-elements": "2.0.0",
@ -505,9 +505,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.12.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.10.tgz",
"integrity": "sha512-Eem5pH9pmWBHoGAT8Dr5fdc5rYA+4NAovdM4EktRPVAAiJhmWWfQrA0cFhAbOsQdSfIHjAud6YdkbL69+zSKjw==",
"version": "20.12.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
"integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
"dev": true,
"optional": true,
"dependencies": {
@ -3469,16 +3469,16 @@
}
},
"node_modules/puppeteer": {
"version": "22.8.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.8.0.tgz",
"integrity": "sha512-Z616wyTr0d7KpxmfcBG22rAkzuo/xzHJ3ycpu4KiJ3dZNHn/C1CpqcCwPlpiIIsmPojTAfWjo6EMR7M+AaC0Ww==",
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.8.1.tgz",
"integrity": "sha512-CFgPSKV+iydjO/8/hJVj251Hqp2PLcIa70j6H7sYqkwM8YJ+D3CA74Ufuj+yKtvDIntQPB/nLw4EHrHPcHOPjw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@puppeteer/browsers": "2.2.3",
"cosmiconfig": "9.0.0",
"devtools-protocol": "0.0.1273771",
"puppeteer-core": "22.8.0"
"puppeteer-core": "22.8.1"
},
"bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js"
@ -3488,9 +3488,9 @@
}
},
"node_modules/puppeteer-core": {
"version": "22.8.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.8.0.tgz",
"integrity": "sha512-S5bWx3g/fNuyFxjZX9TkZMN07CEH47+9Zm6IiTl1QfqI9pnVaShbwrD9kRe5vmz/XPp/jLGhhxRUj1sY4wObnA==",
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.8.1.tgz",
"integrity": "sha512-m1F6ZSTw1xrJ6xD4B+HonkSNVQmMrRMaqca/ivRcZYJ6jqzOnfEh3QgO9HpNPj6heiAZ2+4IPAU3jdZaTIDnSA==",
"dev": true,
"dependencies": {
"@puppeteer/browsers": "2.2.3",

View file

@ -45,7 +45,7 @@
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"puppeteer": "^22.8.0",
"puppeteer": "^22.8.1",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.3",
"tw-elements": "2.0.0",