Skip to content

Commit

Permalink
Chore/update packages (#1042)
Browse files Browse the repository at this point in the history
* fix: upgrade multiple dependencies with Snyk

Snyk has created this PR to upgrade:
  - react from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - react-is from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-is

See this project in Snyk:
https://app.snyk.io/org/project-portal-agk/project/0afe33f2-c00e-49eb-a234-0ac2601fb82b?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @types/react-dom from 18.2.21 to 18.3.0

Snyk has created this PR to upgrade @types/react-dom from 18.2.21 to 18.3.0.

See this package in npm:
@types/react-dom

See this project in Snyk:
https://app.snyk.io/org/project-portal-agk/project/0afe33f2-c00e-49eb-a234-0ac2601fb82b?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @types/react from 18.2.22 to 18.3.2

Snyk has created this PR to upgrade @types/react from 18.2.22 to 18.3.2.

See this package in npm:
@types/react

See this project in Snyk:
https://app.snyk.io/org/project-portal-agk/project/0afe33f2-c00e-49eb-a234-0ac2601fb82b?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @swc/core from 1.5.0 to 1.5.6

Snyk has created this PR to upgrade @swc/core from 1.5.0 to 1.5.6.

See this package in npm:
@swc/core

See this project in Snyk:
https://app.snyk.io/org/project-portal-agk/project/0afe33f2-c00e-49eb-a234-0ac2601fb82b?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade @types/node from 20.12.7 to 20.12.12

Snyk has created this PR to upgrade @types/node from 20.12.7 to 20.12.12.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/project-portal-agk/project/0afe33f2-c00e-49eb-a234-0ac2601fb82b?utm_source=github&utm_medium=referral&page=upgrade-pr

* chore(security): Update package lock file

* chore(security): 🔒 Update package lockfile

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
EdwardBrunton and snyk-bot committed Jun 10, 2024
1 parent 6f5ec95 commit b2a527d
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 365 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"titleBar.activeBackground": "#1D4902",
"titleBar.activeForeground": "#EEFEE4"
},
"conventionalCommits.scopes": ["handover", "loop", "work order", "sidesheet", "punch"]
"conventionalCommits.scopes": [
"handover",
"loop",
"work order",
"sidesheet",
"punch",
"security"
]
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@nrwl/devkit": "18.3.4",
"@nrwl/js": "^18.3.4",
"@swc-node/register": "1.9.0",
"@swc/core": "1.5.0",
"@swc/core": "1.5.6",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
"@testing-library/react-hooks": "^8.0.1",
"@types/html-escaper": "^3.0.2",
"@types/luxon": "^3.4.2",
"@types/node": "20.12.7",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.21",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.2.1",
"cross-env": "^7.0.3",
"eslint-plugin-import": "2.29.1",
Expand Down Expand Up @@ -80,10 +80,10 @@
"core-js": "^3.37.0",
"luxon": "^3.4.4",
"odata-query": "^7.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.13",
"react-is": "18.2.0",
"react-is": "18.3.1",
"rxjs": "^7.8.1",
"styled-components": "6.1.8",
"stylis": "^4.0.0"
Expand Down
Loading

0 comments on commit b2a527d

Please sign in to comment.