Skip to content

Commit

Permalink
Update dependency gatsby-plugin-offline to v6.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 2d893df commit ffd5c25
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"gatsby": "5.13.7",
"gatsby-plugin-google-gtag": "5.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-offline": "6.13.2",
"gatsby-plugin-offline": "6.13.3",
"gatsby-plugin-sitemap": "6.13.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
23 changes: 18 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4669,6 +4669,19 @@ cheerio-select@^2.1.0:
domhandler "^5.0.3"
domutils "^3.0.1"

[email protected]:
version "1.0.0-rc.12"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
dependencies:
cheerio-select "^2.1.0"
dom-serializer "^2.0.0"
domhandler "^5.0.3"
domutils "^3.0.1"
htmlparser2 "^8.0.1"
parse5 "^7.0.0"
parse5-htmlparser2-tree-adapter "^7.0.0"

cheerio@^1.0.0-rc.10:
version "1.0.0-rc.11"
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.11.tgz#1be84be1a126958366bcc57a11648cd9b30a60c2"
Expand Down Expand Up @@ -7052,13 +7065,13 @@ gatsby-plugin-mdx@^5.13.1:
unist-util-visit "^4.1.2"
vfile "^5.3.7"

[email protected].2:
version "6.13.2"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-6.13.2.tgz#0d43ad476437f9b55b0548cb60b701e4b0c1a579"
integrity sha512-wPi9MgNQVWlYn/HZrM3rWcTym7ld98+DMdZYO9hdGafBl4cfivdFBGsFbl9NIgvYDNq8an2z0xx90wxfeGKCyQ==
[email protected].3:
version "6.13.3"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-6.13.3.tgz#4f1d1f89299494cce4c71f9c6f71a6b31024ec17"
integrity sha512-muFxKkEtXEfa8UaoLurfR9EgvqNhmuvhB4Ri1LIzFiyjlfSmwyVZRJjkN0M0q5zjZy/u+PBzazX0k5CatLFI7A==
dependencies:
"@babel/runtime" "^7.20.13"
cheerio "^1.0.0-rc.10"
cheerio "1.0.0-rc.12"
gatsby-core-utils "^4.13.1"
glob "^7.2.3"
idb-keyval "^3.2.0"
Expand Down

0 comments on commit ffd5c25

Please sign in to comment.