Skip to content

Commit a7dc2de

Browse files
committed
fix: ui/package.json & ui/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-3244450
1 parent ce22049 commit a7dc2de

File tree

2 files changed

+53
-52
lines changed

2 files changed

+53
-52
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@atlaskit/avatar": "^21.4.2",
88
"@atlaskit/button": "^16.2.2",
99
"@atlaskit/checkbox": "^12.3.12",
10-
"@atlaskit/css-reset": "^6.3.8",
10+
"@atlaskit/css-reset": "^6.9.1",
1111
"@atlaskit/dynamic-table": "^14.5.4",
1212
"@atlaskit/empty-state": "^7.3.10",
1313
"@atlaskit/form": "^8.5.4",

ui/yarn.lock

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,14 @@
212212
dependencies:
213213
"@babel/runtime" "^7.0.0"
214214

215-
"@atlaskit/css-reset@^6.3.8":
216-
version "6.3.8"
217-
resolved "https://registry.yarnpkg.com/@atlaskit/css-reset/-/css-reset-6.3.8.tgz#20d71f361834e6ebf972e12bdb502430feb5b30c"
218-
integrity sha512-e1IwRsDMiD/OW2SbELwQUR9FyJfMYDJtbO9ihyG2iTHGkMRiLMD+2wMDnMViRH7Gx6Xv7v276EXKr+7J3Oeqpg==
215+
"@atlaskit/css-reset@^6.9.1":
216+
version "6.10.1"
217+
resolved "https://registry.yarnpkg.com/@atlaskit/css-reset/-/css-reset-6.10.1.tgz#7c118370e4f9716cf1dd896e91c5e1068e757217"
218+
integrity sha512-0fJL7ZLZpbJ4ZYH6ncy8tLueZLCz97Yt6xBMUD+t2ux9Kw8PeguBoX8APdkgto7joPtZKGLuXhjFAmjF2Pt+vg==
219219
dependencies:
220-
"@atlaskit/theme" "^12.1.0"
221-
"@atlaskit/tokens" "^0.7.0"
220+
"@atlaskit/theme" "^13.0.0"
221+
"@atlaskit/tokens" "^1.58.0"
222222
"@babel/runtime" "^7.0.0"
223-
fbjs "^3.0.0"
224223

225224
"@atlaskit/css@^0.1.0":
226225
version "0.1.0"
@@ -254,6 +253,16 @@
254253
"@babel/runtime" "^7.0.0"
255254
bind-event-listener "^2.1.1"
256255

256+
"@atlaskit/ds-lib@^2.4.0", "@atlaskit/ds-lib@^2.5.0":
257+
version "2.5.0"
258+
resolved "https://registry.yarnpkg.com/@atlaskit/ds-lib/-/ds-lib-2.5.0.tgz#c90404053e1f671231ede830fa203a70a414e1f7"
259+
integrity sha512-HtTyNW2oNcOBhi92Y+QQ4pL7pCU6mTuKVbIUk7cwbxSVUL3XnaUT2hzODhHdDuzumw+DYo0B9z0IB4tZuAc6Iw==
260+
dependencies:
261+
"@atlaskit/platform-feature-flags" "^0.3.0"
262+
"@babel/runtime" "^7.0.0"
263+
bind-event-listener "^3.0.0"
264+
react-uid "^2.2.0"
265+
257266
"@atlaskit/dynamic-table@^14.5.4":
258267
version "14.5.4"
259268
resolved "https://registry.yarnpkg.com/@atlaskit/dynamic-table/-/dynamic-table-14.5.4.tgz#da3ad63bc451253005cbd95bb6860e8cfa50b435"
@@ -516,6 +525,13 @@
516525
dependencies:
517526
"@babel/runtime" "^7.0.0"
518527

528+
"@atlaskit/platform-feature-flags@^0.3.0":
529+
version "0.3.0"
530+
resolved "https://registry.yarnpkg.com/@atlaskit/platform-feature-flags/-/platform-feature-flags-0.3.0.tgz#94dfa0a4ef0a140f6ab0a6de006464de925ecea7"
531+
integrity sha512-/0u5fFJ0Rw2j4M5wzsXgaHO6Ey12oekPCDTRvmmAIp4GO9T2Swbl80bavLAPSOmSHMhHTSuvRxiJveZXfQ21IQ==
532+
dependencies:
533+
"@babel/runtime" "^7.0.0"
534+
519535
"@atlaskit/popper@^5.0.0":
520536
version "5.2.5"
521537
resolved "https://registry.yarnpkg.com/@atlaskit/popper/-/popper-5.2.5.tgz#43e913ef6e70853ae52b25398c85c2b978848ba0"
@@ -720,6 +736,16 @@
720736
"@atlaskit/tokens" "^1.42.0"
721737
"@babel/runtime" "^7.0.0"
722738

739+
"@atlaskit/theme@^13.0.0":
740+
version "13.0.0"
741+
resolved "https://registry.yarnpkg.com/@atlaskit/theme/-/theme-13.0.0.tgz#d59899b2ed3a596a7aa6adffd718ab871c961c12"
742+
integrity sha512-tvyFtHrRDvEUvLM8B7f9O6vtqB5Aappev73jsU+Btp5oyDqIh/3SBeDWRR2n/AiROoWqhDBQoesUdNBi0+QB+A==
743+
dependencies:
744+
"@atlaskit/codemod-utils" "^4.2.0"
745+
"@atlaskit/ds-lib" "^2.4.0"
746+
"@atlaskit/tokens" "^1.58.0"
747+
"@babel/runtime" "^7.0.0"
748+
723749
"@atlaskit/tokens@^0.10.0":
724750
version "0.10.1"
725751
resolved "https://registry.yarnpkg.com/@atlaskit/tokens/-/tokens-0.10.1.tgz#8820f58ca0e8e6552d4967f5df23a8e0cce2d793"
@@ -797,6 +823,18 @@
797823
"@babel/types" "^7.20.0"
798824
bind-event-listener "^2.1.1"
799825

