Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit a004bb9

Browse files
authored
Merge pull request #30 from StaticJsCMS/renovate/staticcms-app-2.x
fix(deps): update dependency @staticcms/app to v2.4.3
2 parents 866409f + 5a11eda commit a004bb9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@fontsource/merriweather": "4.5.14",
2424
"@fontsource/montserrat": "4.5.14",
25-
"@staticcms/app": "2.4.0",
25+
"@staticcms/app": "2.4.3",
2626
"gatsby": "5.7.0",
2727
"gatsby-plugin-feed": "5.7.0",
2828
"gatsby-plugin-image": "3.7.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3291,25 +3291,25 @@
32913291
string-width "^4.2.3"
32923292
strip-ansi "^6.0.1"
32933293

3294-
"@staticcms/app@2.4.0":
3295-
version "2.4.0"
3296-
resolved "https://registry.yarnpkg.com/@staticcms/app/-/app-2.4.0.tgz#a678086f379c70881a1ddcaeeab4a2bf877a6c35"
3297-
integrity sha512-zTcNIecP/tSEPaBBBkRM24k++J3V950m6bbJbK0PT08Qqi9QbotOJbYlSb1g2eUmEsY2J+VTKZ96wQAyBmV8OQ==
3294+
"@staticcms/app@2.4.3":
3295+
version "2.4.3"
3296+
resolved "https://registry.yarnpkg.com/@staticcms/app/-/app-2.4.3.tgz#44925a90ffed051462938b12deb3d3d7c80d8ba1"
3297+
integrity sha512-XXvgCRxgdEmXBlEhCA6WGt0IhD79wnyyJXx31/8lAsCaKuQmTtlRT/ml7q9T0GpwIbmTmEnYV1i3vthe6YJvqA==
32983298
dependencies:
32993299
"@babel/eslint-parser" "7.21.3"
33003300
"@babel/runtime" "7.21.0"
33013301
"@emotion/babel-preset-css-prop" "11.10.0"
3302-
"@staticcms/core" "^2.4.0"
3302+
"@staticcms/core" "^2.4.3"
33033303
buffer "6.0.3"
33043304
react "18.2.0"
33053305
react-dom "18.2.0"
33063306
stream-browserify "3.0.0"
33073307
ts-loader "9.4.2"
33083308

3309-
"@staticcms/core@^2.4.0":
3310-
version "2.4.0"
3311-
resolved "https://registry.yarnpkg.com/@staticcms/core/-/core-2.4.0.tgz#e3aacd474e778bb2ce3481a4d07fb929e62a87b9"
3312-
integrity sha512-03Yely6qONsIBybHEtH3t/GqcrP1fVTSF1KdtinDXB4Xq/E9t4XSExNbJ3olhJViNsf2/BsYH3iUVbLYHNodgA==
3309+
"@staticcms/core@^2.4.3":
3310+
version "2.4.3"
3311+
resolved "https://registry.yarnpkg.com/@staticcms/core/-/core-2.4.3.tgz#7b1cd66ea637d8afd63969715c43bbab743a7d38"
3312+
integrity sha512-ZHwWmru7aSPESv5kJFLJ1mWIh0rP4CJEtBalF+hjC5lUDxtOkKWPGO6IJJOvLRszCFzZVvw+i8GSyNxC2pc15w==
33133313
dependencies:
33143314
"@babel/eslint-parser" "7.21.3"
33153315
"@babel/runtime" "7.21.0"

0 commit comments

Comments
 (0)