aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
commitb4c08a0b94ae132f8c78c04ee5771e5bb1ab3627 (patch)
tree1992565f73b57559b2554e9f3e44d769c5c3222f
parentrefactor: rename RelationView to SymbolView (diff)
downloadrefinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.gz
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.zst
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.zip
chore(deps): bump dependencies
Also make sure Sonar can process TypeScript files.
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--gradle.properties2
-rw-r--r--gradle/libs.versions.toml4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
-rw-r--r--subprojects/frontend/package.json18
-rw-r--r--subprojects/frontend/tsconfig.base.json2
-rw-r--r--yarn.lock381
7 files changed, 208 insertions, 203 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 953e67f7..eecb62c1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any 71 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any
72 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} 72 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
73 run: | 73 run: |
74 ./gradlew build sonarqube -Pci --info 74 ./gradlew build sonar -Pci --info
75 reuse-check: 75 reuse-check:
76 name: REUSE Compliance Check 76 name: REUSE Compliance Check
77 runs-on: ubuntu-latest 77 runs-on: ubuntu-latest
diff --git a/gradle.properties b/gradle.properties
index d6faa150..d9866f95 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,7 +3,7 @@
3# SPDX-License-Identifier: EPL-2.0 3# SPDX-License-Identifier: EPL-2.0
4 4
5file.encoding=UTF-8 5file.encoding=UTF-8
6frontend.nodeVersion=18.15.0 6frontend.nodeVersion=18.16.0
7frontend.yarnVersion=4.0.0-rc.42 7frontend.yarnVersion=4.0.0-rc.42
8frontend.yarn1Version=1.22.19 8frontend.yarn1Version=1.22.19
9group=tools.refinery 9group=tools.refinery
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 113bf3a5..5cdb0c6e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -7,13 +7,13 @@ eclipseCollections = "12.0.0.M1"
7jetty = "12.0.0.beta0" 7jetty = "12.0.0.beta0"
8jmh = "1.36" 8jmh = "1.36"
9junit = "5.9.2" 9junit = "5.9.2"
10mockito = "5.2.0" 10mockito = "5.3.0"
11mwe2 = "2.14.0" 11mwe2 = "2.14.0"
12slf4j = "2.0.7" 12slf4j = "2.0.7"
13xtext = "2.31.0.M0" 13xtext = "2.31.0.M0"
14 14
15[libraries] 15[libraries]
16jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "24.0.1"} 16jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "24.0.1" }
17eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" } 17eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" }
18eclipseCollections-api = { group = "org.eclipse.collections", name = "eclipse-collections-api", version.ref = "eclipseCollections" } 18eclipseCollections-api = { group = "org.eclipse.collections", name = "eclipse-collections-api", version.ref = "eclipseCollections" }
19ecore = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore", version = "2.33.0" } 19ecore = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore", version = "2.33.0" }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index bdc9a83b..0c85a1f7 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1distributionBase=GRADLE_USER_HOME 1distributionBase=GRADLE_USER_HOME
2distributionPath=wrapper/dists 2distributionPath=wrapper/dists
3distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip 3distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
4networkTimeout=10000 4networkTimeout=10000
5zipStoreBase=GRADLE_USER_HOME 5zipStoreBase=GRADLE_USER_HOME
6zipStorePath=wrapper/dists 6zipStorePath=wrapper/dists
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index cd96a574..655d7260 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,13 +28,13 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.4.2", 31 "@codemirror/autocomplete": "^6.5.1",
32 "@codemirror/commands": "^6.2.2", 32 "@codemirror/commands": "^6.2.2",
33 "@codemirror/language": "^6.6.0", 33 "@codemirror/language": "^6.6.0",
34 "@codemirror/lint": "^6.2.0", 34 "@codemirror/lint": "^6.2.1",
35 "@codemirror/search": "^6.3.0", 35 "@codemirror/search": "^6.3.0",
36 "@codemirror/state": "^6.2.0", 36 "@codemirror/state": "^6.2.0",
37 "@codemirror/view": "^6.9.3", 37 "@codemirror/view": "^6.9.4",
38 "@emotion/react": "^11.10.6", 38 "@emotion/react": "^11.10.6",
39 "@emotion/styled": "^11.10.6", 39 "@emotion/styled": "^11.10.6",
40 "@fontsource/inter": "^4.5.15", 40 "@fontsource/inter": "^4.5.15",
@@ -44,8 +44,8 @@
44 "@lezer/lr": "^1.3.3", 44 "@lezer/lr": "^1.3.3",
45 "@material-icons/svg": "^1.0.33", 45 "@material-icons/svg": "^1.0.33",
46 "@mui/icons-material": "5.11.16", 46 "@mui/icons-material": "5.11.16",
47 "@mui/material": "5.11.16", 47 "@mui/material": "5.12.0",
48 "@vitejs/plugin-react-swc": "^3.2.0", 48 "@vitejs/plugin-react-swc": "^3.3.0",
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
51 "escape-string-regexp": "^5.0.0", 51 "escape-string-regexp": "^5.0.0",
@@ -71,10 +71,10 @@
71 "@types/ms": "^0.7.31", 71 "@types/ms": "^0.7.31",
72 "@types/node": "^18.15.11", 72 "@types/node": "^18.15.11",
73 "@types/prettier": "^2.7.2", 73 "@types/prettier": "^2.7.2",
74 "@types/react": "^18.0.33", 74 "@types/react": "^18.0.35",
75 "@types/react-dom": "^18.0.11", 75 "@types/react-dom": "^18.0.11",
76 "@typescript-eslint/eslint-plugin": "^5.57.1", 76 "@typescript-eslint/eslint-plugin": "^5.58.0",
77 "@typescript-eslint/parser": "^5.57.1", 77 "@typescript-eslint/parser": "^5.58.0",
78 "@xstate/cli": "^0.4.2", 78 "@xstate/cli": "^0.4.2",
79 "cross-env": "^7.0.3", 79 "cross-env": "^7.0.3",
80 "eslint": "^8.38.0", 80 "eslint": "^8.38.0",
@@ -88,7 +88,7 @@
88 "eslint-plugin-prettier": "^4.2.1", 88 "eslint-plugin-prettier": "^4.2.1",
89 "eslint-plugin-react": "^7.32.2", 89 "eslint-plugin-react": "^7.32.2",
90 "eslint-plugin-react-hooks": "^4.6.0", 90 "eslint-plugin-react-hooks": "^4.6.0",
91 "html-minifier-terser": "^7.1.0", 91 "html-minifier-terser": "^7.2.0",
92 "micromatch": "^4.0.5", 92 "micromatch": "^4.0.5",
93 "prettier": "^2.8.7", 93 "prettier": "^2.8.7",
94 "typescript": "5.0.4", 94 "typescript": "5.0.4",
diff --git a/subprojects/frontend/tsconfig.base.json b/subprojects/frontend/tsconfig.base.json
index 58a2a6f2..5ef50b5e 100644
--- a/subprojects/frontend/tsconfig.base.json
+++ b/subprojects/frontend/tsconfig.base.json
@@ -23,7 +23,7 @@
23 "noUnusedParameters": true, 23 "noUnusedParameters": true,
24 // "verbatimModuleSyntax" is incompatible with `import` syntax in modules 24 // "verbatimModuleSyntax" is incompatible with `import` syntax in modules
25 // with CommonJS import resolution, so we use "isolatedModules" only. 25 // with CommonJS import resolution, so we use "isolatedModules" only.
26 "verbatimModuleSyntax": false, 26 // "verbatimModuleSyntax": false,
27 "isolatedModules": true, 27 "isolatedModules": true,
28 "checkJs": true, 28 "checkJs": true,
29 "esModuleInterop": true, 29 "esModuleInterop": true,
diff --git a/yarn.lock b/yarn.lock
index d2aa900f..292d2fb1 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1273,9 +1273,9 @@ __metadata:
1273 languageName: node 1273 languageName: node
1274 linkType: hard 1274 linkType: hard
1275 1275
1276"@codemirror/autocomplete@npm:^6.4.2": 1276"@codemirror/autocomplete@npm:^6.5.1":
1277 version: 6.4.2 1277 version: 6.5.1
1278 resolution: "@codemirror/autocomplete@npm:6.4.2" 1278 resolution: "@codemirror/autocomplete@npm:6.5.1"
1279 dependencies: 1279 dependencies:
1280 "@codemirror/language": "npm:^6.0.0" 1280 "@codemirror/language": "npm:^6.0.0"
1281 "@codemirror/state": "npm:^6.0.0" 1281 "@codemirror/state": "npm:^6.0.0"
@@ -1286,7 +1286,7 @@ __metadata:
1286 "@codemirror/state": ^6.0.0 1286 "@codemirror/state": ^6.0.0
1287 "@codemirror/view": ^6.0.0 1287 "@codemirror/view": ^6.0.0
1288 "@lezer/common": ^1.0.0 1288 "@lezer/common": ^1.0.0
1289 checksum: d87cb8f208a1c11877522caf93cc6528aff156d52c0ca43833c7789017fe9664c91c39790d4217e9c6ac822b3b523319ccd971ca951b389edd07d526ce70ef02 1289 checksum: c5795b5b213ef12cc4671292eab92b8fb5650df5d0b5fbd9c29d3a11e08942cc6c43a639915ed6bb0cd65f2851b4b031e83257faefdb967eaf2df88b76702202
1290 languageName: node 1290 languageName: node
1291 linkType: hard 1291 linkType: hard
1292 1292
@@ -1316,14 +1316,14 @@ __metadata:
1316 languageName: node 1316 languageName: node
1317 linkType: hard 1317 linkType: hard
1318 1318
1319"@codemirror/lint@npm:^6.2.0": 1319"@codemirror/lint@npm:^6.2.1":
1320 version: 6.2.0 1320 version: 6.2.1
1321 resolution: "@codemirror/lint@npm:6.2.0" 1321 resolution: "@codemirror/lint@npm:6.2.1"
1322 dependencies: 1322 dependencies:
1323 "@codemirror/state": "npm:^6.0.0" 1323 "@codemirror/state": "npm:^6.0.0"
1324 "@codemirror/view": "npm:^6.0.0" 1324 "@codemirror/view": "npm:^6.0.0"
1325 crelt: "npm:^1.0.5" 1325 crelt: "npm:^1.0.5"
1326 checksum: 638e4b55a477580225e0f97045769891182756a5d74909b2a264dd8ca96d755d7687df88514f7c61abf17bf2ae6c2af927e18c6850169e9ae404489366f277b2 1326 checksum: 91293dbac5a7a787fd7ac5ef5227717856f8bc7d9ab0c65b62e112ff0251eb1866d93a78d157599698146b40b7c21028c221f9875af272e6f3bf4dd94cc50247
1327 languageName: node 1327 languageName: node
1328 linkType: hard 1328 linkType: hard
1329 1329
@@ -1345,14 +1345,14 @@ __metadata:
1345 languageName: node 1345 languageName: node
1346 linkType: hard 1346 linkType: hard
1347 1347
1348"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.6.0, @codemirror/view@npm:^6.9.3": 1348"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.6.0, @codemirror/view@npm:^6.9.4":
1349 version: 6.9.3 1349 version: 6.9.4
1350 resolution: "@codemirror/view@npm:6.9.3" 1350 resolution: "@codemirror/view@npm:6.9.4"
1351 dependencies: 1351 dependencies:
1352 "@codemirror/state": "npm:^6.1.4" 1352 "@codemirror/state": "npm:^6.1.4"
1353 style-mod: "npm:^4.0.0" 1353 style-mod: "npm:^4.0.0"
1354 w3c-keyname: "npm:^2.2.4" 1354 w3c-keyname: "npm:^2.2.4"
1355 checksum: ab856cd03a87f4a045965ddb1cd051e2120898348593dafa8bd216e79d18f4b6250c463bb35b7ba4d235cfd319a54deecdc54d944e7830337a0145f5e1a21229 1355 checksum: 3d00e1c38bb8ea894f2f0928a33036e4095b8e726478001adad07d42b5f0437f051ce5ea5267841a97f262cd21393ecba8f5908acaacd3260f97afbe3a01eb55
1356 languageName: node 1356 languageName: node
1357 linkType: hard 1357 linkType: hard
1358 1358
@@ -1375,16 +1375,16 @@ __metadata:
1375 languageName: node 1375 languageName: node
1376 linkType: hard 1376 linkType: hard
1377 1377
1378"@emotion/cache@npm:^11.10.5": 1378"@emotion/cache@npm:^11.10.5, @emotion/cache@npm:^11.10.7":
1379 version: 11.10.5 1379 version: 11.10.7
1380 resolution: "@emotion/cache@npm:11.10.5" 1380 resolution: "@emotion/cache@npm:11.10.7"
1381 dependencies: 1381 dependencies:
1382 "@emotion/memoize": "npm:^0.8.0" 1382 "@emotion/memoize": "npm:^0.8.0"
1383 "@emotion/sheet": "npm:^1.2.1" 1383 "@emotion/sheet": "npm:^1.2.1"
1384 "@emotion/utils": "npm:^1.2.0" 1384 "@emotion/utils": "npm:^1.2.0"
1385 "@emotion/weak-memoize": "npm:^0.3.0" 1385 "@emotion/weak-memoize": "npm:^0.3.0"
1386 stylis: "npm:4.1.3" 1386 stylis: "npm:4.1.3"
1387 checksum: 40c744c5eea3d4438186ea4be71bf691cf3ac16774bda3d6d825960286fa35d735492ae881c028e01881101890f79568107877faefa58d027c760a4207ebe738 1387 checksum: c5a4099e8c5bb49c4091747f7284bc10f686d9cf9ceec4088109d4d95d6cf677b1a951a341342a6e8c277300762a3e8aefb3afb45aa9c9c03a1b62b56ac4b2e5
1388 languageName: node 1388 languageName: node
1389 linkType: hard 1389 linkType: hard
1390 1390
@@ -1850,14 +1850,14 @@ __metadata:
1850 languageName: node 1850 languageName: node
1851 linkType: hard 1851 linkType: hard
1852 1852
1853"@mui/base@npm:5.0.0-alpha.124": 1853"@mui/base@npm:5.0.0-alpha.125":
1854 version: 5.0.0-alpha.124 1854 version: 5.0.0-alpha.125
1855 resolution: "@mui/base@npm:5.0.0-alpha.124" 1855 resolution: "@mui/base@npm:5.0.0-alpha.125"
1856 dependencies: 1856 dependencies:
1857 "@babel/runtime": "npm:^7.21.0" 1857 "@babel/runtime": "npm:^7.21.0"
1858 "@emotion/is-prop-valid": "npm:^1.2.0" 1858 "@emotion/is-prop-valid": "npm:^1.2.0"
1859 "@mui/types": "npm:^7.2.3" 1859 "@mui/types": "npm:^7.2.4"
1860 "@mui/utils": "npm:^5.11.13" 1860 "@mui/utils": "npm:^5.12.0"
1861 "@popperjs/core": "npm:^2.11.7" 1861 "@popperjs/core": "npm:^2.11.7"
1862 clsx: "npm:^1.2.1" 1862 clsx: "npm:^1.2.1"
1863 prop-types: "npm:^15.8.1" 1863 prop-types: "npm:^15.8.1"
@@ -1869,14 +1869,14 @@ __metadata:
1869 peerDependenciesMeta: 1869 peerDependenciesMeta:
1870 "@types/react": 1870 "@types/react":
1871 optional: true 1871 optional: true
1872 checksum: b53460ea251e96d4e976b5167a418c49b4f06e64fff3de620bb7e2b9d8f4a3958e4b0ca92b4173f8f137a8d2f16a6cbbade77ea3cae6ace927bad6ce1a539685 1872 checksum: b74d1bec371b85f28bdbb760d08cb783ad10631e2cd2856c9f51c07da67a3d8d830efd246376648595af510da933fba9d9f1e73986df556536036b0c1fc46944
1873 languageName: node 1873 languageName: node
1874 linkType: hard 1874 linkType: hard
1875 1875
1876"@mui/core-downloads-tracker@npm:^5.11.16": 1876"@mui/core-downloads-tracker@npm:^5.12.0":
1877 version: 5.11.16 1877 version: 5.12.0
1878 resolution: "@mui/core-downloads-tracker@npm:5.11.16" 1878 resolution: "@mui/core-downloads-tracker@npm:5.12.0"
1879 checksum: a304a45302e64470d73fe07771287203a1f76555085a210e9edb5a5a9af2bc733893d5c26cd0a2cde55c6da084e921c307f0456de6ff47db3927727c49240673 1879 checksum: 977a5e9ec1a72224a61e7e56cff15602f0f34afe6384cbae1940a57b699771981360d998d7674217532f713480020a7108abd33c0bd1eaa202e9d828aafa783d
1880 languageName: node 1880 languageName: node
1881 linkType: hard 1881 linkType: hard
1882 1882
@@ -1896,16 +1896,16 @@ __metadata:
1896 languageName: node 1896 languageName: node
1897 linkType: hard 1897 linkType: hard
1898 1898
1899"@mui/material@npm:5.11.16": 1899"@mui/material@npm:5.12.0":
1900 version: 5.11.16 1900 version: 5.12.0
1901 resolution: "@mui/material@npm:5.11.16" 1901 resolution: "@mui/material@npm:5.12.0"
1902 dependencies: 1902 dependencies:
1903 "@babel/runtime": "npm:^7.21.0" 1903 "@babel/runtime": "npm:^7.21.0"
1904 "@mui/base": "npm:5.0.0-alpha.124" 1904 "@mui/base": "npm:5.0.0-alpha.125"
1905 "@mui/core-downloads-tracker": "npm:^5.11.16" 1905 "@mui/core-downloads-tracker": "npm:^5.12.0"
1906 "@mui/system": "npm:^5.11.16" 1906 "@mui/system": "npm:^5.12.0"
1907 "@mui/types": "npm:^7.2.3" 1907 "@mui/types": "npm:^7.2.4"
1908 "@mui/utils": "npm:^5.11.13" 1908 "@mui/utils": "npm:^5.12.0"
1909 "@types/react-transition-group": "npm:^4.4.5" 1909 "@types/react-transition-group": "npm:^4.4.5"
1910 clsx: "npm:^1.2.1" 1910 clsx: "npm:^1.2.1"
1911 csstype: "npm:^3.1.2" 1911 csstype: "npm:^3.1.2"
@@ -1925,16 +1925,16 @@ __metadata:
1925 optional: true 1925 optional: true
1926 "@types/react": 1926 "@types/react":
1927 optional: true 1927 optional: true
1928 checksum: 95ab2e550de10673575c219be28a6d2259eac118286e53938582fcd01485ee16c086b96239d0427bd247b464efeaf0fa7805e9da1838ec83be7023428c26b1d1 1928 checksum: 5eab5b821b3fc8e98b63d813b275b28f9f26b5cee5e4618bf4414120769483bba987c7fd66d1e2f71ba145630dc329d50e8fed64bd5bbccbccfe6462353666f5
1929 languageName: node 1929 languageName: node
1930 linkType: hard 1930 linkType: hard
1931 1931
1932"@mui/private-theming@npm:^5.11.13": 1932"@mui/private-theming@npm:^5.12.0":
1933 version: 5.11.13 1933 version: 5.12.0
1934 resolution: "@mui/private-theming@npm:5.11.13" 1934 resolution: "@mui/private-theming@npm:5.12.0"
1935 dependencies: 1935 dependencies:
1936 "@babel/runtime": "npm:^7.21.0" 1936 "@babel/runtime": "npm:^7.21.0"
1937 "@mui/utils": "npm:^5.11.13" 1937 "@mui/utils": "npm:^5.12.0"
1938 prop-types: "npm:^15.8.1" 1938 prop-types: "npm:^15.8.1"
1939 peerDependencies: 1939 peerDependencies:
1940 "@types/react": ^17.0.0 || ^18.0.0 1940 "@types/react": ^17.0.0 || ^18.0.0
@@ -1942,16 +1942,16 @@ __metadata:
1942 peerDependenciesMeta: 1942 peerDependenciesMeta:
1943 "@types/react": 1943 "@types/react":
1944 optional: true 1944 optional: true
1945 checksum: 9028e6be77b517dc4bf902daa4e966441ea982b0c19731028de459272132cfb824c71e8daddb96d2d2c79ed95eb680a322fb1621f464a458e1e04a143bd315c5 1945 checksum: 2592d913ce83b52bfc3deb893490f20b9359b28e3e90e800f6cdffb50e050fd7e452892f45f0839506a882b76a0e392bc73c47697e442133a6206cc79f15ace4
1946 languageName: node 1946 languageName: node
1947 linkType: hard 1947 linkType: hard
1948 1948
1949"@mui/styled-engine@npm:^5.11.16": 1949"@mui/styled-engine@npm:^5.12.0":
1950 version: 5.11.16 1950 version: 5.12.0
1951 resolution: "@mui/styled-engine@npm:5.11.16" 1951 resolution: "@mui/styled-engine@npm:5.12.0"
1952 dependencies: 1952 dependencies:
1953 "@babel/runtime": "npm:^7.21.0" 1953 "@babel/runtime": "npm:^7.21.0"
1954 "@emotion/cache": "npm:^11.10.5" 1954 "@emotion/cache": "npm:^11.10.7"
1955 csstype: "npm:^3.1.2" 1955 csstype: "npm:^3.1.2"
1956 prop-types: "npm:^15.8.1" 1956 prop-types: "npm:^15.8.1"
1957 peerDependencies: 1957 peerDependencies:
@@ -1963,19 +1963,19 @@ __metadata:
1963 optional: true 1963 optional: true
1964 "@emotion/styled": 1964 "@emotion/styled":
1965 optional: true 1965 optional: true
1966 checksum: d28876c2752ce3b76efe3ac2c167c59e4fcdcc8fc0aae6374870db258e68c0f9db346c250116391268b89d0d4123e989664c4c32afefd2e45249514edffd6f2c 1966 checksum: 6598317424a3791f419bf47e40c60af6e6f2fe7ce7706fe33d10294af8856fd56a96485f0daa5bf0a9da495be7f32c8c54e82efbe33f6eabf55da1bf01623071
1967 languageName: node 1967 languageName: node
1968 linkType: hard 1968 linkType: hard
1969 1969
1970"@mui/system@npm:^5.11.16": 1970"@mui/system@npm:^5.12.0":
1971 version: 5.11.16 1971 version: 5.12.0
1972 resolution: "@mui/system@npm:5.11.16" 1972 resolution: "@mui/system@npm:5.12.0"
1973 dependencies: 1973 dependencies:
1974 "@babel/runtime": "npm:^7.21.0" 1974 "@babel/runtime": "npm:^7.21.0"
1975 "@mui/private-theming": "npm:^5.11.13" 1975 "@mui/private-theming": "npm:^5.12.0"
1976 "@mui/styled-engine": "npm:^5.11.16" 1976 "@mui/styled-engine": "npm:^5.12.0"
1977 "@mui/types": "npm:^7.2.3" 1977 "@mui/types": "npm:^7.2.4"
1978 "@mui/utils": "npm:^5.11.13" 1978 "@mui/utils": "npm:^5.12.0"
1979 clsx: "npm:^1.2.1" 1979 clsx: "npm:^1.2.1"
1980 csstype: "npm:^3.1.2" 1980 csstype: "npm:^3.1.2"
1981 prop-types: "npm:^15.8.1" 1981 prop-types: "npm:^15.8.1"
@@ -1991,25 +1991,25 @@ __metadata:
1991 optional: true 1991 optional: true
1992 "@types/react": 1992 "@types/react":
1993 optional: true 1993 optional: true
1994 checksum: 3edb017c917c6aac490ae4124a157862f56ad28e1a0f8fc4e78ae81ba42607e4caa1e650aea46d84e1f293bf93b3d8bb435ee6897a087a07ce4e0798457034e8 1994 checksum: a2a615875da63a9a52c13b2a454aca08c98b8f131e71ee1170eb8556bb0fc24bed3eb485c9c450aeedaa972f41591fca6b06446af3994640be6dcff20cf5090d
1995 languageName: node 1995 languageName: node
1996 linkType: hard 1996 linkType: hard
1997 1997
1998"@mui/types@npm:^7.2.3": 1998"@mui/types@npm:^7.2.4":
1999 version: 7.2.3 1999 version: 7.2.4
2000 resolution: "@mui/types@npm:7.2.3" 2000 resolution: "@mui/types@npm:7.2.4"
2001 peerDependencies: 2001 peerDependencies:
2002 "@types/react": "*" 2002 "@types/react": "*"
2003 peerDependenciesMeta: 2003 peerDependenciesMeta:
2004 "@types/react": 2004 "@types/react":
2005 optional: true 2005 optional: true
2006 checksum: f5b074ecdfda55bae66a344e1fd1247920c18ee4548589528643a460de2c9409f6d9ff8ab59c5efa4ff7513d5d83c7a7240613e7e5f36ec71139a0da262cb237 2006 checksum: 651ad27d90e052ede4698bea349728bfdd4c415aebcf718e4fb401a281956a33c1748743fe70e5664e75585db94555077658ccf33e6a194b7ee26e44d8e6da8e
2007 languageName: node 2007 languageName: node
2008 linkType: hard 2008 linkType: hard
2009 2009
2010"@mui/utils@npm:^5.11.13": 2010"@mui/utils@npm:^5.12.0":
2011 version: 5.11.13 2011 version: 5.12.0
2012 resolution: "@mui/utils@npm:5.11.13" 2012 resolution: "@mui/utils@npm:5.12.0"
2013 dependencies: 2013 dependencies:
2014 "@babel/runtime": "npm:^7.21.0" 2014 "@babel/runtime": "npm:^7.21.0"
2015 "@types/prop-types": "npm:^15.7.5" 2015 "@types/prop-types": "npm:^15.7.5"
@@ -2018,7 +2018,7 @@ __metadata:
2018 react-is: "npm:^18.2.0" 2018 react-is: "npm:^18.2.0"
2019 peerDependencies: 2019 peerDependencies:
2020 react: ^17.0.0 || ^18.0.0 2020 react: ^17.0.0 || ^18.0.0
2021 checksum: 8ca3debcb4a506e8b97bde4cfcd7e7358ba5e3b90bc375e36175b623212f509a10caf58621b84de1991a6304b695a7041adbc54cac923d4be19b52f15ef4fff9 2021 checksum: dfe539635fddfb14ac77e71c46bde0b73ac893928b85e14ca4987f604ef65ee50529dc0c8ad6ec99da510bfa25ff3e11435b3f9bae122aae2e96675a7e7e1a0b
2022 languageName: node 2022 languageName: node
2023 linkType: hard 2023 linkType: hard
2024 2024
@@ -2094,13 +2094,13 @@ __metadata:
2094 version: 0.0.0-use.local 2094 version: 0.0.0-use.local
2095 resolution: "@refinery/frontend@workspace:subprojects/frontend" 2095 resolution: "@refinery/frontend@workspace:subprojects/frontend"
2096 dependencies: 2096 dependencies:
2097 "@codemirror/autocomplete": "npm:^6.4.2" 2097 "@codemirror/autocomplete": "npm:^6.5.1"
2098 "@codemirror/commands": "npm:^6.2.2" 2098 "@codemirror/commands": "npm:^6.2.2"
2099 "@codemirror/language": "npm:^6.6.0" 2099 "@codemirror/language": "npm:^6.6.0"
2100 "@codemirror/lint": "npm:^6.2.0" 2100 "@codemirror/lint": "npm:^6.2.1"
2101 "@codemirror/search": "npm:^6.3.0" 2101 "@codemirror/search": "npm:^6.3.0"
2102 "@codemirror/state": "npm:^6.2.0" 2102 "@codemirror/state": "npm:^6.2.0"
2103 "@codemirror/view": "npm:^6.9.3" 2103 "@codemirror/view": "npm:^6.9.4"
2104 "@emotion/react": "npm:^11.10.6" 2104 "@emotion/react": "npm:^11.10.6"
2105 "@emotion/styled": "npm:^11.10.6" 2105 "@emotion/styled": "npm:^11.10.6"
2106 "@fontsource/inter": "npm:^4.5.15" 2106 "@fontsource/inter": "npm:^4.5.15"
@@ -2111,7 +2111,7 @@ __metadata:
2111 "@lezer/lr": "npm:^1.3.3" 2111 "@lezer/lr": "npm:^1.3.3"
2112 "@material-icons/svg": "npm:^1.0.33" 2112 "@material-icons/svg": "npm:^1.0.33"
2113 "@mui/icons-material": "npm:5.11.16" 2113 "@mui/icons-material": "npm:5.11.16"
2114 "@mui/material": "npm:5.11.16" 2114 "@mui/material": "npm:5.12.0"
2115 "@types/eslint": "npm:^8.37.0" 2115 "@types/eslint": "npm:^8.37.0"
2116 "@types/html-minifier-terser": "npm:^7.0.0" 2116 "@types/html-minifier-terser": "npm:^7.0.0"
2117 "@types/lodash-es": "npm:^4.17.7" 2117 "@types/lodash-es": "npm:^4.17.7"
@@ -2119,11 +2119,11 @@ __metadata:
2119 "@types/ms": "npm:^0.7.31" 2119 "@types/ms": "npm:^0.7.31"
2120 "@types/node": "npm:^18.15.11" 2120 "@types/node": "npm:^18.15.11"
2121 "@types/prettier": "npm:^2.7.2" 2121 "@types/prettier": "npm:^2.7.2"
2122 "@types/react": "npm:^18.0.33" 2122 "@types/react": "npm:^18.0.35"
2123 "@types/react-dom": "npm:^18.0.11" 2123 "@types/react-dom": "npm:^18.0.11"
2124 "@typescript-eslint/eslint-plugin": "npm:^5.57.1" 2124 "@typescript-eslint/eslint-plugin": "npm:^5.58.0"
2125 "@typescript-eslint/parser": "npm:^5.57.1" 2125 "@typescript-eslint/parser": "npm:^5.58.0"
2126 "@vitejs/plugin-react-swc": "npm:^3.2.0" 2126 "@vitejs/plugin-react-swc": "npm:^3.3.0"
2127 "@xstate/cli": "npm:^0.4.2" 2127 "@xstate/cli": "npm:^0.4.2"
2128 ansi-styles: "npm:^6.2.1" 2128 ansi-styles: "npm:^6.2.1"
2129 cross-env: "npm:^7.0.3" 2129 cross-env: "npm:^7.0.3"
@@ -2140,7 +2140,7 @@ __metadata:
2140 eslint-plugin-prettier: "npm:^4.2.1" 2140 eslint-plugin-prettier: "npm:^4.2.1"
2141 eslint-plugin-react: "npm:^7.32.2" 2141 eslint-plugin-react: "npm:^7.32.2"
2142 eslint-plugin-react-hooks: "npm:^4.6.0" 2142 eslint-plugin-react-hooks: "npm:^4.6.0"
2143 html-minifier-terser: "npm:^7.1.0" 2143 html-minifier-terser: "npm:^7.2.0"
2144 lodash-es: "npm:^4.17.21" 2144 lodash-es: "npm:^4.17.21"
2145 loglevel: "npm:^1.8.1" 2145 loglevel: "npm:^1.8.1"
2146 loglevel-plugin-prefix: "npm:^0.8.4" 2146 loglevel-plugin-prefix: "npm:^0.8.4"
@@ -2272,90 +2272,92 @@ __metadata:
2272 languageName: node 2272 languageName: node
2273 linkType: hard 2273 linkType: hard
2274 2274
2275"@swc/core-darwin-arm64@npm:1.3.36": 2275"@swc/core-darwin-arm64@npm:1.3.50":
2276 version: 1.3.36 2276 version: 1.3.50
2277 resolution: "@swc/core-darwin-arm64@npm:1.3.36" 2277 resolution: "@swc/core-darwin-arm64@npm:1.3.50"
2278 conditions: os=darwin & cpu=arm64 2278 conditions: os=darwin & cpu=arm64
2279 languageName: node 2279 languageName: node
2280 linkType: hard 2280 linkType: hard
2281 2281
2282"@swc/core-darwin-x64@npm:1.3.36": 2282"@swc/core-darwin-x64@npm:1.3.50":
2283 version: 1.3.36 2283 version: 1.3.50
2284 resolution: "@swc/core-darwin-x64@npm:1.3.36" 2284 resolution: "@swc/core-darwin-x64@npm:1.3.50"
2285 conditions: os=darwin & cpu=x64 2285 conditions: os=darwin & cpu=x64
2286 languageName: node 2286 languageName: node
2287 linkType: hard 2287 linkType: hard
2288 2288
2289"@swc/core-linux-arm-gnueabihf@npm:1.3.36": 2289"@swc/core-linux-arm-gnueabihf@npm:1.3.50":
2290 version: 1.3.36 2290 version: 1.3.50
2291 resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.36" 2291 resolution: "@swc/core-linux-arm-gnueabihf@npm:1.3.50"
2292 conditions: os=linux & cpu=arm 2292 conditions: os=linux & cpu=arm
2293 languageName: node 2293 languageName: node
2294 linkType: hard 2294 linkType: hard
2295 2295
2296"@swc/core-linux-arm64-gnu@npm:1.3.36": 2296"@swc/core-linux-arm64-gnu@npm:1.3.50":
2297 version: 1.3.36 2297 version: 1.3.50
2298 resolution: "@swc/core-linux-arm64-gnu@npm:1.3.36" 2298 resolution: "@swc/core-linux-arm64-gnu@npm:1.3.50"
2299 conditions: os=linux & cpu=arm64 & libc=glibc 2299 conditions: os=linux & cpu=arm64 & libc=glibc
2300 languageName: node 2300 languageName: node
2301 linkType: hard 2301 linkType: hard
2302 2302
2303"@swc/core-linux-arm64-musl@npm:1.3.36": 2303"@swc/core-linux-arm64-musl@npm:1.3.50":
2304 version: 1.3.36 2304 version: 1.3.50
2305 resolution: "@swc/core-linux-arm64-musl@npm:1.3.36" 2305 resolution: "@swc/core-linux-arm64-musl@npm:1.3.50"
2306 conditions: os=linux & cpu=arm64 & libc=musl 2306 conditions: os=linux & cpu=arm64 & libc=musl
2307 languageName: node 2307 languageName: node
2308 linkType: hard 2308 linkType: hard
2309 2309
2310"@swc/core-linux-x64-gnu@npm:1.3.36": 2310"@swc/core-linux-x64-gnu@npm:1.3.50":
2311 version: 1.3.36 2311 version: 1.3.50
2312 resolution: "@swc/core-linux-x64-gnu@npm:1.3.36" 2312 resolution: "@swc/core-linux-x64-gnu@npm:1.3.50"
2313 conditions: os=linux & cpu=x64 & libc=glibc 2313 conditions: os=linux & cpu=x64 & libc=glibc
2314 languageName: node 2314 languageName: node
2315 linkType: hard 2315 linkType: hard
2316 2316
2317"@swc/core-linux-x64-musl@npm:1.3.36": 2317"@swc/core-linux-x64-musl@npm:1.3.50":
2318 version: 1.3.36 2318 version: 1.3.50
2319 resolution: "@swc/core-linux-x64-musl@npm:1.3.36" 2319 resolution: "@swc/core-linux-x64-musl@npm:1.3.50"
2320 conditions: os=linux & cpu=x64 & libc=musl 2320 conditions: os=linux & cpu=x64 & libc=musl
2321 languageName: node 2321 languageName: node
2322 linkType: hard 2322 linkType: hard
2323 2323
2324"@swc/core-win32-arm64-msvc@npm:1.3.36": 2324"@swc/core-win32-arm64-msvc@npm:1.3.50":
2325 version: 1.3.36 2325 version: 1.3.50
2326 resolution: "@swc/core-win32-arm64-msvc@npm:1.3.36" 2326 resolution: "@swc/core-win32-arm64-msvc@npm:1.3.50"
2327 conditions: os=win32 & cpu=arm64 2327 conditions: os=win32 & cpu=arm64
2328 languageName: node 2328 languageName: node
2329 linkType: hard 2329 linkType: hard
2330 2330
2331"@swc/core-win32-ia32-msvc@npm:1.3.36": 2331"@swc/core-win32-ia32-msvc@npm:1.3.50":
2332 version: 1.3.36 2332 version: 1.3.50
2333 resolution: "@swc/core-win32-ia32-msvc@npm:1.3.36" 2333 resolution: "@swc/core-win32-ia32-msvc@npm:1.3.50"
2334 conditions: os=win32 & cpu=ia32 2334 conditions: os=win32 & cpu=ia32
2335 languageName: node 2335 languageName: node
2336 linkType: hard 2336 linkType: hard
2337 2337
2338"@swc/core-win32-x64-msvc@npm:1.3.36": 2338"@swc/core-win32-x64-msvc@npm:1.3.50":
2339 version: 1.3.36 2339 version: 1.3.50
2340 resolution: "@swc/core-win32-x64-msvc@npm:1.3.36" 2340 resolution: "@swc/core-win32-x64-msvc@npm:1.3.50"
2341 conditions: os=win32 & cpu=x64 2341 conditions: os=win32 & cpu=x64
2342 languageName: node 2342 languageName: node
2343 linkType: hard 2343 linkType: hard
2344 2344
2345"@swc/core@npm:^1.3.35": 2345"@swc/core@npm:^1.3.42":
2346 version: 1.3.36 2346 version: 1.3.50
2347 resolution: "@swc/core@npm:1.3.36" 2347 resolution: "@swc/core@npm:1.3.50"
2348 dependencies: 2348 dependencies:
2349 "@swc/core-darwin-arm64": "npm:1.3.36" 2349 "@swc/core-darwin-arm64": "npm:1.3.50"
2350 "@swc/core-darwin-x64": "npm:1.3.36" 2350 "@swc/core-darwin-x64": "npm:1.3.50"
2351 "@swc/core-linux-arm-gnueabihf": "npm:1.3.36" 2351 "@swc/core-linux-arm-gnueabihf": "npm:1.3.50"
2352 "@swc/core-linux-arm64-gnu": "npm:1.3.36" 2352 "@swc/core-linux-arm64-gnu": "npm:1.3.50"
2353 "@swc/core-linux-arm64-musl": "npm:1.3.36" 2353 "@swc/core-linux-arm64-musl": "npm:1.3.50"
2354 "@swc/core-linux-x64-gnu": "npm:1.3.36" 2354 "@swc/core-linux-x64-gnu": "npm:1.3.50"
2355 "@swc/core-linux-x64-musl": "npm:1.3.36" 2355 "@swc/core-linux-x64-musl": "npm:1.3.50"
2356 "@swc/core-win32-arm64-msvc": "npm:1.3.36" 2356 "@swc/core-win32-arm64-msvc": "npm:1.3.50"
2357 "@swc/core-win32-ia32-msvc": "npm:1.3.36" 2357 "@swc/core-win32-ia32-msvc": "npm:1.3.50"
2358 "@swc/core-win32-x64-msvc": "npm:1.3.36" 2358 "@swc/core-win32-x64-msvc": "npm:1.3.50"
2359 peerDependencies:
2360 "@swc/helpers": ^0.5.0
2359 dependenciesMeta: 2361 dependenciesMeta:
2360 "@swc/core-darwin-arm64": 2362 "@swc/core-darwin-arm64":
2361 optional: true 2363 optional: true
@@ -2377,7 +2379,10 @@ __metadata:
2377 optional: true 2379 optional: true
2378 "@swc/core-win32-x64-msvc": 2380 "@swc/core-win32-x64-msvc":
2379 optional: true 2381 optional: true
2380 checksum: eeb878fd88a5df1dda67b49657c92f333e0210b6b7469879bf8a22d71a35abfc6f2d40385ecdf5ae1dc3e0afaccf7567a3b1ee180a1f49be42482512aa9e6f10 2382 peerDependenciesMeta:
2383 "@swc/helpers":
2384 optional: true
2385 checksum: d83f4aa91a1e7a61573010fc53a97e322c1a110949de612d44527b092cf61151148c2bb8aa727ac462ecad1500480ec616da1e385e98362e8fbb30a000d55b1f
2381 languageName: node 2386 languageName: node
2382 linkType: hard 2387 linkType: hard
2383 2388
@@ -2527,14 +2532,14 @@ __metadata:
2527 languageName: node 2532 languageName: node
2528 linkType: hard 2533 linkType: hard
2529 2534
2530"@types/react@npm:*, @types/react@npm:^18.0.33": 2535"@types/react@npm:*, @types/react@npm:^18.0.35":
2531 version: 18.0.33 2536 version: 18.0.35
2532 resolution: "@types/react@npm:18.0.33" 2537 resolution: "@types/react@npm:18.0.35"
2533 dependencies: 2538 dependencies:
2534 "@types/prop-types": "npm:*" 2539 "@types/prop-types": "npm:*"
2535 "@types/scheduler": "npm:*" 2540 "@types/scheduler": "npm:*"
2536 csstype: "npm:^3.0.2" 2541 csstype: "npm:^3.0.2"
2537 checksum: e549b6a44ec7af44b77049ae54a3f08fe9a735806f56e92f49ce79db068defa06e98ee00c6f3ab0882c9d6bd80529f0e425315a5ff6b2acc03453639df899231 2542 checksum: 894a5b9060e734b43c78307564bc433eff2ccbb9cd20180a0813eb8aaafa31f74312b3e207f682b8dfb8399b05b0b9fe348d32348a0adc2aa5ddce4bc47e9f8c
2538 languageName: node 2543 languageName: node
2539 linkType: hard 2544 linkType: hard
2540 2545
@@ -2568,14 +2573,14 @@ __metadata:
2568 languageName: node 2573 languageName: node
2569 linkType: hard 2574 linkType: hard
2570 2575
2571"@typescript-eslint/eslint-plugin@npm:^5.57.1": 2576"@typescript-eslint/eslint-plugin@npm:^5.58.0":
2572 version: 5.57.1 2577 version: 5.58.0
2573 resolution: "@typescript-eslint/eslint-plugin@npm:5.57.1" 2578 resolution: "@typescript-eslint/eslint-plugin@npm:5.58.0"
2574 dependencies: 2579 dependencies:
2575 "@eslint-community/regexpp": "npm:^4.4.0" 2580 "@eslint-community/regexpp": "npm:^4.4.0"
2576 "@typescript-eslint/scope-manager": "npm:5.57.1" 2581 "@typescript-eslint/scope-manager": "npm:5.58.0"
2577 "@typescript-eslint/type-utils": "npm:5.57.1" 2582 "@typescript-eslint/type-utils": "npm:5.58.0"
2578 "@typescript-eslint/utils": "npm:5.57.1" 2583 "@typescript-eslint/utils": "npm:5.58.0"
2579 debug: "npm:^4.3.4" 2584 debug: "npm:^4.3.4"
2580 grapheme-splitter: "npm:^1.0.4" 2585 grapheme-splitter: "npm:^1.0.4"
2581 ignore: "npm:^5.2.0" 2586 ignore: "npm:^5.2.0"
@@ -2588,43 +2593,43 @@ __metadata:
2588 peerDependenciesMeta: 2593 peerDependenciesMeta:
2589 typescript: 2594 typescript:
2590 optional: true 2595 optional: true
2591 checksum: 95be498484c10afad327e464bb016051b2ce9d9eb4e25cf2af509af1724dc4b9275907e0ee0d9f6107edc4978d9bf02d3495605ecba60b4eb2ae28f6e8046941 2596 checksum: 789641f3f0e8558796476ed66558e74e9cdfeaa037dba86fe78bd8034c96efa2edd0a40a5b70ac07af7c1e76df3ee3dc52cf12109d7e02fa6c851dcc3d171439
2592 languageName: node 2597 languageName: node
2593 linkType: hard 2598 linkType: hard
2594 2599
2595"@typescript-eslint/parser@npm:^5.57.1": 2600"@typescript-eslint/parser@npm:^5.58.0":
2596 version: 5.57.1 2601 version: 5.58.0
2597 resolution: "@typescript-eslint/parser@npm:5.57.1" 2602 resolution: "@typescript-eslint/parser@npm:5.58.0"
2598 dependencies: 2603 dependencies:
2599 "@typescript-eslint/scope-manager": "npm:5.57.1" 2604 "@typescript-eslint/scope-manager": "npm:5.58.0"
2600 "@typescript-eslint/types": "npm:5.57.1" 2605 "@typescript-eslint/types": "npm:5.58.0"
2601 "@typescript-eslint/typescript-estree": "npm:5.57.1" 2606 "@typescript-eslint/typescript-estree": "npm:5.58.0"
2602 debug: "npm:^4.3.4" 2607 debug: "npm:^4.3.4"
2603 peerDependencies: 2608 peerDependencies:
2604 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 2609 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2605 peerDependenciesMeta: 2610 peerDependenciesMeta:
2606 typescript: 2611 typescript:
2607 optional: true 2612 optional: true
2608 checksum: 4c3402bf61f5b1e5725f953c7e2e3e4545bc96117aa61232d253a2e68f5af7a3dc45a03d82674e00415e559669752ef9df2a3bc2aab51fc362b0543d80917cf3 2613 checksum: d89949fa007411a001a463fb6e317b7d00d11219d7980f7369589ee98e21cab430eb05e573ae17053af29ab8a4e85812d19b787dde21d9b3d333782d5e6cd665
2609 languageName: node 2614 languageName: node
2610 linkType: hard 2615 linkType: hard
2611 2616
2612"@typescript-eslint/scope-manager@npm:5.57.1": 2617"@typescript-eslint/scope-manager@npm:5.58.0":
2613 version: 5.57.1 2618 version: 5.58.0
2614 resolution: "@typescript-eslint/scope-manager@npm:5.57.1" 2619 resolution: "@typescript-eslint/scope-manager@npm:5.58.0"
2615 dependencies: 2620 dependencies:
2616 "@typescript-eslint/types": "npm:5.57.1" 2621 "@typescript-eslint/types": "npm:5.58.0"
2617 "@typescript-eslint/visitor-keys": "npm:5.57.1" 2622 "@typescript-eslint/visitor-keys": "npm:5.58.0"
2618 checksum: 05675338d481c16075af5cf8dbb53cb52b6e9505b903cbdd184828cb271ac2f2f39a78831e8f3972ee68732d4fa188f09b8d1098e196a2379d5daf73c2009f69 2623 checksum: 632cfeb7695ec576f593bd090e3f87991b471f8804a8d53351fbe51d0b75a0efeccc2b7742fc6cadda4949352d209c3a10650edf9a7e0097e8074437f77ccc7d
2619 languageName: node 2624 languageName: node
2620 linkType: hard 2625 linkType: hard
2621 2626
2622"@typescript-eslint/type-utils@npm:5.57.1": 2627"@typescript-eslint/type-utils@npm:5.58.0":
2623 version: 5.57.1 2628 version: 5.58.0
2624 resolution: "@typescript-eslint/type-utils@npm:5.57.1" 2629 resolution: "@typescript-eslint/type-utils@npm:5.58.0"
2625 dependencies: 2630 dependencies:
2626 "@typescript-eslint/typescript-estree": "npm:5.57.1" 2631 "@typescript-eslint/typescript-estree": "npm:5.58.0"
2627 "@typescript-eslint/utils": "npm:5.57.1" 2632 "@typescript-eslint/utils": "npm:5.58.0"
2628 debug: "npm:^4.3.4" 2633 debug: "npm:^4.3.4"
2629 tsutils: "npm:^3.21.0" 2634 tsutils: "npm:^3.21.0"
2630 peerDependencies: 2635 peerDependencies:
@@ -2632,23 +2637,23 @@ __metadata:
2632 peerDependenciesMeta: 2637 peerDependenciesMeta:
2633 typescript: 2638 typescript:
2634 optional: true 2639 optional: true
2635 checksum: ec9fd607176fdaa80fe8574d8d23af95e257ffa8c3f686bfe6e0fb5dafd035f21e774c9f746b473a781c5e6c89f945f70df9c00dcb6f5288f322f3f85b594ce8 2640 checksum: 74b2cfec118dd81bae8e34285cb67db2b8e8469e12d80ae35ce70b83e5b82290660ec7345bc275cbe1d9e71776cd36af52062ba00548cf72f1690e1f0ad19a7f
2636 languageName: node 2641 languageName: node
2637 linkType: hard 2642 linkType: hard
2638 2643
2639"@typescript-eslint/types@npm:5.57.1": 2644"@typescript-eslint/types@npm:5.58.0":
2640 version: 5.57.1 2645 version: 5.58.0
2641 resolution: "@typescript-eslint/types@npm:5.57.1" 2646 resolution: "@typescript-eslint/types@npm:5.58.0"
2642 checksum: 1052c0620c159e9b191dd006539a8971101ee58ca194960b8fe0c5c0e29d08eb92aaca5900bbe4bd8975e520952e0277137ddcaeb925170984857f010809860e 2647 checksum: 1d7e547c09774afeb4658e40a401347e4440ee996c3be41ce9a4a100914f2795e1ca7364baac82dcf6577ff6fc11d5ffa729d71b811926bb02bb8aa245cd6646
2643 languageName: node 2648 languageName: node
2644 linkType: hard 2649 linkType: hard
2645 2650
2646"@typescript-eslint/typescript-estree@npm:5.57.1": 2651"@typescript-eslint/typescript-estree@npm:5.58.0":
2647 version: 5.57.1 2652 version: 5.58.0
2648 resolution: "@typescript-eslint/typescript-estree@npm:5.57.1" 2653 resolution: "@typescript-eslint/typescript-estree@npm:5.58.0"
2649 dependencies: 2654 dependencies:
2650 "@typescript-eslint/types": "npm:5.57.1" 2655 "@typescript-eslint/types": "npm:5.58.0"
2651 "@typescript-eslint/visitor-keys": "npm:5.57.1" 2656 "@typescript-eslint/visitor-keys": "npm:5.58.0"
2652 debug: "npm:^4.3.4" 2657 debug: "npm:^4.3.4"
2653 globby: "npm:^11.1.0" 2658 globby: "npm:^11.1.0"
2654 is-glob: "npm:^4.0.3" 2659 is-glob: "npm:^4.0.3"
@@ -2657,46 +2662,46 @@ __metadata:
2657 peerDependenciesMeta: 2662 peerDependenciesMeta:
2658 typescript: 2663 typescript:
2659 optional: true 2664 optional: true
2660 checksum: 91176d68f78c0300645d606aeae4d0dbc03eea2b8ee3f92bb8716e352a9b2dec8c7224dfcf4d4773ae1d6982225aef9212d8ec02d1bdb9fdf43eca06c417eee7 2665 checksum: 4eb180fc602ab5b709b4a1c936d94f6c657a372a0065510aeac4f0f94c25ec480a6b2b9c0c771db5d8b347e44095dd29488c5644a4e6e9d1be1e3b1212932977
2661 languageName: node 2666 languageName: node
2662 linkType: hard 2667 linkType: hard
2663 2668
2664"@typescript-eslint/utils@npm:5.57.1": 2669"@typescript-eslint/utils@npm:5.58.0":
2665 version: 5.57.1 2670 version: 5.58.0
2666 resolution: "@typescript-eslint/utils@npm:5.57.1" 2671 resolution: "@typescript-eslint/utils@npm:5.58.0"
2667 dependencies: 2672 dependencies:
2668 "@eslint-community/eslint-utils": "npm:^4.2.0" 2673 "@eslint-community/eslint-utils": "npm:^4.2.0"
2669 "@types/json-schema": "npm:^7.0.9" 2674 "@types/json-schema": "npm:^7.0.9"
2670 "@types/semver": "npm:^7.3.12" 2675 "@types/semver": "npm:^7.3.12"
2671 "@typescript-eslint/scope-manager": "npm:5.57.1" 2676 "@typescript-eslint/scope-manager": "npm:5.58.0"
2672 "@typescript-eslint/types": "npm:5.57.1" 2677 "@typescript-eslint/types": "npm:5.58.0"
2673 "@typescript-eslint/typescript-estree": "npm:5.57.1" 2678 "@typescript-eslint/typescript-estree": "npm:5.58.0"
2674 eslint-scope: "npm:^5.1.1" 2679 eslint-scope: "npm:^5.1.1"
2675 semver: "npm:^7.3.7" 2680 semver: "npm:^7.3.7"
2676 peerDependencies: 2681 peerDependencies:
2677 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 2682 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2678 checksum: 8f29b846d2ad29d04b8973342f2c12a741cc4b291e493d052ad0291cddfc3b3901f639cb2b8cae29503ddc62d69e9316df50b5ec4fe3b2658aa6d1153ce66c60 2683 checksum: 09f885881cf0a146846da3b118af32a96ec239e274e7cecda32cbb6e9c3e721559482245190bfa20534937ba92ed14db943ccb5eee2a00960e44bc12c02be810
2679 languageName: node 2684 languageName: node
2680 linkType: hard 2685 linkType: hard
2681 2686
2682"@typescript-eslint/visitor-keys@npm:5.57.1": 2687"@typescript-eslint/visitor-keys@npm:5.58.0":
2683 version: 5.57.1 2688 version: 5.58.0
2684 resolution: "@typescript-eslint/visitor-keys@npm:5.57.1" 2689 resolution: "@typescript-eslint/visitor-keys@npm:5.58.0"
2685 dependencies: 2690 dependencies:
2686 "@typescript-eslint/types": "npm:5.57.1" 2691 "@typescript-eslint/types": "npm:5.58.0"
2687 eslint-visitor-keys: "npm:^3.3.0" 2692 eslint-visitor-keys: "npm:^3.3.0"
2688 checksum: 32d4992f4de62140f8fe542835b1ba1e69274d3326b79812ed1836eee3af0a26eed4611b8b83dbf8cb5d0627bace25328c5d1242011019eb71b13840cd01a2d7 2693 checksum: 424d0826911e4689a14f63fb17cc325f05687db28d05f057c89e65620d03906f4d5709755942be27ff6baed879f22a4aad0a6da8d888d7ab44f45d2a0e21420a
2689 languageName: node 2694 languageName: node
2690 linkType: hard 2695 linkType: hard
2691 2696
2692"@vitejs/plugin-react-swc@npm:^3.2.0": 2697"@vitejs/plugin-react-swc@npm:^3.3.0":
2693 version: 3.2.0 2698 version: 3.3.0
2694 resolution: "@vitejs/plugin-react-swc@npm:3.2.0" 2699 resolution: "@vitejs/plugin-react-swc@npm:3.3.0"
2695 dependencies: 2700 dependencies:
2696 "@swc/core": "npm:^1.3.35" 2701 "@swc/core": "npm:^1.3.42"
2697 peerDependencies: 2702 peerDependencies:
2698 vite: ^4 2703 vite: ^4
2699 checksum: cd5da8d9f96261d5b062f588393576748d75c245242fa8cd88ec1a983510cd3d5aeadc58f543f5a8a51e214866d966492a743b0f284197b531a00a202487b32c 2704 checksum: 980017323b512baa20adc3f2852c92fe82589ac6616cc345207b74cc630cd451a5e6f8f5fd0f395b3d9660eedd46bf2f8a491e4f2b497e82a4ff3d98ebf9e969
2700 languageName: node 2705 languageName: node
2701 linkType: hard 2706 linkType: hard
2702 2707
@@ -3249,12 +3254,12 @@ __metadata:
3249 languageName: node 3254 languageName: node
3250 linkType: hard 3255 linkType: hard
3251 3256
3252"clean-css@npm:5.2.0": 3257"clean-css@npm:~5.3.2":
3253 version: 5.2.0 3258 version: 5.3.2
3254 resolution: "clean-css@npm:5.2.0" 3259 resolution: "clean-css@npm:5.3.2"
3255 dependencies: 3260 dependencies:
3256 source-map: "npm:~0.6.0" 3261 source-map: "npm:~0.6.0"
3257 checksum: 845c87cf21e30358f9caff7cae0401e33b086764ced11c9ca5cd86666547a53ef20ff4bd7458187be5bf96922fe6a5f8f35d657c0488b4fefe527457afd6559f 3262 checksum: 3ba045341c3d4bb37b0cb69a2ea20774f60736a9ff7a11ea78bb457bc84fa1e2e7264da28a755d0f02ccfbe841b9e1d8321a9c3938f160f8bdd70c29fbb7dc9a
3258 languageName: node 3263 languageName: node
3259 linkType: hard 3264 linkType: hard
3260 3265
@@ -3313,6 +3318,13 @@ __metadata:
3313 languageName: node 3318 languageName: node
3314 linkType: hard 3319 linkType: hard
3315 3320
3321"commander@npm:^10.0.0":
3322 version: 10.0.1
3323 resolution: "commander@npm:10.0.1"
3324 checksum: b2a03d799104eac407ca031b94126c98198594fcff41554eb253cef748de57fb1a4cdd591baa075de589f2fddf1f968d1ecd1b79e8b47570ee441ab4f3363776
3325 languageName: node
3326 linkType: hard
3327
3316"commander@npm:^2.20.0": 3328"commander@npm:^2.20.0":
3317 version: 2.20.3 3329 version: 2.20.3
3318 resolution: "commander@npm:2.20.3" 3330 resolution: "commander@npm:2.20.3"
@@ -3327,13 +3339,6 @@ __metadata:
3327 languageName: node 3339 languageName: node
3328 linkType: hard 3340 linkType: hard
3329 3341
3330"commander@npm:^9.4.1":
3331 version: 9.5.0
3332 resolution: "commander@npm:9.5.0"
3333 checksum: 1d09146ccb60400550629bcded4b72eeb100728207ecb2538dd827b19571dc16d3b0ee5da762d9bdbbe680ed5cca6658cac5bfce262b1b73eabe5ef8c15cdd9d
3334 languageName: node
3335 linkType: hard
3336
3337"common-tags@npm:^1.8.0": 3342"common-tags@npm:^1.8.0":
3338 version: 1.8.2 3343 version: 1.8.2
3339 resolution: "common-tags@npm:1.8.2" 3344 resolution: "common-tags@npm:1.8.2"
@@ -4687,20 +4692,20 @@ __metadata:
4687 languageName: node 4692 languageName: node
4688 linkType: hard 4693 linkType: hard
4689 4694
4690"html-minifier-terser@npm:^7.1.0": 4695"html-minifier-terser@npm:^7.2.0":
4691 version: 7.1.0 4696 version: 7.2.0
4692 resolution: "html-minifier-terser@npm:7.1.0" 4697 resolution: "html-minifier-terser@npm:7.2.0"
4693 dependencies: 4698 dependencies:
4694 camel-case: "npm:^4.1.2" 4699 camel-case: "npm:^4.1.2"
4695 clean-css: "npm:5.2.0" 4700 clean-css: "npm:~5.3.2"
4696 commander: "npm:^9.4.1" 4701 commander: "npm:^10.0.0"
4697 entities: "npm:^4.4.0" 4702 entities: "npm:^4.4.0"
4698 param-case: "npm:^3.0.4" 4703 param-case: "npm:^3.0.4"
4699 relateurl: "npm:^0.2.7" 4704 relateurl: "npm:^0.2.7"
4700 terser: "npm:^5.15.1" 4705 terser: "npm:^5.15.1"
4701 bin: 4706 bin:
4702 html-minifier-terser: cli.js 4707 html-minifier-terser: cli.js
4703 checksum: 188f77b3cf44c7d13a6137d3a337c41fa0ac628b4c69816ca4cf4aa60d80eb7803082ddb7d4fd883e386c420bf9cc59c58b8f528c26d9ce0f7adf072edcf8920 4708 checksum: 9287823ef09537f522a138930bce6cf28fad9740c194f13dce0b80d22c7870de3814e3e6780f56a4e0bdc2cb20b87af2edbfd12835e3773e60f887bff9e1798f
4704 languageName: node 4709 languageName: node
4705 linkType: hard 4710 linkType: hard
4706 4711