826+
"@atlaskit/tokens@^1.58.0":
827+
version "1.59.1"
828+
resolved "https://registry.yarnpkg.com/@atlaskit/tokens/-/tokens-1.59.1.tgz#0d01f166f90f20a880cea9d0b7f612c3744e024d"
829+
integrity sha512-V4sFrp1MphHFDL5toDS3PMkcnwQoJJbTO/ioGSwvhFq9r46UoDnoaxSljl2ktWdEfdfqTq+ybq8gpKMutojjXA==
830+
dependencies:
831+
"@atlaskit/ds-lib" "^2.5.0"
832+
"@atlaskit/platform-feature-flags" "^0.3.0"
833+
"@babel/runtime" "^7.0.0"
834+
"@babel/traverse" "^7.23.2"
835+
"@babel/types" "^7.20.0"
836+
bind-event-listener "^3.0.0"
837+
800838
"@atlaskit/tooltip@^17.5.9":
801839
version "17.5.9"
802840
resolved "https://registry.yarnpkg.com/@atlaskit/tooltip/-/tooltip-17.5.9.tgz#d18a2855d17336faa8d08c49ffaf3d136a6770ea"
@@ -4059,7 +4097,7 @@ array.prototype.flatmap@^1.2.5:
40594097
define-properties "^1.1.3"
40604098
es-abstract "^1.19.0"
40614099

4062-
asap@~2.0.3, asap@~2.0.6:
4100+
asap@~2.0.6:
40634101
version "2.0.6"
40644102
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
40654103
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
@@ -4347,6 +4385,11 @@ bind-event-listener@^2.1.1:
43474385
resolved "https://registry.yarnpkg.com/bind-event-listener/-/bind-event-listener-2.1.1.tgz#5e57290181af3027ff53ba6109e417a1e3cbb6f3"
43484386
integrity sha512-O+a5c0D2se/u2VlBJmPRn45IB6R4mYMh1ok3dWxrIZ2pmLqzggBhb875mbq73508ylzofc0+hT9W41x4Y2s8lg==
43494387

4388+
bind-event-listener@^3.0.0:
4389+
version "3.0.0"
4390+
resolved "https://registry.yarnpkg.com/bind-event-listener/-/bind-event-listener-3.0.0.tgz#c90f9a7fcb65cac21045f810c20ef7e647a74921"
4391+
integrity sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==
4392+
43504393
bluebird@^3.5.5:
43514394
version "3.7.2"
43524395
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
@@ -4849,13 +4892,6 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
48494892
path-type "^4.0.0"
48504893
yaml "^1.10.0"
48514894

4852-
cross-fetch@^3.1.5:
4853-
version "3.1.5"
4854-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
4855-
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
4856-
dependencies:
4857-
node-fetch "2.6.7"
4858-
48594895
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
48604896
version "7.0.3"
48614897
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
@@ -6038,24 +6074,6 @@ fb-watchman@^2.0.0:
60386074
dependencies:
60396075
bser "2.1.1"
60406076

6041-
fbjs-css-vars@^1.0.0:
6042-
version "1.0.2"
6043-
resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
6044-
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
6045-
6046-
fbjs@^3.0.0:
6047-
version "3.0.4"
6048-
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.4.tgz#e1871c6bd3083bac71ff2da868ad5067d37716c6"
6049-
integrity sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==
6050-
dependencies:
6051-
cross-fetch "^3.1.5"
6052-
fbjs-css-vars "^1.0.0"
6053-
loose-envify "^1.0.0"
6054-
object-assign "^4.1.0"
6055-
promise "^7.1.1"
6056-
setimmediate "^1.0.5"
6057-
ua-parser-js "^0.7.30"
6058-
60596077
file-entry-cache@^6.0.1:
60606078
version "6.0.1"
60616079
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -8143,7 +8161,7 @@ nwsapi@^2.2.0:
81438161
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
81448162
integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==
81458163

8146-
object-assign@^4.1.0, object-assign@^4.1.1:
8164+
object-assign@^4.1.1:
81478165
version "4.1.1"
81488166
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
81498167
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
@@ -9072,13 +9090,6 @@ process@^0.11.1:
90729090
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
90739091
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
90749092

9075-
promise@^7.1.1:
9076-
version "7.3.1"
9077-
resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
9078-
integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
9079-
dependencies:
9080-
asap "~2.0.3"
9081-
90829093
promise@^8.1.0:
90839094
version "8.1.0"
90849095
resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
@@ -9930,11 +9941,6 @@ set-function-name@^2.0.0:
99309941
functions-have-names "^1.2.3"
99319942
has-property-descriptors "^1.0.0"
99329943

9933-
setimmediate@^1.0.5:
9934-
version "1.0.5"
9935-
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
9936-
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
9937-
99389944
99399945
version "1.1.0"
99409946
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
@@ -10672,11 +10678,6 @@ typescript@~4.5.5:
1067210678
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
1067310679
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
1067410680

10675-
ua-parser-js@^0.7.30:
10676-
version "0.7.31"
10677-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6"
10678-
integrity sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==
10679-
1068010681
unbox-primitive@^1.0.1:
1068110682
version "1.0.1"
1068210683
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"

0 commit comments

Comments
 (0)