aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-08 23:12:55 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-08 23:12:55 +0200
commit22303fa57aaf822f1109b18413d16638f464d06e (patch)
tree0e8045e951fafa7bf54ec6a49ca297e827de59c3
parentbuild: convert Gradle scripts to Kotlin (diff)
downloadrefinery-22303fa57aaf822f1109b18413d16638f464d06e.tar.gz
refinery-22303fa57aaf822f1109b18413d16638f464d06e.tar.zst
refinery-22303fa57aaf822f1109b18413d16638f464d06e.zip
chore(deps): bump dependencies
-rw-r--r--.yarn/sdks/eslint/package.json2
-rw-r--r--.yarn/sdks/typescript/package.json2
-rw-r--r--gradle/libs.versions.toml2
-rw-r--r--package.json4
-rw-r--r--subprojects/frontend/package.json18
-rw-r--r--yarn.lock457
6 files changed, 243 insertions, 242 deletions
diff --git a/.yarn/sdks/eslint/package.json b/.yarn/sdks/eslint/package.json
index a244033a..3910b861 100644
--- a/.yarn/sdks/eslint/package.json
+++ b/.yarn/sdks/eslint/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "eslint", 2 "name": "eslint",
3 "version": "8.37.0-sdk", 3 "version": "8.38.0-sdk",
4 "main": "./lib/api.js", 4 "main": "./lib/api.js",
5 "type": "commonjs" 5 "type": "commonjs"
6} 6}
diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json
index f1d7ffa4..925b839e 100644
--- a/.yarn/sdks/typescript/package.json
+++ b/.yarn/sdks/typescript/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "typescript", 2 "name": "typescript",
3 "version": "5.0.3-sdk", 3 "version": "5.0.4-sdk",
4 "main": "./lib/typescript.js", 4 "main": "./lib/typescript.js",
5 "type": "commonjs" 5 "type": "commonjs"
6} 6}
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a797905b..fe5966af 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -6,7 +6,7 @@ junit = "5.9.2"
6mockito = "5.2.0" 6mockito = "5.2.0"
7mwe2 = "2.14.0" 7mwe2 = "2.14.0"
8slf4j = "2.0.7" 8slf4j = "2.0.7"
9xtext = "2.30.0" 9xtext = "2.31.0.M0"
10 10
11[libraries] 11[libraries]
12jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "24.0.1"} 12jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "24.0.1"}
diff --git a/package.json b/package.json
index e3443202..2da37157 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
10 }, 10 },
11 "packageManager": "yarn@4.0.0-rc.42", 11 "packageManager": "yarn@4.0.0-rc.42",
12 "devDependencies": { 12 "devDependencies": {
13 "eslint": "^8.37.0", 13 "eslint": "^8.38.0",
14 "typescript": "5.0.3" 14 "typescript": "5.0.4"
15 } 15 }
16} 16}
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index a761e74c..8b4a3f71 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -39,11 +39,11 @@
39 "@lezer/highlight": "^1.1.4", 39 "@lezer/highlight": "^1.1.4",
40 "@lezer/lr": "^1.3.3", 40 "@lezer/lr": "^1.3.3",
41 "@material-icons/svg": "^1.0.33", 41 "@material-icons/svg": "^1.0.33",
42 "@mui/icons-material": "5.11.11", 42 "@mui/icons-material": "5.11.16",
43 "@mui/material": "5.11.15", 43 "@mui/material": "5.11.16",
44 "@vitejs/plugin-react-swc": "^3.2.0", 44 "@vitejs/plugin-react-swc": "^3.2.0",
45 "ansi-styles": "^6.2.1", 45 "ansi-styles": "^6.2.1",
46 "csstype": "^3.1.1", 46 "csstype": "^3.1.2",
47 "escape-string-regexp": "^5.0.0", 47 "escape-string-regexp": "^5.0.0",
48 "lodash-es": "^4.17.21", 48 "lodash-es": "^4.17.21",
49 "loglevel": "^1.8.1", 49 "loglevel": "^1.8.1",
@@ -68,17 +68,17 @@
68 "@types/ms": "^0.7.31", 68 "@types/ms": "^0.7.31",
69 "@types/node": "^18.15.11", 69 "@types/node": "^18.15.11",
70 "@types/prettier": "^2.7.2", 70 "@types/prettier": "^2.7.2",
71 "@types/react": "^18.0.31", 71 "@types/react": "^18.0.33",
72 "@types/react-dom": "^18.0.11", 72 "@types/react-dom": "^18.0.11",
73 "@typescript-eslint/eslint-plugin": "^5.57.0", 73 "@typescript-eslint/eslint-plugin": "^5.57.1",
74 "@typescript-eslint/parser": "^5.57.0", 74 "@typescript-eslint/parser": "^5.57.1",
75 "@xstate/cli": "^0.4.2", 75 "@xstate/cli": "^0.4.2",
76 "cross-env": "^7.0.3", 76 "cross-env": "^7.0.3",
77 "eslint": "^8.37.0", 77 "eslint": "^8.38.0",
78 "eslint-config-airbnb": "^19.0.4", 78 "eslint-config-airbnb": "^19.0.4",
79 "eslint-config-airbnb-typescript": "^17.0.0", 79 "eslint-config-airbnb-typescript": "^17.0.0",
80 "eslint-config-prettier": "^8.8.0", 80 "eslint-config-prettier": "^8.8.0",
81 "eslint-import-resolver-typescript": "^3.5.4", 81 "eslint-import-resolver-typescript": "^3.5.5",
82 "eslint-plugin-import": "^2.27.5", 82 "eslint-plugin-import": "^2.27.5",
83 "eslint-plugin-jsx-a11y": "^6.7.1", 83 "eslint-plugin-jsx-a11y": "^6.7.1",
84 "eslint-plugin-mobx": "^0.0.9", 84 "eslint-plugin-mobx": "^0.0.9",
@@ -88,7 +88,7 @@
88 "html-minifier-terser": "^7.1.0", 88 "html-minifier-terser": "^7.1.0",
89 "micromatch": "^4.0.5", 89 "micromatch": "^4.0.5",
90 "prettier": "^2.8.7", 90 "prettier": "^2.8.7",
91 "typescript": "5.0.3", 91 "typescript": "5.0.4",
92 "vite": "^4.2.1", 92 "vite": "^4.2.1",
93 "vite-plugin-pwa": "^0.14.7", 93 "vite-plugin-pwa": "^0.14.7",
94 "workbox-window": "^6.5.4" 94 "workbox-window": "^6.5.4"
diff --git a/yarn.lock b/yarn.lock
index 082b1287..cdc9924a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1502,156 +1502,156 @@ __metadata:
1502 languageName: node 1502 languageName: node
1503 linkType: hard 1503 linkType: hard
1504 1504
1505"@esbuild/android-arm64@npm:0.17.14": 1505"@esbuild/android-arm64@npm:0.17.15":
1506 version: 0.17.14 1506 version: 0.17.15
1507 resolution: "@esbuild/android-arm64@npm:0.17.14" 1507 resolution: "@esbuild/android-arm64@npm:0.17.15"
1508 conditions: os=android & cpu=arm64 1508 conditions: os=android & cpu=arm64
1509 languageName: node 1509 languageName: node
1510 linkType: hard 1510 linkType: hard
1511 1511
1512"@esbuild/android-arm@npm:0.17.14": 1512"@esbuild/android-arm@npm:0.17.15":
1513 version: 0.17.14 1513 version: 0.17.15
1514 resolution: "@esbuild/android-arm@npm:0.17.14" 1514 resolution: "@esbuild/android-arm@npm:0.17.15"
1515 conditions: os=android & cpu=arm 1515 conditions: os=android & cpu=arm
1516 languageName: node 1516 languageName: node
1517 linkType: hard 1517 linkType: hard
1518 1518
1519"@esbuild/android-x64@npm:0.17.14": 1519"@esbuild/android-x64@npm:0.17.15":
1520 version: 0.17.14 1520 version: 0.17.15
1521 resolution: "@esbuild/android-x64@npm:0.17.14" 1521 resolution: "@esbuild/android-x64@npm:0.17.15"
1522 conditions: os=android & cpu=x64 1522 conditions: os=android & cpu=x64
1523 languageName: node 1523 languageName: node
1524 linkType: hard 1524 linkType: hard
1525 1525
1526"@esbuild/darwin-arm64@npm:0.17.14": 1526"@esbuild/darwin-arm64@npm:0.17.15":
1527 version: 0.17.14 1527 version: 0.17.15
1528 resolution: "@esbuild/darwin-arm64@npm:0.17.14" 1528 resolution: "@esbuild/darwin-arm64@npm:0.17.15"
1529 conditions: os=darwin & cpu=arm64 1529 conditions: os=darwin & cpu=arm64
1530 languageName: node 1530 languageName: node
1531 linkType: hard 1531 linkType: hard
1532 1532
1533"@esbuild/darwin-x64@npm:0.17.14": 1533"@esbuild/darwin-x64@npm:0.17.15":
1534 version: 0.17.14 1534 version: 0.17.15
1535 resolution: "@esbuild/darwin-x64@npm:0.17.14" 1535 resolution: "@esbuild/darwin-x64@npm:0.17.15"
1536 conditions: os=darwin & cpu=x64 1536 conditions: os=darwin & cpu=x64
1537 languageName: node 1537 languageName: node
1538 linkType: hard 1538 linkType: hard
1539 1539
1540"@esbuild/freebsd-arm64@npm:0.17.14": 1540"@esbuild/freebsd-arm64@npm:0.17.15":
1541 version: 0.17.14 1541 version: 0.17.15
1542 resolution: "@esbuild/freebsd-arm64@npm:0.17.14" 1542 resolution: "@esbuild/freebsd-arm64@npm:0.17.15"
1543 conditions: os=freebsd & cpu=arm64 1543 conditions: os=freebsd & cpu=arm64
1544 languageName: node 1544 languageName: node
1545 linkType: hard 1545 linkType: hard
1546 1546
1547"@esbuild/freebsd-x64@npm:0.17.14": 1547"@esbuild/freebsd-x64@npm:0.17.15":
1548 version: 0.17.14 1548 version: 0.17.15
1549 resolution: "@esbuild/freebsd-x64@npm:0.17.14" 1549 resolution: "@esbuild/freebsd-x64@npm:0.17.15"
1550 conditions: os=freebsd & cpu=x64 1550 conditions: os=freebsd & cpu=x64
1551 languageName: node 1551 languageName: node
1552 linkType: hard 1552 linkType: hard
1553 1553
1554"@esbuild/linux-arm64@npm:0.17.14": 1554"@esbuild/linux-arm64@npm:0.17.15":
1555 version: 0.17.14 1555 version: 0.17.15
1556 resolution: "@esbuild/linux-arm64@npm:0.17.14" 1556 resolution: "@esbuild/linux-arm64@npm:0.17.15"
1557 conditions: os=linux & cpu=arm64 1557 conditions: os=linux & cpu=arm64
1558 languageName: node 1558 languageName: node
1559 linkType: hard 1559 linkType: hard
1560 1560
1561"@esbuild/linux-arm@npm:0.17.14": 1561"@esbuild/linux-arm@npm:0.17.15":
1562 version: 0.17.14 1562 version: 0.17.15
1563 resolution: "@esbuild/linux-arm@npm:0.17.14" 1563 resolution: "@esbuild/linux-arm@npm:0.17.15"
1564 conditions: os=linux & cpu=arm 1564 conditions: os=linux & cpu=arm
1565 languageName: node 1565 languageName: node
1566 linkType: hard 1566 linkType: hard
1567 1567
1568"@esbuild/linux-ia32@npm:0.17.14": 1568"@esbuild/linux-ia32@npm:0.17.15":
1569 version: 0.17.14 1569 version: 0.17.15
1570 resolution: "@esbuild/linux-ia32@npm:0.17.14" 1570 resolution: "@esbuild/linux-ia32@npm:0.17.15"
1571 conditions: os=linux & cpu=ia32 1571 conditions: os=linux & cpu=ia32
1572 languageName: node 1572 languageName: node
1573 linkType: hard 1573 linkType: hard
1574 1574
1575"@esbuild/linux-loong64@npm:0.17.14": 1575"@esbuild/linux-loong64@npm:0.17.15":
1576 version: 0.17.14 1576 version: 0.17.15
1577 resolution: "@esbuild/linux-loong64@npm:0.17.14" 1577 resolution: "@esbuild/linux-loong64@npm:0.17.15"
1578 conditions: os=linux & cpu=loong64 1578 conditions: os=linux & cpu=loong64
1579 languageName: node 1579 languageName: node
1580 linkType: hard 1580 linkType: hard
1581 1581
1582"@esbuild/linux-mips64el@npm:0.17.14": 1582"@esbuild/linux-mips64el@npm:0.17.15":
1583 version: 0.17.14 1583 version: 0.17.15
1584 resolution: "@esbuild/linux-mips64el@npm:0.17.14" 1584 resolution: "@esbuild/linux-mips64el@npm:0.17.15"
1585 conditions: os=linux & cpu=mips64el 1585 conditions: os=linux & cpu=mips64el
1586 languageName: node 1586 languageName: node
1587 linkType: hard 1587 linkType: hard
1588 1588
1589"@esbuild/linux-ppc64@npm:0.17.14": 1589"@esbuild/linux-ppc64@npm:0.17.15":
1590 version: 0.17.14 1590 version: 0.17.15
1591 resolution: "@esbuild/linux-ppc64@npm:0.17.14" 1591 resolution: "@esbuild/linux-ppc64@npm:0.17.15"
1592 conditions: os=linux & cpu=ppc64 1592 conditions: os=linux & cpu=ppc64
1593 languageName: node 1593 languageName: node
1594 linkType: hard 1594 linkType: hard
1595 1595
1596"@esbuild/linux-riscv64@npm:0.17.14": 1596"@esbuild/linux-riscv64@npm:0.17.15":
1597 version: 0.17.14 1597 version: 0.17.15
1598 resolution: "@esbuild/linux-riscv64@npm:0.17.14" 1598 resolution: "@esbuild/linux-riscv64@npm:0.17.15"
1599 conditions: os=linux & cpu=riscv64 1599 conditions: os=linux & cpu=riscv64
1600 languageName: node 1600 languageName: node
1601 linkType: hard 1601 linkType: hard
1602 1602
1603"@esbuild/linux-s390x@npm:0.17.14": 1603"@esbuild/linux-s390x@npm:0.17.15":
1604 version: 0.17.14 1604 version: 0.17.15
1605 resolution: "@esbuild/linux-s390x@npm:0.17.14" 1605 resolution: "@esbuild/linux-s390x@npm:0.17.15"
1606 conditions: os=linux & cpu=s390x 1606 conditions: os=linux & cpu=s390x
1607 languageName: node 1607 languageName: node
1608 linkType: hard 1608 linkType: hard
1609 1609
1610"@esbuild/linux-x64@npm:0.17.14": 1610"@esbuild/linux-x64@npm:0.17.15":
1611 version: 0.17.14 1611 version: 0.17.15
1612 resolution: "@esbuild/linux-x64@npm:0.17.14" 1612 resolution: "@esbuild/linux-x64@npm:0.17.15"
1613 conditions: os=linux & cpu=x64 1613 conditions: os=linux & cpu=x64
1614 languageName: node 1614 languageName: node
1615 linkType: hard 1615 linkType: hard
1616 1616
1617"@esbuild/netbsd-x64@npm:0.17.14": 1617"@esbuild/netbsd-x64@npm:0.17.15":
1618 version: 0.17.14 1618 version: 0.17.15
1619 resolution: "@esbuild/netbsd-x64@npm:0.17.14" 1619 resolution: "@esbuild/netbsd-x64@npm:0.17.15"
1620 conditions: os=netbsd & cpu=x64 1620 conditions: os=netbsd & cpu=x64
1621 languageName: node 1621 languageName: node
1622 linkType: hard 1622 linkType: hard
1623 1623
1624"@esbuild/openbsd-x64@npm:0.17.14": 1624"@esbuild/openbsd-x64@npm:0.17.15":
1625 version: 0.17.14 1625 version: 0.17.15
1626 resolution: "@esbuild/openbsd-x64@npm:0.17.14" 1626 resolution: "@esbuild/openbsd-x64@npm:0.17.15"
1627 conditions: os=openbsd & cpu=x64 1627 conditions: os=openbsd & cpu=x64
1628 languageName: node 1628 languageName: node
1629 linkType: hard 1629 linkType: hard
1630 1630
1631"@esbuild/sunos-x64@npm:0.17.14": 1631"@esbuild/sunos-x64@npm:0.17.15":
1632 version: 0.17.14 1632 version: 0.17.15
1633 resolution: "@esbuild/sunos-x64@npm:0.17.14" 1633 resolution: "@esbuild/sunos-x64@npm:0.17.15"
1634 conditions: os=sunos & cpu=x64 1634 conditions: os=sunos & cpu=x64
1635 languageName: node 1635 languageName: node
1636 linkType: hard 1636 linkType: hard
1637 1637
1638"@esbuild/win32-arm64@npm:0.17.14": 1638"@esbuild/win32-arm64@npm:0.17.15":
1639 version: 0.17.14 1639 version: 0.17.15
1640 resolution: "@esbuild/win32-arm64@npm:0.17.14" 1640 resolution: "@esbuild/win32-arm64@npm:0.17.15"
1641 conditions: os=win32 & cpu=arm64 1641 conditions: os=win32 & cpu=arm64
1642 languageName: node 1642 languageName: node
1643 linkType: hard 1643 linkType: hard
1644 1644
1645"@esbuild/win32-ia32@npm:0.17.14": 1645"@esbuild/win32-ia32@npm:0.17.15":
1646 version: 0.17.14 1646 version: 0.17.15
1647 resolution: "@esbuild/win32-ia32@npm:0.17.14" 1647 resolution: "@esbuild/win32-ia32@npm:0.17.15"
1648 conditions: os=win32 & cpu=ia32 1648 conditions: os=win32 & cpu=ia32
1649 languageName: node 1649 languageName: node
1650 linkType: hard 1650 linkType: hard
1651 1651
1652"@esbuild/win32-x64@npm:0.17.14": 1652"@esbuild/win32-x64@npm:0.17.15":
1653 version: 0.17.14 1653 version: 0.17.15
1654 resolution: "@esbuild/win32-x64@npm:0.17.14" 1654 resolution: "@esbuild/win32-x64@npm:0.17.15"
1655 conditions: os=win32 & cpu=x64 1655 conditions: os=win32 & cpu=x64
1656 languageName: node 1656 languageName: node
1657 linkType: hard 1657 linkType: hard
@@ -1691,10 +1691,10 @@ __metadata:
1691 languageName: node 1691 languageName: node
1692 linkType: hard 1692 linkType: hard
1693 1693
1694"@eslint/js@npm:8.37.0": 1694"@eslint/js@npm:8.38.0":
1695 version: 8.37.0 1695 version: 8.38.0
1696 resolution: "@eslint/js@npm:8.37.0" 1696 resolution: "@eslint/js@npm:8.38.0"
1697 checksum: 4c2ec3cc0eed454e101d91402334cbb75c96e326960fab0326e2fb9a7d2fb137fd9047bcf5bf6114204dc1d43e7027bf02fd676f2806aa95bd5714c79cfdd821 1697 checksum: 9b03caa314853d1c3f9b66cc214adf4dcd1fa4799b6889cd936020008138f1e2a8f23b1674b9a5aa283b6ffbb8b9f9530c84237f559f75097050f14209bba16c
1698 languageName: node 1698 languageName: node
1699 linkType: hard 1699 linkType: hard
1700 1700
@@ -1850,9 +1850,9 @@ __metadata:
1850 languageName: node 1850 languageName: node
1851 linkType: hard 1851 linkType: hard
1852 1852
1853"@mui/base@npm:5.0.0-alpha.123": 1853"@mui/base@npm:5.0.0-alpha.124":
1854 version: 5.0.0-alpha.123 1854 version: 5.0.0-alpha.124
1855 resolution: "@mui/base@npm:5.0.0-alpha.123" 1855 resolution: "@mui/base@npm:5.0.0-alpha.124"
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"
@@ -1869,20 +1869,20 @@ __metadata:
1869 peerDependenciesMeta: 1869 peerDependenciesMeta:
1870 "@types/react": 1870 "@types/react":
1871 optional: true 1871 optional: true
1872 checksum: 85e446722e14ec8d4e1c70dc1c245e4c952d967b2f5c939f48fa4b88ec16c0bd02a4ee7e1e9a9738b2ab55a61d6bc860d8f5b9c612cb414ba2d7a763edb33186 1872 checksum: b53460ea251e96d4e976b5167a418c49b4f06e64fff3de620bb7e2b9d8f4a3958e4b0ca92b4173f8f137a8d2f16a6cbbade77ea3cae6ace927bad6ce1a539685
1873 languageName: node 1873 languageName: node
1874 linkType: hard 1874 linkType: hard
1875 1875
1876"@mui/core-downloads-tracker@npm:^5.11.15": 1876"@mui/core-downloads-tracker@npm:^5.11.16":
1877 version: 5.11.15 1877 version: 5.11.16
1878 resolution: "@mui/core-downloads-tracker@npm:5.11.15" 1878 resolution: "@mui/core-downloads-tracker@npm:5.11.16"
1879 checksum: e47f71d5ca91fceacbb469b3e1fb8e895957f8eabac1407d6de5729dce19db0e6c0587be3c534ce8c56b1736e5b9e54455703086f225d46eb4af2e0ff41c27e0 1879 checksum: a304a45302e64470d73fe07771287203a1f76555085a210e9edb5a5a9af2bc733893d5c26cd0a2cde55c6da084e921c307f0456de6ff47db3927727c49240673
1880 languageName: node 1880 languageName: node
1881 linkType: hard 1881 linkType: hard
1882 1882
1883"@mui/icons-material@npm:5.11.11": 1883"@mui/icons-material@npm:5.11.16":
1884 version: 5.11.11 1884 version: 5.11.16
1885 resolution: "@mui/icons-material@npm:5.11.11" 1885 resolution: "@mui/icons-material@npm:5.11.16"
1886 dependencies: 1886 dependencies:
1887 "@babel/runtime": "npm:^7.21.0" 1887 "@babel/runtime": "npm:^7.21.0"
1888 peerDependencies: 1888 peerDependencies:
@@ -1892,23 +1892,23 @@ __metadata:
1892 peerDependenciesMeta: 1892 peerDependenciesMeta:
1893 "@types/react": 1893 "@types/react":
1894 optional: true 1894 optional: true
1895 checksum: 5aae14a311366773a2553595c5a7cf7ba7bc15d8be940d7b4a495d8aa1c5cc13080f2a798d422f4b5bf3a43507cac9519dca4e453c60955620e9f7ca29d60eac 1895 checksum: b630053414ec48fc66b316822b92d3c18946906c7f8dac710a59ecea59a0db6258903de677ff4e6737f1a42308d45b8317dc530e526fef477ede184a72050be6
1896 languageName: node 1896 languageName: node
1897 linkType: hard 1897 linkType: hard
1898 1898
1899"@mui/material@npm:5.11.15": 1899"@mui/material@npm:5.11.16":
1900 version: 5.11.15 1900 version: 5.11.16
1901 resolution: "@mui/material@npm:5.11.15" 1901 resolution: "@mui/material@npm:5.11.16"
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.123" 1904 "@mui/base": "npm:5.0.0-alpha.124"
1905 "@mui/core-downloads-tracker": "npm:^5.11.15" 1905 "@mui/core-downloads-tracker": "npm:^5.11.16"
1906 "@mui/system": "npm:^5.11.15" 1906 "@mui/system": "npm:^5.11.16"
1907 "@mui/types": "npm:^7.2.3" 1907 "@mui/types": "npm:^7.2.3"
1908 "@mui/utils": "npm:^5.11.13" 1908 "@mui/utils": "npm:^5.11.13"
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.1" 1911 csstype: "npm:^3.1.2"
1912 prop-types: "npm:^15.8.1" 1912 prop-types: "npm:^15.8.1"
1913 react-is: "npm:^18.2.0" 1913 react-is: "npm:^18.2.0"
1914 react-transition-group: "npm:^4.4.5" 1914 react-transition-group: "npm:^4.4.5"
@@ -1925,7 +1925,7 @@ __metadata:
1925 optional: true 1925 optional: true
1926 "@types/react": 1926 "@types/react":
1927 optional: true 1927 optional: true
1928 checksum: f252dda54044f4eec330e74112b2a9c63a9ee8d3c1ab1665f1f0d0bdb2665a0005314121fd8166b069a4956888370784bedd30a9a71ae6a3e430ec3fdb8e0b97 1928 checksum: 95ab2e550de10673575c219be28a6d2259eac118286e53938582fcd01485ee16c086b96239d0427bd247b464efeaf0fa7805e9da1838ec83be7023428c26b1d1
1929 languageName: node 1929 languageName: node
1930 linkType: hard 1930 linkType: hard
1931 1931
@@ -1946,13 +1946,13 @@ __metadata:
1946 languageName: node 1946 languageName: node
1947 linkType: hard 1947 linkType: hard
1948 1948
1949"@mui/styled-engine@npm:^5.11.11": 1949"@mui/styled-engine@npm:^5.11.16":
1950 version: 5.11.11 1950 version: 5.11.16
1951 resolution: "@mui/styled-engine@npm:5.11.11" 1951 resolution: "@mui/styled-engine@npm:5.11.16"
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.5"
1955 csstype: "npm:^3.1.1" 1955 csstype: "npm:^3.1.2"
1956 prop-types: "npm:^15.8.1" 1956 prop-types: "npm:^15.8.1"
1957 peerDependencies: 1957 peerDependencies:
1958 "@emotion/react": ^11.4.1 1958 "@emotion/react": ^11.4.1
@@ -1963,21 +1963,21 @@ __metadata:
1963 optional: true 1963 optional: true
1964 "@emotion/styled": 1964 "@emotion/styled":
1965 optional: true 1965 optional: true
1966 checksum: a4e3408749e6f7069962b98fd6912f3e6c85587c14d578bcc381cafdb681faa7af05a644d4ce6dbcaaa0c3388745a1b83f9542ecafb037c2984ddf2d91fc1b47 1966 checksum: d28876c2752ce3b76efe3ac2c167c59e4fcdcc8fc0aae6374870db258e68c0f9db346c250116391268b89d0d4123e989664c4c32afefd2e45249514edffd6f2c
1967 languageName: node 1967 languageName: node
1968 linkType: hard 1968 linkType: hard
1969 1969
1970"@mui/system@npm:^5.11.15": 1970"@mui/system@npm:^5.11.16":
1971 version: 5.11.15 1971 version: 5.11.16
1972 resolution: "@mui/system@npm:5.11.15" 1972 resolution: "@mui/system@npm:5.11.16"
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.11.13"
1976 "@mui/styled-engine": "npm:^5.11.11" 1976 "@mui/styled-engine": "npm:^5.11.16"
1977 "@mui/types": "npm:^7.2.3" 1977 "@mui/types": "npm:^7.2.3"
1978 "@mui/utils": "npm:^5.11.13" 1978 "@mui/utils": "npm:^5.11.13"
1979 clsx: "npm:^1.2.1" 1979 clsx: "npm:^1.2.1"
1980 csstype: "npm:^3.1.1" 1980 csstype: "npm:^3.1.2"
1981 prop-types: "npm:^15.8.1" 1981 prop-types: "npm:^15.8.1"
1982 peerDependencies: 1982 peerDependencies:
1983 "@emotion/react": ^11.5.0 1983 "@emotion/react": ^11.5.0
@@ -1991,7 +1991,7 @@ __metadata:
1991 optional: true 1991 optional: true
1992 "@types/react": 1992 "@types/react":
1993 optional: true 1993 optional: true
1994 checksum: 8dd447cc52931f68306dcdea2eea6934c4e9e714571af6f679ce7db41e791b46c9a69afb36180d44ef0f040c3f0d674b39f7801e7cfca2f99cc4c04f5b6d226c 1994 checksum: 3edb017c917c6aac490ae4124a157862f56ad28e1a0f8fc4e78ae81ba42607e4caa1e650aea46d84e1f293bf93b3d8bb435ee6897a087a07ce4e0798457034e8
1995 languageName: node 1995 languageName: node
1996 linkType: hard 1996 linkType: hard
1997 1997
@@ -2110,8 +2110,8 @@ __metadata:
2110 "@lezer/highlight": "npm:^1.1.4" 2110 "@lezer/highlight": "npm:^1.1.4"
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.11" 2113 "@mui/icons-material": "npm:5.11.16"
2114 "@mui/material": "npm:5.11.15" 2114 "@mui/material": "npm:5.11.16"
2115 "@tsconfig/strictest": "npm:^2.0.0" 2115 "@tsconfig/strictest": "npm:^2.0.0"
2116 "@types/eslint": "npm:^8.37.0" 2116 "@types/eslint": "npm:^8.37.0"
2117 "@types/html-minifier-terser": "npm:^7.0.0" 2117 "@types/html-minifier-terser": "npm:^7.0.0"
@@ -2120,21 +2120,21 @@ __metadata:
2120 "@types/ms": "npm:^0.7.31" 2120 "@types/ms": "npm:^0.7.31"
2121 "@types/node": "npm:^18.15.11" 2121 "@types/node": "npm:^18.15.11"
2122 "@types/prettier": "npm:^2.7.2" 2122 "@types/prettier": "npm:^2.7.2"
2123 "@types/react": "npm:^18.0.31" 2123 "@types/react": "npm:^18.0.33"
2124 "@types/react-dom": "npm:^18.0.11" 2124 "@types/react-dom": "npm:^18.0.11"
2125 "@typescript-eslint/eslint-plugin": "npm:^5.57.0" 2125 "@typescript-eslint/eslint-plugin": "npm:^5.57.1"
2126 "@typescript-eslint/parser": "npm:^5.57.0" 2126 "@typescript-eslint/parser": "npm:^5.57.1"
2127 "@vitejs/plugin-react-swc": "npm:^3.2.0" 2127 "@vitejs/plugin-react-swc": "npm:^3.2.0"
2128 "@xstate/cli": "npm:^0.4.2" 2128 "@xstate/cli": "npm:^0.4.2"
2129 ansi-styles: "npm:^6.2.1" 2129 ansi-styles: "npm:^6.2.1"
2130 cross-env: "npm:^7.0.3" 2130 cross-env: "npm:^7.0.3"
2131 csstype: "npm:^3.1.1" 2131 csstype: "npm:^3.1.2"
2132 escape-string-regexp: "npm:^5.0.0" 2132 escape-string-regexp: "npm:^5.0.0"
2133 eslint: "npm:^8.37.0" 2133 eslint: "npm:^8.38.0"
2134 eslint-config-airbnb: "npm:^19.0.4" 2134 eslint-config-airbnb: "npm:^19.0.4"
2135 eslint-config-airbnb-typescript: "npm:^17.0.0" 2135 eslint-config-airbnb-typescript: "npm:^17.0.0"
2136 eslint-config-prettier: "npm:^8.8.0" 2136 eslint-config-prettier: "npm:^8.8.0"
2137 eslint-import-resolver-typescript: "npm:^3.5.4" 2137 eslint-import-resolver-typescript: "npm:^3.5.5"
2138 eslint-plugin-import: "npm:^2.27.5" 2138 eslint-plugin-import: "npm:^2.27.5"
2139 eslint-plugin-jsx-a11y: "npm:^6.7.1" 2139 eslint-plugin-jsx-a11y: "npm:^6.7.1"
2140 eslint-plugin-mobx: "npm:^0.0.9" 2140 eslint-plugin-mobx: "npm:^0.0.9"
@@ -2154,7 +2154,7 @@ __metadata:
2154 prettier: "npm:^2.8.7" 2154 prettier: "npm:^2.8.7"
2155 react: "npm:^18.2.0" 2155 react: "npm:^18.2.0"
2156 react-dom: "npm:^18.2.0" 2156 react-dom: "npm:^18.2.0"
2157 typescript: "npm:5.0.3" 2157 typescript: "npm:5.0.4"
2158 vite: "npm:^4.2.1" 2158 vite: "npm:^4.2.1"
2159 vite-plugin-pwa: "npm:^0.14.7" 2159 vite-plugin-pwa: "npm:^0.14.7"
2160 workbox-window: "npm:^6.5.4" 2160 workbox-window: "npm:^6.5.4"
@@ -2167,8 +2167,8 @@ __metadata:
2167 version: 0.0.0-use.local 2167 version: 0.0.0-use.local
2168 resolution: "@refinery/root@workspace:." 2168 resolution: "@refinery/root@workspace:."
2169 dependencies: 2169 dependencies:
2170 eslint: "npm:^8.37.0" 2170 eslint: "npm:^8.38.0"
2171 typescript: "npm:5.0.3" 2171 typescript: "npm:5.0.4"
2172 languageName: unknown 2172 languageName: unknown
2173 linkType: soft 2173 linkType: soft
2174 2174
@@ -2535,14 +2535,14 @@ __metadata:
2535 languageName: node 2535 languageName: node
2536 linkType: hard 2536 linkType: hard
2537 2537
2538"@types/react@npm:*, @types/react@npm:^18.0.31": 2538"@types/react@npm:*, @types/react@npm:^18.0.33":
2539 version: 18.0.31 2539 version: 18.0.33
2540 resolution: "@types/react@npm:18.0.31" 2540 resolution: "@types/react@npm:18.0.33"
2541 dependencies: 2541 dependencies:
2542 "@types/prop-types": "npm:*" 2542 "@types/prop-types": "npm:*"
2543 "@types/scheduler": "npm:*" 2543 "@types/scheduler": "npm:*"
2544 csstype: "npm:^3.0.2" 2544 csstype: "npm:^3.0.2"
2545 checksum: 566a40c89bf50695e8feba6188e5bc390db2895a9d9cc05e3285a9365d13e3abe695c25947758955bea21b94ce112bafb0c21d9c6e9240bea801de070bf29d59 2545 checksum: e549b6a44ec7af44b77049ae54a3f08fe9a735806f56e92f49ce79db068defa06e98ee00c6f3ab0882c9d6bd80529f0e425315a5ff6b2acc03453639df899231
2546 languageName: node 2546 languageName: node
2547 linkType: hard 2547 linkType: hard
2548 2548
@@ -2576,14 +2576,14 @@ __metadata:
2576 languageName: node 2576 languageName: node
2577 linkType: hard 2577 linkType: hard
2578 2578
2579"@typescript-eslint/eslint-plugin@npm:^5.57.0": 2579"@typescript-eslint/eslint-plugin@npm:^5.57.1":
2580 version: 5.57.0 2580 version: 5.57.1
2581 resolution: "@typescript-eslint/eslint-plugin@npm:5.57.0" 2581 resolution: "@typescript-eslint/eslint-plugin@npm:5.57.1"
2582 dependencies: 2582 dependencies:
2583 "@eslint-community/regexpp": "npm:^4.4.0" 2583 "@eslint-community/regexpp": "npm:^4.4.0"
2584 "@typescript-eslint/scope-manager": "npm:5.57.0" 2584 "@typescript-eslint/scope-manager": "npm:5.57.1"
2585 "@typescript-eslint/type-utils": "npm:5.57.0" 2585 "@typescript-eslint/type-utils": "npm:5.57.1"
2586 "@typescript-eslint/utils": "npm:5.57.0" 2586 "@typescript-eslint/utils": "npm:5.57.1"
2587 debug: "npm:^4.3.4" 2587 debug: "npm:^4.3.4"
2588 grapheme-splitter: "npm:^1.0.4" 2588 grapheme-splitter: "npm:^1.0.4"
2589 ignore: "npm:^5.2.0" 2589 ignore: "npm:^5.2.0"
@@ -2596,43 +2596,43 @@ __metadata:
2596 peerDependenciesMeta: 2596 peerDependenciesMeta:
2597 typescript: 2597 typescript:
2598 optional: true 2598 optional: true
2599 checksum: 91f9484747d8fad9d12516f52994e9792ae3529650bbc09277feed4b1880ca944280746278c550a0974512d87b93309e9fbf08974c3baa0b0eaffc8d55555b6f 2599 checksum: 95be498484c10afad327e464bb016051b2ce9d9eb4e25cf2af509af1724dc4b9275907e0ee0d9f6107edc4978d9bf02d3495605ecba60b4eb2ae28f6e8046941
2600 languageName: node 2600 languageName: node
2601 linkType: hard 2601 linkType: hard
2602 2602
2603"@typescript-eslint/parser@npm:^5.57.0": 2603"@typescript-eslint/parser@npm:^5.57.1":
2604 version: 5.57.0 2604 version: 5.57.1
2605 resolution: "@typescript-eslint/parser@npm:5.57.0" 2605 resolution: "@typescript-eslint/parser@npm:5.57.1"
2606 dependencies: 2606 dependencies:
2607 "@typescript-eslint/scope-manager": "npm:5.57.0" 2607 "@typescript-eslint/scope-manager": "npm:5.57.1"
2608 "@typescript-eslint/types": "npm:5.57.0" 2608 "@typescript-eslint/types": "npm:5.57.1"
2609 "@typescript-eslint/typescript-estree": "npm:5.57.0" 2609 "@typescript-eslint/typescript-estree": "npm:5.57.1"
2610 debug: "npm:^4.3.4" 2610 debug: "npm:^4.3.4"
2611 peerDependencies: 2611 peerDependencies:
2612 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 2612 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2613 peerDependenciesMeta: 2613 peerDependenciesMeta:
2614 typescript: 2614 typescript:
2615 optional: true 2615 optional: true
2616 checksum: 147c20b5c08a1ce02fd79473ab8a6e6d12eb107b1e591dccdbb434db5f21347b9e63e4ef0db6836233442191c2e1c5e1bf78afd654164b46ede6ca35990a2e2d 2616 checksum: 4c3402bf61f5b1e5725f953c7e2e3e4545bc96117aa61232d253a2e68f5af7a3dc45a03d82674e00415e559669752ef9df2a3bc2aab51fc362b0543d80917cf3
2617 languageName: node 2617 languageName: node
2618 linkType: hard 2618 linkType: hard
2619 2619
2620"@typescript-eslint/scope-manager@npm:5.57.0": 2620"@typescript-eslint/scope-manager@npm:5.57.1":
2621 version: 5.57.0 2621 version: 5.57.1
2622 resolution: "@typescript-eslint/scope-manager@npm:5.57.0" 2622 resolution: "@typescript-eslint/scope-manager@npm:5.57.1"
2623 dependencies: 2623 dependencies:
2624 "@typescript-eslint/types": "npm:5.57.0" 2624 "@typescript-eslint/types": "npm:5.57.1"
2625 "@typescript-eslint/visitor-keys": "npm:5.57.0" 2625 "@typescript-eslint/visitor-keys": "npm:5.57.1"
2626 checksum: 21b5b6b5793c6d9797e0106c1ab13e356283de7a34d95eeb49ece8016bad7977140689403a7d529828dacf9f1de314bc36961a96ffc39d81193cb2addbe86b7f 2626 checksum: 05675338d481c16075af5cf8dbb53cb52b6e9505b903cbdd184828cb271ac2f2f39a78831e8f3972ee68732d4fa188f09b8d1098e196a2379d5daf73c2009f69
2627 languageName: node 2627 languageName: node
2628 linkType: hard 2628 linkType: hard
2629 2629
2630"@typescript-eslint/type-utils@npm:5.57.0": 2630"@typescript-eslint/type-utils@npm:5.57.1":
2631 version: 5.57.0 2631 version: 5.57.1
2632 resolution: "@typescript-eslint/type-utils@npm:5.57.0" 2632 resolution: "@typescript-eslint/type-utils@npm:5.57.1"
2633 dependencies: 2633 dependencies:
2634 "@typescript-eslint/typescript-estree": "npm:5.57.0" 2634 "@typescript-eslint/typescript-estree": "npm:5.57.1"
2635 "@typescript-eslint/utils": "npm:5.57.0" 2635 "@typescript-eslint/utils": "npm:5.57.1"
2636 debug: "npm:^4.3.4" 2636 debug: "npm:^4.3.4"
2637 tsutils: "npm:^3.21.0" 2637 tsutils: "npm:^3.21.0"
2638 peerDependencies: 2638 peerDependencies:
@@ -2640,23 +2640,23 @@ __metadata:
2640 peerDependenciesMeta: 2640 peerDependenciesMeta:
2641 typescript: 2641 typescript:
2642 optional: true 2642 optional: true
2643 checksum: 42ffcee993ceb67a18f09e9db5cd0cc69711dfd24b22a0990b61e551d7041538ddd24973f631d03070faa4501e62db30d421fa19eb3b8760aa6094147ca3f4fa 2643 checksum: ec9fd607176fdaa80fe8574d8d23af95e257ffa8c3f686bfe6e0fb5dafd035f21e774c9f746b473a781c5e6c89f945f70df9c00dcb6f5288f322f3f85b594ce8
2644 languageName: node 2644 languageName: node
2645 linkType: hard 2645 linkType: hard
2646 2646
2647"@typescript-eslint/types@npm:5.57.0": 2647"@typescript-eslint/types@npm:5.57.1":
2648 version: 5.57.0 2648 version: 5.57.1
2649 resolution: "@typescript-eslint/types@npm:5.57.0" 2649 resolution: "@typescript-eslint/types@npm:5.57.1"
2650 checksum: 0395cb9abb12534019033d9802798a072662bc184d79f0a4365294b2086c5e3617e78a76451ec7461f73e3b41327467f8ec124543ae812fa8c61060bbb297e1d 2650 checksum: 1052c0620c159e9b191dd006539a8971101ee58ca194960b8fe0c5c0e29d08eb92aaca5900bbe4bd8975e520952e0277137ddcaeb925170984857f010809860e
2651 languageName: node 2651 languageName: node
2652 linkType: hard 2652 linkType: hard
2653 2653
2654"@typescript-eslint/typescript-estree@npm:5.57.0": 2654"@typescript-eslint/typescript-estree@npm:5.57.1":
2655 version: 5.57.0 2655 version: 5.57.1
2656 resolution: "@typescript-eslint/typescript-estree@npm:5.57.0" 2656 resolution: "@typescript-eslint/typescript-estree@npm:5.57.1"
2657 dependencies: 2657 dependencies:
2658 "@typescript-eslint/types": "npm:5.57.0" 2658 "@typescript-eslint/types": "npm:5.57.1"
2659 "@typescript-eslint/visitor-keys": "npm:5.57.0" 2659 "@typescript-eslint/visitor-keys": "npm:5.57.1"
2660 debug: "npm:^4.3.4" 2660 debug: "npm:^4.3.4"
2661 globby: "npm:^11.1.0" 2661 globby: "npm:^11.1.0"
2662 is-glob: "npm:^4.0.3" 2662 is-glob: "npm:^4.0.3"
@@ -2665,35 +2665,35 @@ __metadata:
2665 peerDependenciesMeta: 2665 peerDependenciesMeta:
2666 typescript: 2666 typescript:
2667 optional: true 2667 optional: true
2668 checksum: 34f7e4186f938d319a6df51dcdadba548e22d20674d7c826a3ffedce2723224e42982ff76547bc28f3357580a32ab27d107f3e312607924156fe15985c9431ee 2668 checksum: 91176d68f78c0300645d606aeae4d0dbc03eea2b8ee3f92bb8716e352a9b2dec8c7224dfcf4d4773ae1d6982225aef9212d8ec02d1bdb9fdf43eca06c417eee7
2669 languageName: node 2669 languageName: node
2670 linkType: hard 2670 linkType: hard
2671 2671
2672"@typescript-eslint/utils@npm:5.57.0": 2672"@typescript-eslint/utils@npm:5.57.1":
2673 version: 5.57.0 2673 version: 5.57.1
2674 resolution: "@typescript-eslint/utils@npm:5.57.0" 2674 resolution: "@typescript-eslint/utils@npm:5.57.1"
2675 dependencies: 2675 dependencies:
2676 "@eslint-community/eslint-utils": "npm:^4.2.0" 2676 "@eslint-community/eslint-utils": "npm:^4.2.0"
2677 "@types/json-schema": "npm:^7.0.9" 2677 "@types/json-schema": "npm:^7.0.9"
2678 "@types/semver": "npm:^7.3.12" 2678 "@types/semver": "npm:^7.3.12"
2679 "@typescript-eslint/scope-manager": "npm:5.57.0" 2679 "@typescript-eslint/scope-manager": "npm:5.57.1"
2680 "@typescript-eslint/types": "npm:5.57.0" 2680 "@typescript-eslint/types": "npm:5.57.1"
2681 "@typescript-eslint/typescript-estree": "npm:5.57.0" 2681 "@typescript-eslint/typescript-estree": "npm:5.57.1"
2682 eslint-scope: "npm:^5.1.1" 2682 eslint-scope: "npm:^5.1.1"
2683 semver: "npm:^7.3.7" 2683 semver: "npm:^7.3.7"
2684 peerDependencies: 2684 peerDependencies:
2685 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 2685 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
2686 checksum: 5b3007f7db5dfdf1eb1befbef69bb2dfd1352cc8c21f78f31727c02c075eab06a3d59a4a30f4a417589a3f635f4c541a0180efa4b05baf6003911005029d5b05 2686 checksum: 8f29b846d2ad29d04b8973342f2c12a741cc4b291e493d052ad0291cddfc3b3901f639cb2b8cae29503ddc62d69e9316df50b5ec4fe3b2658aa6d1153ce66c60
2687 languageName: node 2687 languageName: node
2688 linkType: hard 2688 linkType: hard
2689 2689
2690"@typescript-eslint/visitor-keys@npm:5.57.0": 2690"@typescript-eslint/visitor-keys@npm:5.57.1":
2691 version: 5.57.0 2691 version: 5.57.1
2692 resolution: "@typescript-eslint/visitor-keys@npm:5.57.0" 2692 resolution: "@typescript-eslint/visitor-keys@npm:5.57.1"
2693 dependencies: 2693 dependencies:
2694 "@typescript-eslint/types": "npm:5.57.0" 2694 "@typescript-eslint/types": "npm:5.57.1"
2695 eslint-visitor-keys: "npm:^3.3.0" 2695 eslint-visitor-keys: "npm:^3.3.0"
2696 checksum: 19a09590cf2a4218dbc5a5ddf09acf989a450a635c881d9ca77ae2f7075fc5f14386fa4cf9ceb2bdbfd4166e81ff0089ab1b6c6ee999ed32830374ff25f87ea1 2696 checksum: 32d4992f4de62140f8fe542835b1ba1e69274d3326b79812ed1836eee3af0a26eed4611b8b83dbf8cb5d0627bace25328c5d1242011019eb71b13840cd01a2d7
2697 languageName: node 2697 languageName: node
2698 linkType: hard 2698 linkType: hard
2699 2699
@@ -3204,9 +3204,9 @@ __metadata:
3204 linkType: hard 3204 linkType: hard
3205 3205
3206"caniuse-lite@npm:^1.0.30001449": 3206"caniuse-lite@npm:^1.0.30001449":
3207 version: 1.0.30001473 3207 version: 1.0.30001476
3208 resolution: "caniuse-lite@npm:1.0.30001473" 3208 resolution: "caniuse-lite@npm:1.0.30001476"
3209 checksum: cdd4672faf6fec985579a9156d4e2e0bfbfdab1307c64e50f1b1d79a1b756e4a161dc98d19e0f47a940b58bb455b430c656faaba3799bb64956e24a9c9dbea02 3209 checksum: 5fc7091c9402c157188480464a3e39508754caffb98b8c74b893c3c292e41a974759ebbd345e0dfa94616b6c018c5b7095122b7b668a6c5d86f26158fbc39fb6
3210 languageName: node 3210 languageName: node
3211 linkType: hard 3211 linkType: hard
3212 3212
@@ -3378,11 +3378,11 @@ __metadata:
3378 linkType: hard 3378 linkType: hard
3379 3379
3380"core-js-compat@npm:^3.21.0, core-js-compat@npm:^3.22.1": 3380"core-js-compat@npm:^3.21.0, core-js-compat@npm:^3.22.1":
3381 version: 3.29.1 3381 version: 3.30.0
3382 resolution: "core-js-compat@npm:3.29.1" 3382 resolution: "core-js-compat@npm:3.30.0"
3383 dependencies: 3383 dependencies:
3384 browserslist: "npm:^4.21.5" 3384 browserslist: "npm:^4.21.5"
3385 checksum: 83bf140005baa05ea461f1bc02fad065b9f5cb59c82259af9f79e44ff4b2844bb6402cf4a699a076bcf67e7a55c9f5138f348e406b2a9a4e29d5ab9778663eff 3385 checksum: 129755fec80fe8fcc7dcd048d1502cc87a41aae04a2ad724cb49ec55f86756b03eb385ad8974736afad8a2d634baff43ec5bc5178a13a885476403287c622702
3386 languageName: node 3386 languageName: node
3387 linkType: hard 3387 linkType: hard
3388 3388
@@ -3436,10 +3436,10 @@ __metadata:
3436 languageName: node 3436 languageName: node
3437 linkType: hard 3437 linkType: hard
3438 3438
3439"csstype@npm:^3.0.2, csstype@npm:^3.1.1": 3439"csstype@npm:^3.0.2, csstype@npm:^3.1.2":
3440 version: 3.1.1 3440 version: 3.1.2
3441 resolution: "csstype@npm:3.1.1" 3441 resolution: "csstype@npm:3.1.2"
3442 checksum: 39c4533f337cad38b9574a24b4b94bb203f091882295b6b4fb27e9e2b17148b188847f5fb728796af60bd0b80c502d510f89fe7ada3b661eaa6bca758c902036 3442 checksum: 9f4357df50023d227d535beb807ccf8e6d8ad6b639afe375898214ebde729aa275731a19d9bcbf01444a6904008cc0d47fbbefa5fa5fc59d7d40e3595d0d41ae
3443 languageName: node 3443 languageName: node
3444 linkType: hard 3444 linkType: hard
3445 3445
@@ -3600,9 +3600,9 @@ __metadata:
3600 linkType: hard 3600 linkType: hard
3601 3601
3602"electron-to-chromium@npm:^1.4.284": 3602"electron-to-chromium@npm:^1.4.284":
3603 version: 1.4.347 3603 version: 1.4.356
3604 resolution: "electron-to-chromium@npm:1.4.347" 3604 resolution: "electron-to-chromium@npm:1.4.356"
3605 checksum: a8363b679c0aee9d4fcbd224e3625e9c52e608dfe3525b773b0c400c3c83cc50253f45e022f463d0ff2fb04d7eec4919babe79b6c1bfb5ada19d84876646763c 3605 checksum: e58b520d846399df5bc843df917a7160d7b1f304e0bf07645a8c33d8ab29dd402f158b3b5ed276b519b841e2015cfaac42542b34238f0d197e63282cc9895302
3606 languageName: node 3606 languageName: node
3607 linkType: hard 3607 linkType: hard
3608 3608
@@ -3760,31 +3760,31 @@ __metadata:
3760 linkType: hard 3760 linkType: hard
3761 3761
3762"esbuild@npm:^0.17.5": 3762"esbuild@npm:^0.17.5":
3763 version: 0.17.14 3763 version: 0.17.15
3764 resolution: "esbuild@npm:0.17.14" 3764 resolution: "esbuild@npm:0.17.15"
3765 dependencies: 3765 dependencies:
3766 "@esbuild/android-arm": "npm:0.17.14" 3766 "@esbuild/android-arm": "npm:0.17.15"
3767 "@esbuild/android-arm64": "npm:0.17.14" 3767 "@esbuild/android-arm64": "npm:0.17.15"
3768 "@esbuild/android-x64": "npm:0.17.14" 3768 "@esbuild/android-x64": "npm:0.17.15"
3769 "@esbuild/darwin-arm64": "npm:0.17.14" 3769 "@esbuild/darwin-arm64": "npm:0.17.15"
3770 "@esbuild/darwin-x64": "npm:0.17.14" 3770 "@esbuild/darwin-x64": "npm:0.17.15"
3771 "@esbuild/freebsd-arm64": "npm:0.17.14" 3771 "@esbuild/freebsd-arm64": "npm:0.17.15"
3772 "@esbuild/freebsd-x64": "npm:0.17.14" 3772 "@esbuild/freebsd-x64": "npm:0.17.15"
3773 "@esbuild/linux-arm": "npm:0.17.14" 3773 "@esbuild/linux-arm": "npm:0.17.15"
3774 "@esbuild/linux-arm64": "npm:0.17.14" 3774 "@esbuild/linux-arm64": "npm:0.17.15"
3775 "@esbuild/linux-ia32": "npm:0.17.14" 3775 "@esbuild/linux-ia32": "npm:0.17.15"
3776 "@esbuild/linux-loong64": "npm:0.17.14" 3776 "@esbuild/linux-loong64": "npm:0.17.15"
3777 "@esbuild/linux-mips64el": "npm:0.17.14" 3777 "@esbuild/linux-mips64el": "npm:0.17.15"
3778 "@esbuild/linux-ppc64": "npm:0.17.14" 3778 "@esbuild/linux-ppc64": "npm:0.17.15"
3779 "@esbuild/linux-riscv64": "npm:0.17.14" 3779 "@esbuild/linux-riscv64": "npm:0.17.15"
3780 "@esbuild/linux-s390x": "npm:0.17.14" 3780 "@esbuild/linux-s390x": "npm:0.17.15"
3781 "@esbuild/linux-x64": "npm:0.17.14" 3781 "@esbuild/linux-x64": "npm:0.17.15"
3782 "@esbuild/netbsd-x64": "npm:0.17.14" 3782 "@esbuild/netbsd-x64": "npm:0.17.15"
3783 "@esbuild/openbsd-x64": "npm:0.17.14" 3783 "@esbuild/openbsd-x64": "npm:0.17.15"
3784 "@esbuild/sunos-x64": "npm:0.17.14" 3784 "@esbuild/sunos-x64": "npm:0.17.15"
3785 "@esbuild/win32-arm64": "npm:0.17.14" 3785 "@esbuild/win32-arm64": "npm:0.17.15"
3786 "@esbuild/win32-ia32": "npm:0.17.14" 3786 "@esbuild/win32-ia32": "npm:0.17.15"
3787 "@esbuild/win32-x64": "npm:0.17.14" 3787 "@esbuild/win32-x64": "npm:0.17.15"
3788 dependenciesMeta: 3788 dependenciesMeta:
3789 "@esbuild/android-arm": 3789 "@esbuild/android-arm":
3790 optional: true 3790 optional: true
@@ -3832,7 +3832,7 @@ __metadata:
3832 optional: true 3832 optional: true
3833 bin: 3833 bin:
3834 esbuild: bin/esbuild 3834 esbuild: bin/esbuild
3835 checksum: b69bc210efc10fcb1fd9521ed143a1e9384ee2fd1c502e0509022785e0cb128bf6bd330b4a307f8a4e7de17ca0926b6c60049a08708968bff158d638b3db6bfe 3835 checksum: 50f7638b72c9175a1d8fa97ab10b396ff588dcd553794f75080250809f80537ce9f2ff358133d6d42a837276f9f309045efcdb0aa28798912ea3a1c5389f8eb3
3836 languageName: node 3836 languageName: node
3837 linkType: hard 3837 linkType: hard
3838 3838
@@ -3932,12 +3932,13 @@ __metadata:
3932 languageName: node 3932 languageName: node
3933 linkType: hard 3933 linkType: hard
3934 3934
3935"eslint-import-resolver-typescript@npm:^3.5.4": 3935"eslint-import-resolver-typescript@npm:^3.5.5":
3936 version: 3.5.4 3936 version: 3.5.5
3937 resolution: "eslint-import-resolver-typescript@npm:3.5.4" 3937 resolution: "eslint-import-resolver-typescript@npm:3.5.5"
3938 dependencies: 3938 dependencies:
3939 debug: "npm:^4.3.4" 3939 debug: "npm:^4.3.4"
3940 enhanced-resolve: "npm:^5.12.0" 3940 enhanced-resolve: "npm:^5.12.0"
3941 eslint-module-utils: "npm:^2.7.4"
3941 get-tsconfig: "npm:^4.5.0" 3942 get-tsconfig: "npm:^4.5.0"
3942 globby: "npm:^13.1.3" 3943 globby: "npm:^13.1.3"
3943 is-core-module: "npm:^2.11.0" 3944 is-core-module: "npm:^2.11.0"
@@ -3946,7 +3947,7 @@ __metadata:
3946 peerDependencies: 3947 peerDependencies:
3947 eslint: "*" 3948 eslint: "*"
3948 eslint-plugin-import: "*" 3949 eslint-plugin-import: "*"
3949 checksum: 63c46e28f5c7aa7c37bf581184535251a291949f9cbd44ff65101cb1ff70767ac8a3a303d5c3ac5543e966182235a75b31bba5dd7641487537dcaa5c0f230221 3950 checksum: 4a398b14440ddc3aab1b300defceeea32f70798c8fbe4dfaadbc329ad0965ab85ba91beb5c100bb8e546f8aba996161ac8d73dfde3f26dc168805c02fb54b1ee
3950 languageName: node 3951 languageName: node
3951 linkType: hard 3952 linkType: hard
3952 3953
@@ -4098,14 +4099,14 @@ __metadata:
4098 languageName: node 4099 languageName: node
4099 linkType: hard 4100 linkType: hard
4100 4101
4101"eslint@npm:^8.37.0": 4102"eslint@npm:^8.38.0":
4102 version: 8.37.0 4103 version: 8.38.0
4103 resolution: "eslint@npm:8.37.0" 4104 resolution: "eslint@npm:8.38.0"
4104 dependencies: 4105 dependencies:
4105 "@eslint-community/eslint-utils": "npm:^4.2.0" 4106 "@eslint-community/eslint-utils": "npm:^4.2.0"
4106 "@eslint-community/regexpp": "npm:^4.4.0" 4107 "@eslint-community/regexpp": "npm:^4.4.0"
4107 "@eslint/eslintrc": "npm:^2.0.2" 4108 "@eslint/eslintrc": "npm:^2.0.2"
4108 "@eslint/js": "npm:8.37.0" 4109 "@eslint/js": "npm:8.38.0"
4109 "@humanwhocodes/config-array": "npm:^0.11.8" 4110 "@humanwhocodes/config-array": "npm:^0.11.8"
4110 "@humanwhocodes/module-importer": "npm:^1.0.1" 4111 "@humanwhocodes/module-importer": "npm:^1.0.1"
4111 "@nodelib/fs.walk": "npm:^1.2.8" 4112 "@nodelib/fs.walk": "npm:^1.2.8"
@@ -4144,7 +4145,7 @@ __metadata:
4144 text-table: "npm:^0.2.0" 4145 text-table: "npm:^0.2.0"
4145 bin: 4146 bin:
4146 eslint: bin/eslint.js 4147 eslint: bin/eslint.js
4147 checksum: b2a3a4d5bca66dd8df2af7f5fbc2d983c065d958ee7682cd54ee17902dc3016c2cddddad593d56e6357fe863f65fe44c0996886f369d142026f3c1a8b95530be 4148 checksum: 277f46f6f8bed527214fb720ac8dd840484add1eea235b5ee432944316793d51e566e712a676cd9ebed22b743d35cbf9b920a0946bb9e3b302dc8556d4cb2009
4148 languageName: node 4149 languageName: node
4149 linkType: hard 4150 linkType: hard
4150 4151
@@ -6257,15 +6258,15 @@ __metadata:
6257 linkType: hard 6258 linkType: hard
6258 6259
6259"resolve@npm:^1.14.2, resolve@npm:^1.19.0, resolve@npm:^1.22.1": 6260"resolve@npm:^1.14.2, resolve@npm:^1.19.0, resolve@npm:^1.22.1":
6260 version: 1.22.1 6261 version: 1.22.2
6261 resolution: "resolve@npm:1.22.1" 6262 resolution: "resolve@npm:1.22.2"
6262 dependencies: 6263 dependencies:
6263 is-core-module: "npm:^2.9.0" 6264 is-core-module: "npm:^2.11.0"
6264 path-parse: "npm:^1.0.7" 6265 path-parse: "npm:^1.0.7"
6265 supports-preserve-symlinks-flag: "npm:^1.0.0" 6266 supports-preserve-symlinks-flag: "npm:^1.0.0"
6266 bin: 6267 bin:
6267 resolve: bin/resolve 6268 resolve: bin/resolve
6268 checksum: d8ea39ac2ecaedc681504f043944a20cc05587d6ec52d4d9ec79801e58be083f2237d0e83170ce86c793083eaf71a6f95a7f921a79dfb6fa32b37107e61df36c 6269 checksum: fe7adbedd826521300326e5c3e55784c369e8d52a16f542c3735c553a98dd26ba7fc91bc859a3cbe80cb1c83e5fa2d93aa2c36bdbe1584fff8c7feebc765cd1e
6269 languageName: node 6270 languageName: node
6270 linkType: hard 6271 linkType: hard
6271 6272
@@ -6283,15 +6284,15 @@ __metadata:
6283 linkType: hard 6284 linkType: hard
6284 6285
6285"resolve@patch:resolve@npm%3A^1.14.2#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.22.1#optional!builtin<compat/resolve>": 6286"resolve@patch:resolve@npm%3A^1.14.2#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin<compat/resolve>, resolve@patch:resolve@npm%3A^1.22.1#optional!builtin<compat/resolve>":
6286 version: 1.22.1 6287 version: 1.22.2
6287 resolution: "resolve@patch:resolve@npm%3A1.22.1#optional!builtin<compat/resolve>::version=1.22.1&hash=c3c19d" 6288 resolution: "resolve@patch:resolve@npm%3A1.22.2#optional!builtin<compat/resolve>::version=1.22.2&hash=c3c19d"
6288 dependencies: 6289 dependencies:
6289 is-core-module: "npm:^2.9.0" 6290 is-core-module: "npm:^2.11.0"
6290 path-parse: "npm:^1.0.7" 6291 path-parse: "npm:^1.0.7"
6291 supports-preserve-symlinks-flag: "npm:^1.0.0" 6292 supports-preserve-symlinks-flag: "npm:^1.0.0"
6292 bin: 6293 bin:
6293 resolve: bin/resolve 6294 resolve: bin/resolve
6294 checksum: a6f214b97d932445796f78dab7a898ec78966327e0d6cb571f90b6ac0f3b3347bf6bab0a071d899bfdc316b26ed845f6655310b38b8f6ee4da5272a0c5ecef85 6295 checksum: 58838d3b80cac9bc3386d09c058e91c6169659ba8d42a01698e149bd27a7e3c1557c46e1d0e2bde1b426731ee46bf17d3a8e750c2ae78c093129891b39886c20
6295 languageName: node 6296 languageName: node
6296 linkType: hard 6297 linkType: hard
6297 6298
@@ -6921,23 +6922,23 @@ __metadata:
6921 languageName: node 6922 languageName: node
6922 linkType: hard 6923 linkType: hard
6923 6924
6924"typescript@npm:5.0.3": 6925"typescript@npm:5.0.4":
6925 version: 5.0.3 6926 version: 5.0.4
6926 resolution: "typescript@npm:5.0.3" 6927 resolution: "typescript@npm:5.0.4"
6927 bin: 6928 bin:
6928 tsc: bin/tsc 6929 tsc: bin/tsc
6929 tsserver: bin/tsserver 6930 tsserver: bin/tsserver
6930 checksum: 45ee631503499861d77d7a7b1d49fb5c62ae6bb5a99cdf5110f3e21c627397f5f76cf3d67ee0b223a33cfad469ea18de7650cab7a529b1376f5218a27b81671e 6931 checksum: 56649de784c427e8f3f63d4ebfcada4fcf03bb2a301f3327342111798db7f26f8a86285f979f376cf6cec4774bd96b4650f2693a07fc409f4544ad4c4d9fe4c9
6931 languageName: node 6932 languageName: node
6932 linkType: hard 6933 linkType: hard
6933 6934
6934"typescript@patch:typescript@npm%3A5.0.3#optional!builtin<compat/typescript>": 6935"typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>":
6935 version: 5.0.3 6936 version: 5.0.4
6936 resolution: "typescript@patch:typescript@npm%3A5.0.3#optional!builtin<compat/typescript>::version=5.0.3&hash=b5f058" 6937 resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>::version=5.0.4&hash=b5f058"
6937 bin: 6938 bin:
6938 tsc: bin/tsc 6939 tsc: bin/tsc
6939 tsserver: bin/tsserver 6940 tsserver: bin/tsserver
6940 checksum: 66967b1418927f8c780bcec443e6e1572d0c88314e3b45797d22bffc8981b3c8e687a37f24bcad00e2d349722df225e758678559e810a6673f4773b8f44eb5d2 6941 checksum: e4296a207d18264eb9b17a912b0929c4e8be5a4e48aefa016e952eaa445e5a4ed363a72d9023f151dc7f100d48d4bfa35480aec199f123a664ef8a622355ae4f
6941 languageName: node 6942 languageName: node
6942 linkType: hard 6943 linkType: hard
6943 6944