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
  - date-fns from 2.28.0 to 2.30.0.
    See this package in npm: https://www.npmjs.com/package/date-fns
  - react-datocms from 1.6.3 to 1.6.9.
    See this package in npm: https://www.npmjs.com/package/react-datocms
  - 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/sammytezzy/project/50b4913f-775c-412b-b51e-ab09a34f1aa9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent 778cef6 commit 83c62d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/cms-datocms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"start": "next start"
},
"dependencies": {
"classnames": "2.3.1",
"date-fns": "2.28.0",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"next": "latest",
"react": "^18.2.0",
"react-datocms": "1.6.3",
"react-datocms": "1.6.9",
"react-dom": "^18.2.0",
"remark": "14.0.2",
"remark-html": "15.0.1"
"remark": "14.0.3",
"remark-html": "15.0.2"
},
"devDependencies": {
"autoprefixer": "10.4.2",
Expand Down

0 comments on commit 83c62d3

Please sign in to comment.