2016-08-10 05:15:44 +00:00
|
|
|
{
|
2020-12-02 20:48:03 +00:00
|
|
|
"name": "@fleetdm/fleet",
|
|
|
|
|
"version": "0.99.99",
|
|
|
|
|
"description": "The premier osquery fleet manager.",
|
2024-03-13 12:45:28 +00:00
|
|
|
"engines": {
|
2025-10-27 21:21:50 +00:00
|
|
|
"node": "^24.10.0",
|
2024-03-13 12:45:28 +00:00
|
|
|
"yarn": ">=1.22.21"
|
|
|
|
|
},
|
2018-06-04 15:58:14 +00:00
|
|
|
"private": true,
|
2016-09-06 18:41:16 +00:00
|
|
|
"scripts": {
|
2023-08-18 17:06:12 +00:00
|
|
|
"lint": "eslint frontend --ext .js,.jsx,.ts,.tsx",
|
|
|
|
|
"prettier:check": "prettier --check frontend/**/*.{jsx,js,tsx,ts}",
|
2026-01-16 20:40:25 +00:00
|
|
|
"test": "jest --config ./frontend/test/jest.config.js",
|
|
|
|
|
"test:ci": "jest --config ./frontend/test/jest.config.js --ci --coverage",
|
2023-05-03 16:50:17 +00:00
|
|
|
"storybook": "storybook dev -p 6006",
|
2026-03-27 20:21:06 +00:00
|
|
|
"build-storybook": "storybook build"
|
2016-09-06 18:41:16 +00:00
|
|
|
},
|
2016-08-10 05:15:44 +00:00
|
|
|
"dependencies": {
|
2026-01-28 22:08:33 +00:00
|
|
|
"@sgress454/node-sql-parser": "5.4.0-fork.1",
|
2023-06-08 17:13:27 +00:00
|
|
|
"@types/dompurify": "3.0.2",
|
2025-04-16 15:10:52 +00:00
|
|
|
"ace-builds": "1.4.14",
|
2026-02-09 23:21:49 +00:00
|
|
|
"axios": "1.13.5",
|
2024-08-13 16:45:03 +00:00
|
|
|
"content-disposition": "0.5.4",
|
2022-09-15 16:46:48 +00:00
|
|
|
"core-js": "3.25.1",
|
Add host's next maintenance window to the `hosts/{id}` and `hosts/identifier/{identifier}` endpoints, and render that data on the host details page (#19820)
## Addresses full stack for #18554
- Add new `timezone` column to `calendar_events` table
- When fetched from Google's API, save calendar user's timezone in this
new column along with rest of event data
- Implement datastore method to retrieve the start time and timezone for
a host's next calendar event as a `HostMaintenanceWindow`
- Localize and add UTC offset to the `HostMaintenanceWindow`'s start
time according to its `timezone`
- Include the processed `HostMaintenanceWindow`, if present, in the
response to the `GET` `hosts/{id}` and `hosts/identifier/{identifier}`
endpoints
- Implement UI on the host details page to display this data
- Add new and update existing UI, core integration, datastore, and
`fleetctl` tests
- Update `date-fns` package to the latest version
<img width="1062" alt="Screenshot 2024-06-26 at 1 02 34 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/c3ddad97-23da-42c1-b4ed-b7615ec88aed">
# Checklist for submitter
If some of the following don't apply, delete the relevant line.
<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [x] Changes file added for user-visible changes in `changes/`
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated tests
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified tables for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Manual QA for all new/changed functionality
---------
Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2024-06-28 17:51:13 +00:00
|
|
|
"date-fns": "3.6.0",
|
|
|
|
|
"date-fns-tz": "3.1.3",
|
Bump dompurify from 3.2.4 to 3.3.2 (#41068)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.4 to
3.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cure53/DOMPurify/releases">dompurify's
releases</a>.</em></p>
<blockquote>
<h2>DOMPurify 3.3.2</h2>
<ul>
<li>Fixed a possible bypass caused by jsdom's faulty raw-text tag
parsing, thanks multiple reporters</li>
<li>Fixed a prototype pollution issue when working with custom elements,
thanks <a
href="https://github.com/christos-eth"><code>@christos-eth</code></a></li>
<li>Fixed a lenient config parsing in <code>_isValidAttribute</code>,
thanks <a
href="https://github.com/christos-eth"><code>@christos-eth</code></a></li>
<li>Bumped and removed several dependencies, thanks <a
href="https://github.com/Rotzbua"><code>@Rotzbua</code></a></li>
<li>Fixed the test suite after bumping dependencies, thanks <a
href="https://github.com/Rotzbua"><code>@Rotzbua</code></a></li>
</ul>
<h2>DOMPurify 3.3.1</h2>
<ul>
<li>Updated <code>ADD_FORBID_CONTENTS</code> setting to extend default
list, thanks <a
href="https://github.com/MariusRumpf"><code>@MariusRumpf</code></a></li>
<li>Updated the ESM import syntax to be more correct, thanks <a
href="https://github.com/binhpv"><code>@binhpv</code></a></li>
</ul>
<h2>DOMPurify 3.3.0</h2>
<ul>
<li>Added the SVG <code>mask-type</code> attribute to default
allow-list, thanks <a
href="https://github.com/prasadrajandran"><code>@prasadrajandran</code></a></li>
<li>Added support for <code>ADD_ATTR</code> and <code>ADD_TAGS</code> to
accept functions, thanks <a
href="https://github.com/nelstrom"><code>@nelstrom</code></a></li>
<li>Fixed an issue with the <code>slot</code> element being in both SVG
and HTML allow-list, thanks <a
href="https://github.com/Wim-Valgaeren"><code>@Wim-Valgaeren</code></a></li>
</ul>
<h2>DOMPurify 3.2.7</h2>
<ul>
<li>Added new attributes and elements to default allow-list, thanks <a
href="https://github.com/elrion018"><code>@elrion018</code></a></li>
<li>Added <code>tagName</code> parameter to custom element
<code>attributeNameCheck</code>, thanks <a
href="https://github.com/nelstrom"><code>@nelstrom</code></a></li>
<li>Added better check for animated <code>href</code> attributes, thanks
<a href="https://github.com/llamakko"><code>@llamakko</code></a></li>
<li>Updated and improved the bundled types, thanks <a
href="https://github.com/ssi02014"><code>@ssi02014</code></a></li>
<li>Updated several tests to better align with new browser encoding
behaviors</li>
<li>Improved the handling of potentially risky content inside CDATA
elements, thanks <a
href="https://github.com/securityMB"><code>@securityMB</code></a> &
<a href="https://github.com/terjanq"><code>@terjanq</code></a></li>
<li>Improved the regular expression for raw-text elements to cover
textareas, thanks <a
href="https://github.com/securityMB"><code>@securityMB</code></a> &
<a href="https://github.com/terjanq"><code>@terjanq</code></a></li>
</ul>
<h2>DOMPurify 3.2.6</h2>
<ul>
<li>Fixed several typos and removed clutter from our documentation,
thanks <a
href="https://github.com/Rotzbua"><code>@Rotzbua</code></a></li>
<li>Added <code>matrix:</code> as an allowed URI scheme, thanks <a
href="https://github.com/kleinesfilmroellchen"><code>@kleinesfilmroellchen</code></a></li>
<li>Added better config hardening against prototype pollution, thanks <a
href="https://github.com/EffectRenan"><code>@EffectRenan</code></a></li>
<li>Added better handling of attribute removal, thanks <a
href="https://github.com/michalnieruchalski-tiugo"><code>@michalnieruchalski-tiugo</code></a></li>
<li>Added better configuration for aggressive mXSS scrubbing behavior,
thanks <a
href="https://github.com/BryanValverdeU"><code>@BryanValverdeU</code></a></li>
<li>Removed the script that caused the fake entry <a
href="https://security.snyk.io/vuln/SNYK-JS-DOMPURIFY-10176060">CVE-2025-48050</a></li>
</ul>
<h2>DOMPurify 3.2.5</h2>
<ul>
<li>Added a check to the mXSS detection regex to be more strict, thanks
<a
href="https://github.com/masatokinugawa"><code>@masatokinugawa</code></a></li>
<li>Added ESM type imports in source, removes patch function, thanks <a
href="https://github.com/donmccurdy"><code>@donmccurdy</code></a></li>
<li>Added script to verify various TypeScript configurations, thanks <a
href="https://github.com/reduckted"><code>@reduckted</code></a></li>
<li>Added more modern browsers to the Karma launchers list</li>
<li>Added Node 23.x to tested runtimes, removed Node 17.x</li>
<li>Fixed the generation of source maps, thanks <a
href="https://github.com/reduckted"><code>@reduckted</code></a></li>
<li>Fixed an unexpected behavior with <code>ALLOWED_URI_REGEXP</code>
using the 'g' flag, thanks <a
href="https://github.com/hhk-png"><code>@hhk-png</code></a></li>
<li>Fixed a few typos in the README file</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cure53/DOMPurify/commit/5e56114cb24079ce52dbc51f76e494b77afa5153"><code>5e56114</code></a>
Getting 3.x branch ready for 3.3.2 release (<a
href="https://redirect.github.com/cure53/DOMPurify/issues/1208">#1208</a>)</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/e8c95f4a27aa8b041f92b59ab7685a94f7be6208"><code>e8c95f4</code></a>
fix: Fixed the broken package-lock.json</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/9636037c145b769dad0b52da8313301cbf867f46"><code>9636037</code></a>
Update package-lock.json</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/5cad4cecf2e647ac66eed25bc02a2415f00dbc8b"><code>5cad4ce</code></a>
Getting 3.x branch ready for 3.3.2 releas (<a
href="https://redirect.github.com/cure53/DOMPurify/issues/1205">#1205</a>)</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/6fc446a589ab3d1d72ae2a5b71167ba38dbd3096"><code>6fc446a</code></a>
Merge pull request <a
href="https://redirect.github.com/cure53/DOMPurify/issues/1175">#1175</a>
from cure53/main</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/3b3bf917d2b39460de6d130acebdc9243cf3e6ae"><code>3b3bf91</code></a>
Merge branch 'main' of github.com:cure53/DOMPurify</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/9863f4195bae6048de9eb2802219218c6904066c"><code>9863f41</code></a>
chore: Preparing 3.3.1 release</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/b4e02954dc4172c3944a755f3e99fbb76be64f7b"><code>b4e0295</code></a>
chore: Preparing 3.3.0 release</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/077746bb2cfb77836dfb628dca7ffc7ced8a5356"><code>077746b</code></a>
build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (<a
href="https://redirect.github.com/cure53/DOMPurify/issues/1170">#1170</a>)</li>
<li><a
href="https://github.com/cure53/DOMPurify/commit/4de68bba9aba43dc3bba9348df603b64fc06d591"><code>4de68bb</code></a>
build(deps): bump actions/checkout from 5 to 6 (<a
href="https://redirect.github.com/cure53/DOMPurify/issues/1171">#1171</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cure53/DOMPurify/compare/3.2.4...3.3.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/fleetdm/fleet/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 20:00:21 +00:00
|
|
|
"dompurify": "3.3.2",
|
2018-06-04 15:58:14 +00:00
|
|
|
"es6-object-assign": "1.1.0",
|
2022-09-02 18:28:26 +00:00
|
|
|
"es6-promise": "4.2.8",
|
2018-06-04 15:58:14 +00:00
|
|
|
"file-saver": "1.3.8",
|
|
|
|
|
"history": "2.1.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"isomorphic-fetch": "3.0.0",
|
2026-02-26 17:05:13 +00:00
|
|
|
"js-cookie": "3.0.5",
|
2018-06-04 15:58:14 +00:00
|
|
|
"js-md5": "0.7.3",
|
Bump js-yaml from 3.14.1 to 3.14.2 (#35842)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to
3.14.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's
changelog</a>.</em></p>
<blockquote>
<h2>[3.14.2] - 2025-11-15</h2>
<h3>Security</h3>
<ul>
<li>Backported v4.1.1 fix to v3</li>
</ul>
<h2>[4.1.1] - 2025-11-12</h2>
<h3>Security</h3>
<ul>
<li>Fix prototype pollution issue in yaml merge (<<)
operator.</li>
</ul>
<h2>[4.1.0] - 2021-04-15</h2>
<h3>Added</h3>
<ul>
<li>Types are now exported as <code>yaml.types.XXX</code>.</li>
<li>Every type now has <code>options</code> property with original
arguments kept as they were
(see <code>yaml.types.int.options</code> as an example).</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>Schema.extend()</code> now keeps old type order in case of
conflicts
(e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as
<code>abcd</code> instead of <code>cbad</code>).</li>
</ul>
<h2>[4.0.0] - 2021-01-03</h2>
<h3>Changed</h3>
<ul>
<li>Check <a
href="https://github.com/nodeca/js-yaml/blob/master/migrate_v3_to_v4.md">migration
guide</a> to see details for all breaking changes.</li>
<li>Breaking: "unsafe" tags <code>!!js/function</code>,
<code>!!js/regexp</code>, <code>!!js/undefined</code> are
moved to <a
href="https://github.com/nodeca/js-yaml-js-types">js-yaml-js-types</a>
package.</li>
<li>Breaking: removed <code>safe*</code> functions. Use
<code>load</code>, <code>loadAll</code>, <code>dump</code>
instead which are all now safe by default.</li>
<li><code>yaml.DEFAULT_SAFE_SCHEMA</code> and
<code>yaml.DEFAULT_FULL_SCHEMA</code> are removed, use
<code>yaml.DEFAULT_SCHEMA</code> instead.</li>
<li><code>yaml.Schema.create(schema, tags)</code> is removed, use
<code>schema.extend(tags)</code> instead.</li>
<li><code>!!binary</code> now always mapped to <code>Uint8Array</code>
on load.</li>
<li>Reduced nesting of <code>/lib</code> folder.</li>
<li>Parse numbers according to YAML 1.2 instead of YAML 1.1
(<code>01234</code> is now decimal,
<code>0o1234</code> is octal, <code>1:23</code> is parsed as string
instead of base60).</li>
<li><code>dump()</code> no longer quotes <code>:</code>, <code>[</code>,
<code>]</code>, <code>(</code>, <code>)</code> except when necessary, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/470">#470</a>,
<a
href="https://redirect.github.com/nodeca/js-yaml/issues/557">#557</a>.</li>
<li>Line and column in exceptions are now formatted as
<code>(X:Y)</code> instead of
<code>at line X, column Y</code> (also present in compact format), <a
href="https://redirect.github.com/nodeca/js-yaml/issues/332">#332</a>.</li>
<li>Code snippet created in exceptions now contains multiple lines with
line numbers.</li>
<li><code>dump()</code> now serializes <code>undefined</code> as
<code>null</code> in collections and removes keys with
<code>undefined</code> in mappings, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/571">#571</a>.</li>
<li><code>dump()</code> with <code>skipInvalid=true</code> now
serializes invalid items in collections as null.</li>
<li>Custom tags starting with <code>!</code> are now dumped as
<code>!tag</code> instead of <code>!<!tag></code>, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/576">#576</a>.</li>
<li>Custom tags starting with <code>tag:yaml.org,2002:</code> are now
shorthanded using <code>!!</code>, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/258">#258</a>.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added <code>.mjs</code> (es modules) support.</li>
<li>Added <code>quotingType</code> and <code>forceQuotes</code> options
for dumper to configure
string literal style, <a
href="https://redirect.github.com/nodeca/js-yaml/issues/290">#290</a>,
<a
href="https://redirect.github.com/nodeca/js-yaml/issues/529">#529</a>.</li>
<li>Added <code>styles: { '!!null': 'empty' }</code> option for dumper
(serializes <code>{ foo: null }</code> as "<code>foo:
</code>"), <a
href="https://redirect.github.com/nodeca/js-yaml/issues/570">#570</a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nodeca/js-yaml/commit/9963d366dfbde0c69722452bcd40b41e7e4160a0"><code>9963d36</code></a>
3.14.2 released</li>
<li><a
href="https://github.com/nodeca/js-yaml/commit/10d3c8e70a6888543f5cdb656bb39f73e0ea77c1"><code>10d3c8e</code></a>
dist rebuild</li>
<li><a
href="https://github.com/nodeca/js-yaml/commit/5278870a17454fe8621dbd8c445c412529525266"><code>5278870</code></a>
fix prototype pollution in merge (<<) (<a
href="https://redirect.github.com/nodeca/js-yaml/issues/731">#731</a>)</li>
<li>See full diff in <a
href="https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/fleetdm/fleet/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 21:42:53 +00:00
|
|
|
"js-yaml": "3.14.2",
|
2026-04-02 18:48:09 +00:00
|
|
|
"lodash": "4.18.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"memoize-one": "5.2.1",
|
2022-09-12 14:49:50 +00:00
|
|
|
"normalizr": "3.6.2",
|
2026-02-12 15:49:20 +00:00
|
|
|
"postcss": "^8.4.31",
|
2022-09-15 16:46:48 +00:00
|
|
|
"prop-types": "15.8.1",
|
2018-06-04 15:58:14 +00:00
|
|
|
"proxy-middleware": "0.15.0",
|
|
|
|
|
"rc-pagination": "1.16.3",
|
2024-11-04 18:00:22 +00:00
|
|
|
"react": "18.3.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-accessible-accordion": "3.3.5",
|
2021-09-10 19:06:37 +00:00
|
|
|
"react-ace": "9.3.0",
|
2024-03-13 19:09:16 +00:00
|
|
|
"react-dom": "18.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-error-boundary": "3.1.4",
|
2026-01-30 16:44:19 +00:00
|
|
|
"react-markdown": "10.1.0",
|
2025-12-04 22:10:54 +00:00
|
|
|
"react-query": "3.39.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-router": "3.2.6",
|
2022-09-02 19:17:17 +00:00
|
|
|
"react-router-transition": "1.2.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-select": "1.3.0",
|
2023-04-14 14:58:54 +00:00
|
|
|
"react-select-5": "npm:react-select@5.4.0",
|
2021-11-05 04:16:42 +00:00
|
|
|
"react-table": "7.7.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-tabs": "3.2.3",
|
|
|
|
|
"react-tooltip": "4.2.21",
|
2025-07-07 14:33:35 +00:00
|
|
|
"react-tooltip-5": "npm:react-tooltip@5.29.1",
|
2026-01-30 16:44:19 +00:00
|
|
|
"remark-gfm": "4.0.1",
|
2025-01-17 16:28:57 +00:00
|
|
|
"sass": "1.83.4",
|
2018-06-04 15:58:14 +00:00
|
|
|
"select": "1.1.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"sockjs-client": "1.6.1",
|
2023-04-14 14:58:54 +00:00
|
|
|
"use-debounce": "9.0.4",
|
2022-09-15 16:46:48 +00:00
|
|
|
"uuid": "8.3.2",
|
2025-12-04 21:42:43 +00:00
|
|
|
"validator": "13.15.22",
|
2018-06-04 15:58:14 +00:00
|
|
|
"when": "3.7.8"
|
2016-08-10 05:15:44 +00:00
|
|
|
},
|
2016-09-06 18:41:16 +00:00
|
|
|
"devDependencies": {
|
2022-09-15 16:46:48 +00:00
|
|
|
"@babel/cli": "7.17.6",
|
|
|
|
|
"@babel/core": "7.18.10",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-decorators": "7.17.2",
|
|
|
|
|
"@babel/plugin-proposal-do-expressions": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-export-default-from": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-function-bind": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-pipeline-operator": "7.17.6",
|
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.16.7",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2023-11-01 10:54:26 +00:00
|
|
|
"@babel/preset-env": "7.21.5",
|
|
|
|
|
"@babel/preset-react": "7.18.6",
|
|
|
|
|
"@babel/preset-typescript": "7.21.5",
|
2025-01-20 16:17:33 +00:00
|
|
|
"@storybook/addon-a11y": "8.4.7",
|
|
|
|
|
"@storybook/addon-actions": "8.4.7",
|
|
|
|
|
"@storybook/addon-designs": "8.0.4",
|
|
|
|
|
"@storybook/addon-essentials": "8.4.7",
|
|
|
|
|
"@storybook/addon-links": "8.4.7",
|
|
|
|
|
"@storybook/addon-mdx-gfm": "8.4.7",
|
|
|
|
|
"@storybook/addon-webpack5-compiler-babel": "3.0.5",
|
2026-02-12 15:49:20 +00:00
|
|
|
"@storybook/react": "8.6.15",
|
|
|
|
|
"@storybook/react-webpack5": "8.6.15",
|
2025-08-07 18:17:33 +00:00
|
|
|
"@storybook/test-runner": "0.23.0",
|
2024-04-25 12:26:26 +00:00
|
|
|
"@testing-library/jest-dom": "6.4.2",
|
|
|
|
|
"@testing-library/react": "15.0.2",
|
|
|
|
|
"@testing-library/user-event": "14.5.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@tsconfig/recommended": "1.0.1",
|
2023-06-23 21:52:16 +00:00
|
|
|
"@types/chrome": "0.0.237",
|
2018-06-04 15:58:14 +00:00
|
|
|
"@types/classnames": "0.0.32",
|
2024-08-13 16:45:03 +00:00
|
|
|
"@types/content-disposition": "0.5.4",
|
2018-06-04 15:58:14 +00:00
|
|
|
"@types/expect": "1.20.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/file-saver": "2.0.5",
|
2024-04-25 12:26:26 +00:00
|
|
|
"@types/jest": "29.5.12",
|
2026-02-26 17:05:13 +00:00
|
|
|
"@types/js-cookie": "3.0.6",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/js-md5": "0.4.3",
|
|
|
|
|
"@types/js-yaml": "4.0.5",
|
|
|
|
|
"@types/lodash": "4.14.179",
|
|
|
|
|
"@types/memoize-one": "5.1.2",
|
2018-06-04 15:58:14 +00:00
|
|
|
"@types/mocha": "2.2.48",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/node": "14.18.12",
|
|
|
|
|
"@types/prop-types": "15.7.4",
|
2024-11-04 18:00:22 +00:00
|
|
|
"@types/react": "18.3.12",
|
2025-01-20 16:17:33 +00:00
|
|
|
"@types/react-dom": "18.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/react-router": "3.0.28",
|
2021-04-29 13:47:33 +00:00
|
|
|
"@types/react-select": "1.3.0",
|
2021-11-05 04:16:42 +00:00
|
|
|
"@types/react-table": "7.7.7",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/react-tabs": "2.3.4",
|
|
|
|
|
"@types/react-tooltip": "4.2.4",
|
2023-02-28 17:13:30 +00:00
|
|
|
"@types/sockjs-client": "1.5.1",
|
|
|
|
|
"@types/uuid": "8.3.4",
|
2024-04-25 17:03:30 +00:00
|
|
|
"@types/validator": "13.11.9",
|
2023-04-14 14:58:54 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.58.0",
|
|
|
|
|
"@typescript-eslint/parser": "5.58.0",
|
2024-04-05 21:45:22 +00:00
|
|
|
"autoprefixer": "10.4.19",
|
2022-09-15 16:46:48 +00:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
|
"babel-eslint": "9.0.0",
|
2023-01-23 18:07:26 +00:00
|
|
|
"babel-jest": "29.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"babel-loader": "8.2.3",
|
2023-11-01 10:54:26 +00:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2023-02-28 17:13:30 +00:00
|
|
|
"bourbon": "5.1.0",
|
|
|
|
|
"classnames": "2.2.5",
|
2025-03-11 13:46:01 +00:00
|
|
|
"compare-versions": "6.1.1",
|
2023-04-14 14:58:54 +00:00
|
|
|
"css-loader": "6.7.3",
|
2026-02-12 15:49:20 +00:00
|
|
|
"esbuild-loader": "4.4.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"eslint": "7.32.0",
|
|
|
|
|
"eslint-config-airbnb": "15.1.0",
|
|
|
|
|
"eslint-config-prettier": "8.5.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"eslint-import-resolver-webpack": "0.10.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"eslint-plugin-import": "2.25.4",
|
2020-12-01 18:15:12 +00:00
|
|
|
"eslint-plugin-jest": "20.0.3",
|
2021-03-01 07:48:51 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "5.1.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"eslint-plugin-prettier": "3.4.1",
|
|
|
|
|
"eslint-plugin-react": "7.29.4",
|
|
|
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
2025-01-20 16:17:33 +00:00
|
|
|
"eslint-plugin-storybook": "0.9.0",
|
2023-02-28 17:13:30 +00:00
|
|
|
"expect": "1.20.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "6.5.0",
|
2023-04-14 14:58:54 +00:00
|
|
|
"html-webpack-plugin": "5.5.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"ignore-styles": "5.0.1",
|
2022-10-25 13:17:32 +00:00
|
|
|
"jest": "29.2.0",
|
2025-08-07 18:17:33 +00:00
|
|
|
"jest-environment-jsdom": "30.0.5",
|
2024-11-05 16:13:30 +00:00
|
|
|
"jest-fixed-jsdom": "0.0.8",
|
2025-08-08 15:46:51 +00:00
|
|
|
"jsdom": "26.1.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"json-loader": "0.5.7",
|
2023-04-14 14:58:54 +00:00
|
|
|
"mini-css-extract-plugin": "2.7.5",
|
2024-11-05 16:13:30 +00:00
|
|
|
"msw": "2.5.1",
|
2023-02-28 17:13:30 +00:00
|
|
|
"node-bourbon": "4.2.8",
|
2024-04-05 21:45:22 +00:00
|
|
|
"node-sass-glob-importer": "5.3.3",
|
|
|
|
|
"postcss-loader": "4.3.0",
|
2021-04-12 13:32:25 +00:00
|
|
|
"prettier": "2.2.1",
|
2023-11-01 10:54:26 +00:00
|
|
|
"react-docgen-typescript-plugin": "1.0.5",
|
2022-09-15 16:46:48 +00:00
|
|
|
"regenerator-runtime": "0.13.9",
|
2023-04-14 14:58:54 +00:00
|
|
|
"sass-loader": "13.2.2",
|
2026-03-03 17:30:21 +00:00
|
|
|
"storybook": "8.6.17",
|
2022-09-15 16:46:48 +00:00
|
|
|
"trace-unhandled": "2.0.1",
|
|
|
|
|
"ts-loader": "6.2.2",
|
2024-11-05 16:13:30 +00:00
|
|
|
"typescript": "4.7",
|
2026-02-09 18:29:53 +00:00
|
|
|
"webpack": "5.105.0",
|
2023-04-14 14:58:54 +00:00
|
|
|
"webpack-cli": "5.0.1",
|
2021-01-04 16:01:35 +00:00
|
|
|
"webpack-notifier": "1.12.0"
|
2019-01-03 20:46:55 +00:00
|
|
|
},
|
2024-04-05 21:45:22 +00:00
|
|
|
"resolutions": {
|
|
|
|
|
"**/css-node-extract": "~3.0.4",
|
|
|
|
|
"**/css-node-extract/postcss": "^8.4.31",
|
|
|
|
|
"**/css-selector-extract": "~4.0.1",
|
2026-02-12 15:49:20 +00:00
|
|
|
"**/wait-on/axios": "^0.28.0",
|
|
|
|
|
"@types/react": "18.3.12",
|
2026-03-03 16:51:41 +00:00
|
|
|
"@types/react-dom": "18.2.0",
|
|
|
|
|
"**/serialize-javascript": "^7.0.3"
|
2024-04-05 21:45:22 +00:00
|
|
|
},
|
2019-01-03 20:46:55 +00:00
|
|
|
"browserslist": [
|
2021-02-25 12:05:08 +00:00
|
|
|
"defaults"
|
2020-12-01 18:15:12 +00:00
|
|
|
],
|
2025-02-03 17:16:21 +00:00
|
|
|
"license": "SEE LICENSE IN ./LICENSE",
|
|
|
|
|
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
|
2026-01-16 20:40:25 +00:00
|
|
|
}
|