Skip to content

Commit

Permalink
fix: LEAP-913: LEAP-926: LEAP-1007: Fix security vulnerabilities (#5917)
Browse files Browse the repository at this point in the history
### PR fulfills these requirements
- [x] Commit message(s) and PR title follows the format
`[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made`
ex. `fix: DEV-XXXX: Removed inconsistent code usage causing intermittent
errors`
- [ ] Tests for the changes have been added/updated (for bug
fixes/features)
- [ ] Docs have been added/updated (for bug fixes/features)
- [x] Best efforts were made to ensure docs/code are concise and
coherent (checked for spelling/grammatical errors, commented out code,
debug logs etc.)
- [x] Self-reviewed and ran all changes on a local instance (for bug
fixes/features)



#### Change has impacts in these area(s)
_(check all that apply)_
- [ ] Product design
- [ ] Backend (Database)
- [ ] Backend (API)
- [x] Frontend


#### What does this fix?
We are updating some packages to fix some security vulnerabilities

---------

Co-authored-by: robot-ci-heartex <robot-ci-heartex@users.noreply.github.com>
  • Loading branch information
juliosgarbi and robot-ci-heartex committed May 24, 2024
1 parent 81694d7 commit 4d1395c
Show file tree
Hide file tree
Showing 9 changed files with 287 additions and 331 deletions.
2 changes: 1 addition & 1 deletion web/dist/apps/labelstudio/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions web/dist/apps/labelstudio/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "add semi-colon",
"commit": "faee15192b762b4497e6e591faad5f8e528380f2",
"date": "2024-05-22T20:25:52.000Z",
"branch": "fb-leap-854"
"message": "reordering resolutions",
"commit": "f471a7ea61f3e0c75d3058015efe6b4e216011e3",
"date": "2024-05-24T14:29:55.000Z",
"branch": "fb-leap-913"
}
2 changes: 1 addition & 1 deletion web/dist/libs/datamanager/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions web/dist/libs/datamanager/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "add semi-colon",
"commit": "faee15192b762b4497e6e591faad5f8e528380f2",
"date": "2024-05-22T20:25:52.000Z",
"branch": "fb-leap-854"
"message": "reordering resolutions",
"commit": "f471a7ea61f3e0c75d3058015efe6b4e216011e3",
"date": "2024-05-24T14:29:55.000Z",
"branch": "fb-leap-913"
}
2 changes: 1 addition & 1 deletion web/dist/libs/editor/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/dist/libs/editor/main.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions web/dist/libs/editor/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "add semi-colon",
"commit": "faee15192b762b4497e6e591faad5f8e528380f2",
"date": "2024-05-22T20:25:52.000Z",
"branch": "fb-leap-854"
"message": "reordering resolutions",
"commit": "f471a7ea61f3e0c75d3058015efe6b4e216011e3",
"date": "2024-05-24T14:29:55.000Z",
"branch": "fb-leap-913"
}
20 changes: 10 additions & 10 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
"loader-utils": "^3.2.1",
"mini-css-extract-plugin": "^2.7.6",
"nx": "17.0.3",
"nx-cloud": "16.5.2",
"pixelmatch": "^5.3.0",
"postcss": "^8.4.6",
"postcss-loader": "^7.3.3",
Expand All @@ -194,26 +193,27 @@
"tslib": "^2.3.0",
"typescript": "4.8.3",
"url-loader": "^4.1.1",
"vite": "^5.0.12",
"vite": "^5.0.13",
"vite-plugin-svgr": "^4.2.0",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.9.0",
"yargs": "^17.7.1"
},
"resolutions": {
"jpeg-js": "0.4.4",
"@babel/traverse": "^7.24.1",
"@cypress/request": "3.0.0",
"axios": "1.6.0",
"d3-color": "3.1.0",
"merge": "2.1.1",
"debug": "4.3.1",
"diff": "3.5.0",
"express": ">=4.19.2",
"follow-redirects": "^1.15.6",
"xml2js": "0.5.0",
"axios": "1.6.0",
"@cypress/request": "3.0.0",
"debug": "4.3.1",
"ip": ">=2.0.1",
"jpeg-js": "0.4.4",
"merge": "2.1.1",
"webpack-dev-middleware": ">=5.3.4",
"@babel/traverse": "^7.24.1",
"ip": ">=2.0.1"
"xml2js": "0.5.0"
},
"babel": {
"presets": [
Expand Down
566 changes: 261 additions & 305 deletions web/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4d1395c

Please sign in to comment.