Skip to content

Commit 54416a6

Browse files
ss-osnyk-bot
andauthored
[Snyk] Upgrade react-spinners from 0.16.1 to 0.17.0 (#678)
* fix: upgrade react-spinners from 0.16.1 to 0.17.0 Snyk has created this PR to upgrade react-spinners from 0.16.1 to 0.17.0. See this package in npm: react-spinners See this project in Snyk: https://app.snyk.io/org/ss-o/project/a9b4d1a6-eba8-4db1-bbaa-2c9ca397e92c?utm_source=github&utm_medium=referral&page=upgrade-pr * Update ci-perf.yml Signed-off-by: Sall <[email protected]> * modified: pnpm-lock.yaml --------- Signed-off-by: Sall <[email protected]> Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Salvydas Lukosius <[email protected]>
1 parent bfa77e0 commit 54416a6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: "pnpm"
6060
- uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # v2
6161
with:
62-
install-script: "pnpm i --prod --shamefully-hoist --fix-lockfile"
62+
install-script: "pnpm install --no-frozen-lockfile --prod --shamefully-hoist --fix-lockfile"
6363
build-script: "build:en"
6464
pattern: "{build/assets/js/*.js,build/assets/css/*.css,build/**/*.html,.docusaurus/globalData.json,build/blog/**/swiss-army-knife-for-zsh/*}"
6565
exclude: "{./build/manifest.json,./build/**/*.xml,**/*.map,**/node_modules/**,build/assets/**/*.ttf}"
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
node-version: "lts/*"
8585
cache: "pnpm"
86-
- run: pnpm i --prod --shamefully-hoist
86+
- run: pnpm install --no-frozen-lockfile --prod --shamefully-hoist
8787
# Ensure build with a cold cache does not increase too much
8888
- name: "Build (cold cache)"
8989
run: pnpm build:en

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prism-react-renderer": "2.4.1",
4949
"react": "^19.0.0",
5050
"react-dom": "^19.0.0",
51-
"react-spinners": "0.16.1"
51+
"react-spinners": "0.17.0"
5252
},
5353
"devDependencies": {
5454
"@crowdin/cli": "4.7.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)