Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 104f74b commit 68a0438
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
github.ref: ${{ github.ref }}
EOF
- name: setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
with:
python-version: '3.12'
- run: pip install s3cmd==2.4.0
Expand Down
168 changes: 110 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-twitter-embed": "3.0.3",
"react-use": "17.6.0",
"scratch-parser": "6.0.0",
"scratch-storage": "^4.0.1"
"scratch-storage": "4.0.39"
},
"devDependencies": {
"@babel/cli": "7.26.4",
Expand All @@ -74,7 +74,7 @@
"@formatjs/intl-numberformat": "8.15.2",
"@formatjs/intl-pluralrules": "5.4.2",
"@formatjs/intl-relativetimeformat": "11.4.9",
"@scratch/scratch-gui": "^11.0.0-beta.2",
"@scratch/scratch-gui": "11.0.0-beta.2",
"@types/jest": "29.5.14",
"async": "3.2.6",
"autoprefixer": "10.4.20",
Expand Down

0 comments on commit 68a0438

Please sign in to comment.