Skip to content

Commit ffd5c25

Browse files
Update dependency gatsby-plugin-offline to v6.13.3
1 parent 2d893df commit ffd5c25

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gatsby": "5.13.7",
2020
"gatsby-plugin-google-gtag": "5.13.1",
2121
"gatsby-plugin-manifest": "5.13.1",
22-
"gatsby-plugin-offline": "6.13.2",
22+
"gatsby-plugin-offline": "6.13.3",
2323
"gatsby-plugin-sitemap": "6.13.1",
2424
"react": "18.3.1",
2525
"react-dom": "18.3.1"

yarn.lock

+18-5
Original file line numberDiff line numberDiff line change
@@ -4669,6 +4669,19 @@ cheerio-select@^2.1.0:
46694669
domhandler "^5.0.3"
46704670
domutils "^3.0.1"
46714671

4672+
4673+
version "1.0.0-rc.12"
4674+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
4675+
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
4676+
dependencies:
4677+
cheerio-select "^2.1.0"
4678+
dom-serializer "^2.0.0"
4679+
domhandler "^5.0.3"
4680+
domutils "^3.0.1"
4681+
htmlparser2 "^8.0.1"
4682+
parse5 "^7.0.0"
4683+
parse5-htmlparser2-tree-adapter "^7.0.0"
4684+
46724685
cheerio@^1.0.0-rc.10:
46734686
version "1.0.0-rc.11"
46744687
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.11.tgz#1be84be1a126958366bcc57a11648cd9b30a60c2"
@@ -7052,13 +7065,13 @@ gatsby-plugin-mdx@^5.13.1:
70527065
unist-util-visit "^4.1.2"
70537066
vfile "^5.3.7"
70547067

7055-
7056-
version "6.13.2"
7057-
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-6.13.2.tgz#0d43ad476437f9b55b0548cb60b701e4b0c1a579"
7058-
integrity sha512-wPi9MgNQVWlYn/HZrM3rWcTym7ld98+DMdZYO9hdGafBl4cfivdFBGsFbl9NIgvYDNq8an2z0xx90wxfeGKCyQ==
7068+
7069+
version "6.13.3"
7070+
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-6.13.3.tgz#4f1d1f89299494cce4c71f9c6f71a6b31024ec17"
7071+
integrity sha512-muFxKkEtXEfa8UaoLurfR9EgvqNhmuvhB4Ri1LIzFiyjlfSmwyVZRJjkN0M0q5zjZy/u+PBzazX0k5CatLFI7A==
70597072
dependencies:
70607073
"@babel/runtime" "^7.20.13"
7061-
cheerio "^1.0.0-rc.10"
7074+
cheerio "1.0.0-rc.12"
70627075
gatsby-core-utils "^4.13.1"
70637076
glob "^7.2.3"
70647077
idb-keyval "^3.2.0"

0 commit comments

Comments
 (0)