Skip to content

Commit

Permalink
Merge pull request #44 from Woodpile37/snyk-fix-5c0f4a8b1932c6e71460d…
Browse files Browse the repository at this point in the history
…9bff9982c71

[Snyk] Security upgrade electron from 13.6.9 to 21.4.4
  • Loading branch information
Woodpile37 authored Oct 7, 2023
2 parents 3ccd966 + e224fbe commit cd9831a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
16 changes: 8 additions & 8 deletions examples/blog-with-comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"@tailwindcss/typography": "^0.5.7",
"date-fns": "^2.29.3",
"gray-matter": "4.0.3",
"ioredis": "^5.2.4",
"nanoid": "^4.0.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"swr": "^2.0.0"
"ioredis": "^4.27.1",
"nanoid": "^3.1.22",
"next": "^10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remark": "13.0.0",
"remark-html": "13.0.2",
"swr": "^0.5.5"
},
"devDependencies": {
"@types/node": "^18.11.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-electron-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/node": "^14.14.6",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.9",
"electron": "^23.2.3",
"electron-builder": "^24.6.1",
"electron": "^21.4.4",
"electron-builder": "^23.0.3",
"next": "latest",
"rimraf": "^3.0.0",
"typescript": "^4.0.5"
Expand Down
8 changes: 0 additions & 8 deletions examples/with-emotion-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@
"start": "next start"
},
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion examples/with-reason-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"babel-plugin-relay": "^9.0.0",
"graphql-cli": "^4.0.0",
"relay-compiler": "13.0.0"
"relay-compiler": "9.0.0"
},
"resolutions": {
"graphql": "15.0.0",
Expand Down

0 comments on commit cd9831a

Please sign in to comment.