Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @rails/actioncable from 7.1.3 to 7.2.0.
    See this package in npm: https://www.npmjs.com/package/@rails/actioncable
  - @rails/activestorage from 7.1.3 to 7.2.0.
    See this package in npm: https://www.npmjs.com/package/@rails/activestorage
  - jquery-ui from 1.13.3 to 1.14.0.
    See this package in npm: https://www.npmjs.com/package/jquery-ui
  - react-spring from 9.7.3 to 9.7.4.
    See this package in npm: https://www.npmjs.com/package/react-spring

See this project in Snyk:
https://app.snyk.io/org/inexizi/project/5f602834-457a-43ed-bc2c-7e169b74f39d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 3859098 commit bcdb527
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@babel/preset-react": "^7.24.6",
"@rails/actioncable": "^7.1.3",
"@rails/activestorage": "^7.1.3",
"@rails/actioncable": "^7.2.0",
"@rails/activestorage": "^7.2.0",
"@rails/ujs": "^7.1.3",
"@rails/webpacker": "5.4.4",
"ansi-regex": "4.1.1",
Expand All @@ -24,14 +24,14 @@
"crypto-js": "^4.2.0",
"glob-parent": "6.0.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"jquery-ui": "^1.14.0",
"json5": "^2.2.3",
"nth-check": "2.1.1",
"query-string": "^7.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-spring": "^9.7.3",
"react-spring": "^9.7.4",
"stimulus": "^3.2.2",
"styled-components": "^5.3.11",
"tmi.js": "^1.8.5",
Expand Down

0 comments on commit bcdb527

Please sign in to comment.