Skip to content

Commit

Permalink
fix: fix security issues
Browse files Browse the repository at this point in the history
fix #407
  • Loading branch information
roldanjr committed Sep 26, 2023
1 parent 53846bf commit 788bcae
Show file tree
Hide file tree
Showing 8 changed files with 8,919 additions and 7,594 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
10 changes: 5 additions & 5 deletions app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
"dependencies": {
"@pomatez/shareables": "^1.0.0",
"electron-log": "^4.2.4",
"electron-store": "^6.0.0",
"electron-store": "^6.0.1",
"electron-is-dev": "^2.0.0",
"electron-updater": "^4.3.4",
"electron-updater": "^4.6.5",
"lodash.debounce": "^4.0.8",
"node-notifier": "^8.0.0",
"node-notifier": "^8.0.2",
"universal-analytics": "^0.4.23",
"uuid": "7.0.3",
"v8-compile-cache": "^2.1.1"
Expand All @@ -106,8 +106,8 @@
"babel-jest": "^26.6.3",
"electron": "18.1.0",
"electron-builder": "23.6.0",
"regenerator-runtime": "^0.13.7",
"regenerator-runtime": "^0.13.11",
"electron-reload": "2.0.0-alpha.1",
"ts-jest": "^26.5.1"
"ts-jest": "^26.5.6"
}
}
25 changes: 14 additions & 11 deletions app/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,33 @@
"dependencies": {
"@pomatez/shareables": "^1.0.0",
"@types/autosize": "^3.0.7",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.63",
"@types/react": "^16.9.46",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.8",
"@types/react-dom": "^16.9.19",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"autosize": "^4.0.2",
"autosize": "^4.0.4",
"is-electron": "^2.2.0",
"react": "^16.13.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.1.4",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-dom": "^16.14.0",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-undo": "^1.0.1",
"styled-components": "^5.1.1",
"styled-components": "^5.3.11",
"use-stay-awake": "^0.1.5"
},
"devDependencies": {
"react-scripts": "5.0.1",
"say": "^0.16.0"
},
"browserslist": {
Expand Down
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["app/*"]
"npmClient": "yarn"
}
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
],
"scripts": {
"commit": "git-cz",
"sync": "lerna bootstrap",
"dev:renderer": "lerna run dev:renderer --stream",
"dev:main": "lerna run dev:main --stream",
"dev:app": "cross-env ELECTRON_ENABLE_LOGGING=1 lerna run start --parallel --stream",
Expand Down Expand Up @@ -42,19 +41,19 @@
]
},
"devDependencies": {
"copyfiles": "2.4.1",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^1.0.0",
"husky": "^4.2.5",
"lerna": "^3.22.1",
"copyfiles": "2.4.1",
"cross-env": "^7.0.3",
"lint-staged": "^10.2.13",
"prettier": "^2.0.5",
"cz-conventional-changelog": "^1.2.0",
"husky": "^4.3.8",
"lerna": "^7.3.0",
"lint-staged": "^10.5.4",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup": "^2.26.4",
"rollup-plugin-typescript2": "^0.27.2",
"typescript": "^4.9.4",
"wait-on": "^5.0.0"
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.27.3",
"typescript": "4.9.4",
"wait-on": "^5.3.0"
},
"resolutions": {
"//": "Check https://github.com/facebook/create-react-app/issues/11773 to see if it has been fixed yet",
Expand Down
36 changes: 18 additions & 18 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@
"deploy": "gh-pages -d public -r https://[email protected]/zidoro/pomatez.git"
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"framer-motion": "^8.5.2",
"gatsby": "^5.4.2",
"babel-plugin-styled-components": "^2.1.4",
"framer-motion": "^10.16.4",
"gatsby": "^5.12.4",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-gtag": "^5.4.0",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-manifest": "^5.4.0",
"gatsby-plugin-google-gtag": "^5.12.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-plugin-sitemap": "^6.4.0",
"gatsby-plugin-styled-components": "^6.4.0",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-transformer-remark": "^6.4.0",
"gatsby-transformer-sharp": "^5.4.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.1",
"react-intersection-observer": "^9.5.2",
"react-scroll": "^1.8.9",
"styled-components": "^5.3.6"
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/node": "^18.18.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-scroll": "^1.8.6",
"@types/styled-components": "^5.1.26",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
"prettier": "^2.8.8",
"typescript": "4.9.4"
}
}
Loading

0 comments on commit 788bcae

Please sign in to comment.