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:
  - classnames from 2.3.1 to 2.5.1.
    See this package in npm: https://www.npmjs.com/package/classnames
  - cosmicjs from 4.1.7 to 4.3.7.
    See this package in npm: https://www.npmjs.com/package/cosmicjs
  - date-fns from 2.28.0 to 2.30.0.
    See this package in npm: https://www.npmjs.com/package/date-fns
  - remark from 14.0.2 to 14.0.3.
    See this package in npm: https://www.npmjs.com/package/remark
  - remark-html from 15.0.1 to 15.0.2.
    See this package in npm: https://www.npmjs.com/package/remark-html

See this project in Snyk:
https://app.snyk.io/org/nexuscompute/project/40b93de3-7953-49b2-8762-a44d131d404f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 8d979b6 commit 37c584d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/cms-cosmic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"start": "next start"
},
"dependencies": {
"classnames": "2.3.1",
"cosmicjs": "4.1.7",
"date-fns": "2.28.0",
"classnames": "2.5.1",
"cosmicjs": "4.3.7",
"date-fns": "2.30.0",
"lazysizes": "^5.3.2",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-imgix": "^9.5.1",
"remark": "14.0.2",
"remark-html": "15.0.1"
"remark": "14.0.3",
"remark-html": "15.0.2"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down

0 comments on commit 37c584d

Please sign in to comment.