From 1e789d43ddf066f53888fd1c3f59655e62ef08cd Mon Sep 17 00:00:00 2001
From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com>
Date: Fri, 12 Jul 2024 21:52:20 +0000
Subject: [PATCH] chore(deps): update nrwl monorepo to v19.3.1 (#729)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [@nrwl/eslint-plugin-nx](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/eslint-plugin-nx))
| devDependencies | patch | [`19.3.0` ->
`19.3.1`](https://renovatebot.com/diffs/npm/@nrwl%2feslint-plugin-nx/19.3.0/19.3.1)
| `19.4.3` (+4) |
| [@nrwl/jest](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/jest))
| devDependencies | patch | [`19.3.0` ->
`19.3.1`](https://renovatebot.com/diffs/npm/@nrwl%2fjest/19.3.0/19.3.1)
| `19.4.3` (+4) |
| [@nrwl/js](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/js)) |
devDependencies | patch | [`19.3.0` ->
`19.3.1`](https://renovatebot.com/diffs/npm/@nrwl%2fjs/19.3.0/19.3.1) |
`19.4.3` (+4) |
| [@nrwl/linter](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/linter))
| devDependencies | patch | [`19.3.0` ->
`19.3.1`](https://renovatebot.com/diffs/npm/@nrwl%2flinter/19.3.0/19.3.1)
| `19.4.3` (+4) |
| [@nrwl/workspace](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/workspace))
| devDependencies | patch | [`19.3.0` ->
`19.3.1`](https://renovatebot.com/diffs/npm/@nrwl%2fworkspace/19.3.0/19.3.1)
| `19.4.3` (+4) |
| [nx](https://nx.dev)
([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx)) |
devDependencies | patch | [`19.3.0` ->
`19.3.1`](https://renovatebot.com/diffs/npm/nx/19.3.0/19.3.1) | `19.4.3`
(+4) |
---
### Release Notes
nrwl/nx (@nrwl/eslint-plugin-nx)
### [`v19.3.1`](https://togithub.com/nrwl/nx/releases/tag/19.3.1)
[Compare
Source](https://togithub.com/nrwl/nx/compare/92c94d82125d07eaa2ea8127a70dff62df397d6c...19.3.1)
##### 19.3.1 (2024-06-21)
##### 🚀 Features
- **angular:** update ngrx packages to v18
([#26549](https://togithub.com/nrwl/nx/pull/26549))
- **angular:** add helper function to devkit to add viewProviders to a
component ([#26526](https://togithub.com/nrwl/nx/pull/26526))
- **expo:** add to project package.json for install command
([#26500](https://togithub.com/nrwl/nx/pull/26500))
- **graph:** add description and tags to details page
([#26252](https://togithub.com/nrwl/nx/pull/26252))
- **webpack:** add createNodesV2 for plugin
([#26588](https://togithub.com/nrwl/nx/pull/26588))
##### 🩹 Fixes
- **bundling:** set project type correct for buildable vite projects
([#26420](https://togithub.com/nrwl/nx/pull/26420))
- **core:** merge args and options in nx:run-commands executor
([#26573](https://togithub.com/nrwl/nx/pull/26573))
- **expo:** fix expo start windows
([#26493](https://togithub.com/nrwl/nx/pull/26493))
- **graph:** improve layout when target groups are empty or there are no
groups ([#26555](https://togithub.com/nrwl/nx/pull/26555))
- **misc:** rename @nrwl/\* to @nx/\* in init generator
descriptions ([#26610](https://togithub.com/nrwl/nx/pull/26610))
- **nest:** Add missing props
([#26534](https://togithub.com/nrwl/nx/pull/26534))
- **nx-dev:** allow linking to headers that are `code` wrapped
([#26608](https://togithub.com/nrwl/nx/pull/26608))
- **vite:** nxViteTsPaths plugin should not run-many for vitest
([#26574](https://togithub.com/nrwl/nx/pull/26574))
##### ❤️ Thank You
- Caleb Ukle
- Colum Ferry [@Coly010](https://togithub.com/Coly010)
- Emily Xiong [@xiongemi](https://togithub.com/xiongemi)
- Jack Hsu [@jaysoo](https://togithub.com/jaysoo)
- Leosvel Pérez Espinosa
[@leosvelperez](https://togithub.com/leosvelperez)
- Nicholas Cunningham
[@ndcunningham](https://togithub.com/ndcunningham)
- Pavlo Grosse [@Olster](https://togithub.com/Olster)
---
### Configuration
📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge
- At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
Co-authored-by: descope[bot]
---
package.json | 12 +-
pnpm-lock.yaml | 447 +++++++++++++++++++------------------------------
2 files changed, 175 insertions(+), 284 deletions(-)
diff --git a/package.json b/package.json
index 43ffa006a..2378a3784 100644
--- a/package.json
+++ b/package.json
@@ -29,11 +29,11 @@
"@commitlint/config-conventional": "^19.0.0",
"@jscutlery/semver": "^5.0.0",
"@nrwl/devkit": "^19.0.0",
- "@nrwl/eslint-plugin-nx": "19.3.0",
- "@nrwl/jest": "19.3.0",
- "@nrwl/js": "19.3.0",
- "@nrwl/linter": "19.3.0",
- "@nrwl/workspace": "19.3.0",
+ "@nrwl/eslint-plugin-nx": "19.3.1",
+ "@nrwl/jest": "19.3.1",
+ "@nrwl/js": "19.3.1",
+ "@nrwl/linter": "19.3.1",
+ "@nrwl/workspace": "19.3.1",
"@types/jest": "29.5.12",
"@types/node": "20.14.7",
"@typescript-eslint/eslint-plugin": "7.13.1",
@@ -45,7 +45,7 @@
"jest-environment-jsdom": "29.7.0",
"lint-staged": "^15.0.0",
"ngx-deploy-npm": "^8.0.0",
- "nx": "19.3.0",
+ "nx": "19.3.1",
"playwright": "^1.41.2",
"prettier": "^3.0.0",
"ts-jest": "29.1.5",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c9415cba5..8ec4c7cb3 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -8,11 +8,11 @@ importers:
'@commitlint/config-conventional': ^19.0.0
'@jscutlery/semver': ^5.0.0
'@nrwl/devkit': ^19.0.0
- '@nrwl/eslint-plugin-nx': 19.3.0
- '@nrwl/jest': 19.3.0
- '@nrwl/js': 19.3.0
- '@nrwl/linter': 19.3.0
- '@nrwl/workspace': 19.3.0
+ '@nrwl/eslint-plugin-nx': 19.3.1
+ '@nrwl/jest': 19.3.1
+ '@nrwl/js': 19.3.1
+ '@nrwl/linter': 19.3.1
+ '@nrwl/workspace': 19.3.1
'@types/jest': 29.5.12
'@types/node': 20.14.7
'@typescript-eslint/eslint-plugin': 7.13.1
@@ -24,7 +24,7 @@ importers:
jest-environment-jsdom: 29.7.0
lint-staged: ^15.0.0
ngx-deploy-npm: ^8.0.0
- nx: 19.3.0
+ nx: 19.3.1
playwright: ^1.41.2
prettier: ^3.0.0
ts-jest: 29.1.5
@@ -36,12 +36,12 @@ importers:
'@commitlint/cli': 19.2.1_@types+node@20.14.7
'@commitlint/config-conventional': 19.1.0
'@jscutlery/semver': 5.2.0
- '@nrwl/devkit': 19.1.0_nx@19.3.0
- '@nrwl/eslint-plugin-nx': 19.3.0_4njgwbgmdxjzvlb6rlqjy35ely
- '@nrwl/jest': 19.3.0_h6eczdfoovt3zsftljarak25si
- '@nrwl/js': 19.3.0_qmkz6enyft2y3j6g3rxg6wfdmi
- '@nrwl/linter': 19.3.0_5g7pnezqxmck4ojdp642e5yjuu
- '@nrwl/workspace': 19.3.0
+ '@nrwl/devkit': 19.1.0_nx@19.3.1
+ '@nrwl/eslint-plugin-nx': 19.3.1_m6vec2ofjnomplcmog7lpzzycy
+ '@nrwl/jest': 19.3.1_b4acawtnx6cjo7ipasubdkqtxy
+ '@nrwl/js': 19.3.1_lr5uc64bsbkroh6eti5qpkpxty
+ '@nrwl/linter': 19.3.1_nvylmg4iwl7ed52pbqlqc6okcy
+ '@nrwl/workspace': 19.3.1
'@types/jest': 29.5.12
'@types/node': 20.14.7
'@typescript-eslint/eslint-plugin': 7.13.1_ebfhmfhqguyltfykjs65gydmem
@@ -53,7 +53,7 @@ importers:
jest-environment-jsdom: 29.7.0
lint-staged: 15.1.0
ngx-deploy-npm: 8.0.1_tslib@2.6.3
- nx: 19.3.0
+ nx: 19.3.1
playwright: 1.41.2
prettier: 3.1.0
ts-jest: 29.1.5_jest@29.7.0
@@ -1413,11 +1413,6 @@ packages:
picocolors: 1.0.0
dev: true
- /@babel/compat-data/7.23.5:
- resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==}
- engines: {node: '>=6.9.0'}
- dev: true
-
/@babel/compat-data/7.24.8:
resolution: {integrity: sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==}
engines: {node: '>=6.9.0'}
@@ -1470,30 +1465,19 @@ packages:
resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@babel/helper-builder-binary-assignment-operator-visitor/7.24.7:
resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-compilation-targets/7.22.15:
- resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/compat-data': 7.23.5
- '@babel/helper-validator-option': 7.23.5
- browserslist: 4.22.1
- lru-cache: 5.1.1
- semver: 6.3.1
- dev: true
-
/@babel/helper-compilation-targets/7.24.8:
resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==}
engines: {node: '>=6.9.0'}
@@ -1505,24 +1489,6 @@ packages:
semver: 6.3.1
dev: true
- /@babel/helper-create-class-features-plugin/7.23.5_@babel+core@7.24.7:
- resolution: {integrity: sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-function-name': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.23.0
- '@babel/helper-optimise-call-expression': 7.22.5
- '@babel/helper-replace-supers': 7.22.20_@babel+core@7.24.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/helper-split-export-declaration': 7.24.7
- semver: 6.3.1
- dev: true
-
/@babel/helper-create-class-features-plugin/7.24.8_@babel+core@7.24.7:
resolution: {integrity: sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==}
engines: {node: '>=6.9.0'}
@@ -1573,8 +1539,8 @@ packages:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
'@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/helper-compilation-targets': 7.24.8
+ '@babel/helper-plugin-utils': 7.24.8
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.4
@@ -1589,7 +1555,7 @@ packages:
dependencies:
'@babel/core': 7.24.7
'@babel/helper-compilation-targets': 7.24.8
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.4
@@ -1601,7 +1567,7 @@ packages:
resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@babel/helper-function-name/7.24.7:
@@ -1609,21 +1575,14 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@babel/helper-hoist-variables/7.24.7:
resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.7
- dev: true
-
- /@babel/helper-member-expression-to-functions/7.23.0:
- resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@babel/helper-member-expression-to-functions/7.24.8:
@@ -1640,8 +1599,8 @@ packages:
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -1662,18 +1621,11 @@ packages:
- supports-color
dev: true
- /@babel/helper-optimise-call-expression/7.22.5:
- resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.24.7
- dev: true
-
/@babel/helper-optimise-call-expression/7.24.7:
resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@babel/helper-plugin-utils/7.24.7:
@@ -1700,18 +1652,6 @@ packages:
- supports-color
dev: true
- /@babel/helper-replace-supers/7.22.20_@babel+core@7.24.7:
- resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.23.0
- '@babel/helper-optimise-call-expression': 7.22.5
- dev: true
-
/@babel/helper-replace-supers/7.24.7_@babel+core@7.24.7:
resolution: {integrity: sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==}
engines: {node: '>=6.9.0'}
@@ -1730,25 +1670,18 @@ packages:
resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helper-skip-transparent-expression-wrappers/7.22.5:
- resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
- engines: {node: '>=6.9.0'}
- dependencies:
- '@babel/types': 7.24.7
- dev: true
-
/@babel/helper-skip-transparent-expression-wrappers/7.24.7:
resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -1757,7 +1690,7 @@ packages:
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@babel/helper-string-parser/7.24.7:
@@ -1775,11 +1708,6 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
- /@babel/helper-validator-option/7.23.5:
- resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
- engines: {node: '>=6.9.0'}
- dev: true
-
/@babel/helper-validator-option/7.24.8:
resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
@@ -1791,8 +1719,8 @@ packages:
dependencies:
'@babel/helper-function-name': 7.24.7
'@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -1893,11 +1821,13 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.23.5_@babel+core@7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.22.20_@babel+core@7.24.7
+ '@babel/helper-create-class-features-plugin': 7.24.8_@babel+core@7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/helper-replace-supers': 7.24.7_@babel+core@7.24.7
'@babel/helper-split-export-declaration': 7.24.7
'@babel/plugin-syntax-decorators': 7.23.3_@babel+core@7.24.7
+ transitivePeerDependencies:
+ - supports-color
dev: true
/@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.24.7:
@@ -1924,7 +1854,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.24.7:
@@ -1953,7 +1883,7 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.24.7:
@@ -2096,16 +2026,6 @@ packages:
'@babel/helper-plugin-utils': 7.24.7
dev: true
- /@babel/plugin-syntax-typescript/7.23.3_@babel+core@7.24.7:
- resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- dev: true
-
/@babel/plugin-syntax-typescript/7.24.7_@babel+core@7.24.7:
resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==}
engines: {node: '>=6.9.0'}
@@ -2186,17 +2106,6 @@ packages:
'@babel/helper-plugin-utils': 7.24.7
dev: true
- /@babel/plugin-transform-class-properties/7.23.3_@babel+core@7.24.7:
- resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==}
- engines: {node: '>=6.9.0'}
- peerDependencies:
- '@babel/core': ^7.0.0-0
- dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.23.5_@babel+core@7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- dev: true
-
/@babel/plugin-transform-class-properties/7.24.7_@babel+core@7.24.7:
resolution: {integrity: sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==}
engines: {node: '>=6.9.0'}
@@ -2662,8 +2571,8 @@ packages:
dependencies:
'@babel/core': 7.24.7
'@babel/helper-module-imports': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- babel-plugin-polyfill-corejs2: 0.4.6_@babel+core@7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
+ babel-plugin-polyfill-corejs2: 0.4.11_@babel+core@7.24.7
babel-plugin-polyfill-corejs3: 0.8.6_@babel+core@7.24.7
babel-plugin-polyfill-regenerator: 0.5.3_@babel+core@7.24.7
semver: 6.3.1
@@ -4055,26 +3964,26 @@ packages:
fastq: 1.15.0
dev: true
- /@nrwl/devkit/19.1.0_nx@19.3.0:
+ /@nrwl/devkit/19.1.0_nx@19.3.1:
resolution: {integrity: sha512-n4YxtAMSdlXAmwcSKcLEX48kpcPGI/sX7lCfDeoSnTKud8Y1tlNeD8rf0YZV3ae+srE6j4lxfoJrRCpWweMcEQ==}
dependencies:
- '@nx/devkit': 19.1.0_nx@19.3.0
+ '@nx/devkit': 19.1.0_nx@19.3.1
transitivePeerDependencies:
- nx
dev: true
- /@nrwl/devkit/19.3.0_nx@19.3.0:
- resolution: {integrity: sha512-WRcph/7U37HkTLIRzQ2oburZVfEFkPHJUn7vmo46gCq+N2cAKy3qwONO0RbthhjFIsG94YPXqFWFlV6k4nXpxA==}
+ /@nrwl/devkit/19.3.1_nx@19.3.1:
+ resolution: {integrity: sha512-SUS4P+yOwqGIZYlGMiHyU8Lav6ofal77cNTHuI5g/tHjewA6oSoi7xlrsJpzT6F5dtsoTtrilStfOIp50HkOLw==}
dependencies:
- '@nx/devkit': 19.3.0_nx@19.3.0
+ '@nx/devkit': 19.3.1_nx@19.3.1
transitivePeerDependencies:
- nx
dev: true
- /@nrwl/eslint-plugin-nx/19.3.0_4njgwbgmdxjzvlb6rlqjy35ely:
- resolution: {integrity: sha512-urquS7aYwCnXeTqCVb7bpjfBkcvrm84igOP+S59rDhmw4sNxSbI0iFJrLwdVnO8oPFFP1BR4DMUYSWRvdP8NZQ==}
+ /@nrwl/eslint-plugin-nx/19.3.1_m6vec2ofjnomplcmog7lpzzycy:
+ resolution: {integrity: sha512-i0TSLs6vLNgDBiBK0vhy/lxe9tw27mEQEGJY9COsOsc+n7avxXhghkl6j56DZA97HoQk2Lv+mtHwgSUfNF8o5g==}
dependencies:
- '@nx/eslint-plugin': 19.3.0_4njgwbgmdxjzvlb6rlqjy35ely
+ '@nx/eslint-plugin': 19.3.1_m6vec2ofjnomplcmog7lpzzycy
transitivePeerDependencies:
- '@babel/traverse'
- '@swc-node/register'
@@ -4091,10 +4000,10 @@ packages:
- verdaccio
dev: true
- /@nrwl/jest/19.3.0_h6eczdfoovt3zsftljarak25si:
- resolution: {integrity: sha512-21J8Rj7tEQFlMxQTYmt5VEyeWIuEN3VNAkTtTuFLM95KKYONhuFC0ppiYiy+RTA1R3RyTJZLyln/hqH74BPx/g==}
+ /@nrwl/jest/19.3.1_b4acawtnx6cjo7ipasubdkqtxy:
+ resolution: {integrity: sha512-c60Vgim45UFv+V4GFp6e0Szm3+Zlr/1hDyvLOPyxlS+qdu23naZfAmVPBajZHncA3C9DWypgL316N9PAwUTEvw==}
dependencies:
- '@nx/jest': 19.3.0_h6eczdfoovt3zsftljarak25si
+ '@nx/jest': 19.3.1_b4acawtnx6cjo7ipasubdkqtxy
transitivePeerDependencies:
- '@babel/traverse'
- '@swc-node/register'
@@ -4111,10 +4020,10 @@ packages:
- verdaccio
dev: true
- /@nrwl/js/19.3.0_qmkz6enyft2y3j6g3rxg6wfdmi:
- resolution: {integrity: sha512-G+7nvAlfwnnlcPnoAhpcCrsOZTwa7hRd6WoqSrYuG/9Ge1NZ3H+rwvS5wX+bTKn8/hKHQdDuJUTomyOTpt1I1g==}
+ /@nrwl/js/19.3.1_5puexphjt3iu37gv4b3mlqq2oq:
+ resolution: {integrity: sha512-LfvlqbTXQuAs3agc11F/XLscWpGmmDvcYA4fq8VhzNSKrujasRj8NzM5v2AyDvRfiEGrcQGvsp8SnVN2WC/GwA==}
dependencies:
- '@nx/js': 19.3.0_qmkz6enyft2y3j6g3rxg6wfdmi
+ '@nx/js': 19.3.1_5puexphjt3iu37gv4b3mlqq2oq
transitivePeerDependencies:
- '@babel/traverse'
- '@swc-node/register'
@@ -4128,10 +4037,10 @@ packages:
- verdaccio
dev: true
- /@nrwl/js/19.3.0_swot4jq5flobxlcfgnge4r5nd4:
- resolution: {integrity: sha512-G+7nvAlfwnnlcPnoAhpcCrsOZTwa7hRd6WoqSrYuG/9Ge1NZ3H+rwvS5wX+bTKn8/hKHQdDuJUTomyOTpt1I1g==}
+ /@nrwl/js/19.3.1_lr5uc64bsbkroh6eti5qpkpxty:
+ resolution: {integrity: sha512-LfvlqbTXQuAs3agc11F/XLscWpGmmDvcYA4fq8VhzNSKrujasRj8NzM5v2AyDvRfiEGrcQGvsp8SnVN2WC/GwA==}
dependencies:
- '@nx/js': 19.3.0_swot4jq5flobxlcfgnge4r5nd4
+ '@nx/js': 19.3.1_lr5uc64bsbkroh6eti5qpkpxty
transitivePeerDependencies:
- '@babel/traverse'
- '@swc-node/register'
@@ -4145,10 +4054,10 @@ packages:
- verdaccio
dev: true
- /@nrwl/linter/19.3.0_5g7pnezqxmck4ojdp642e5yjuu:
- resolution: {integrity: sha512-oqPEVqRZCuWbBGr1W00Pn02KORZCxXHiUefcZ/yvZYRUXOl09doW/Bvf0JJ8NjgYEMwgOoKCy7CYdMWKbqoIuw==}
+ /@nrwl/linter/19.3.1_nvylmg4iwl7ed52pbqlqc6okcy:
+ resolution: {integrity: sha512-tNXFd3h91Scn19gATckxt8cLV1WFXvOHZ6ZQsDYxAZVeTgXjnHCLDNlBuzTlf4dfujIUkRUYhTXnHWvgY7/mSg==}
dependencies:
- '@nx/eslint': 19.3.0_5g7pnezqxmck4ojdp642e5yjuu
+ '@nx/eslint': 19.3.1_nvylmg4iwl7ed52pbqlqc6okcy
transitivePeerDependencies:
- '@babel/traverse'
- '@swc-node/register'
@@ -4163,11 +4072,11 @@ packages:
- verdaccio
dev: true
- /@nrwl/tao/19.3.0:
- resolution: {integrity: sha512-MyGYeHbh9O4Tv9xmz3Du+/leY5sKUHaPy4ancfNyShHgYi21hemX0/YYjzzoYHi44D8GzSc1XG2rAuwba7Kilw==}
+ /@nrwl/tao/19.3.1:
+ resolution: {integrity: sha512-K3VqTNwJ5/4vAaExIVmESWnQgO95MiJEgo+OzkmfkFvYTCOH2006OwvgCJFTQdjyONJ8Ao/lUPrHSDfsoevSeA==}
hasBin: true
dependencies:
- nx: 19.3.0
+ nx: 19.3.1
tslib: 2.6.3
transitivePeerDependencies:
- '@swc-node/register'
@@ -4175,52 +4084,52 @@ packages:
- debug
dev: true
- /@nrwl/workspace/19.3.0:
- resolution: {integrity: sha512-h/kMImLdX5NMg0lXB6PmYIxBYI6WU7ATcOI3tGl8z48HHfyfwu87vTQlxFi3jaZv2qj/mE5VFpd+tGADEPNvCw==}
+ /@nrwl/workspace/19.3.1:
+ resolution: {integrity: sha512-skSiVs62WRbPM92yHt1/ezTcT7CczW24A5t7p/A8KJeRIGb+Zdd4ngR88cnQuCumi8CagL04c8STZLU6bs0gyA==}
dependencies:
- '@nx/workspace': 19.3.0
+ '@nx/workspace': 19.3.1
transitivePeerDependencies:
- '@swc-node/register'
- '@swc/core'
- debug
dev: true
- /@nx/devkit/19.1.0_nx@19.3.0:
+ /@nx/devkit/19.1.0_nx@19.3.1:
resolution: {integrity: sha512-jn8uNgavpRhYZ1u63YFNWc2lEoAr3YA7bvPK9yaBmV++tFj+Ig+eFKkQxRou4tvOUnIyVPrs/fmi/TBLVQcpQg==}
peerDependencies:
nx: '>= 17 <= 20'
dependencies:
- '@nrwl/devkit': 19.1.0_nx@19.3.0
+ '@nrwl/devkit': 19.1.0_nx@19.3.1
ejs: 3.1.9
enquirer: 2.3.6
ignore: 5.3.1
minimatch: 9.0.3
- nx: 19.3.0
+ nx: 19.3.1
semver: 7.6.0
tmp: 0.2.1
tslib: 2.6.3
yargs-parser: 21.1.1
dev: true
- /@nx/devkit/19.3.0_nx@19.3.0:
- resolution: {integrity: sha512-Natya5nzvHH0qTOIL1w/EZtwMgDx87Dgz0LgeY7te2fULaNFcj5fVrP+mUKEJZR+NccO7GPumT2RPhuEl9rPnQ==}
+ /@nx/devkit/19.3.1_nx@19.3.1:
+ resolution: {integrity: sha512-sMMPGy6xivhipajvyfR96RMDJiKdmhIRgRxAVW298nKSKwrkRrxW48EtxYqUtI8MZkUPQigNVvqN8fyZ/gE7CA==}
peerDependencies:
nx: '>= 17 <= 20'
dependencies:
- '@nrwl/devkit': 19.3.0_nx@19.3.0
+ '@nrwl/devkit': 19.3.1_nx@19.3.1
ejs: 3.1.9
enquirer: 2.3.6
ignore: 5.3.1
minimatch: 9.0.3
- nx: 19.3.0
+ nx: 19.3.1
semver: 7.6.0
tmp: 0.2.1
tslib: 2.6.3
yargs-parser: 21.1.1
dev: true
- /@nx/eslint-plugin/19.3.0_4njgwbgmdxjzvlb6rlqjy35ely:
- resolution: {integrity: sha512-NZ966Wy4mF34lLi+QOgY9mpOiiAL5UiJ+QqOZcg22QIVz0zPY5HbtbYDZTu8OmR4O/S+3ylguaP1O1P2xiYMBQ==}
+ /@nx/eslint-plugin/19.3.1_m6vec2ofjnomplcmog7lpzzycy:
+ resolution: {integrity: sha512-5sssZeoxyhECxjnAMhnAQamior1qDWW2pHJvC5b1DZ0kFjNwboY4TPZHcAmFq6elG4cYQxBCdrINUbj1N+vDLQ==}
peerDependencies:
'@typescript-eslint/parser': ^6.13.2 || ^7.0.0
eslint-config-prettier: ^9.0.0
@@ -4228,9 +4137,9 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- '@nrwl/eslint-plugin-nx': 19.3.0_4njgwbgmdxjzvlb6rlqjy35ely
- '@nx/devkit': 19.3.0_nx@19.3.0
- '@nx/js': 19.3.0_qmkz6enyft2y3j6g3rxg6wfdmi
+ '@nrwl/eslint-plugin-nx': 19.3.1_m6vec2ofjnomplcmog7lpzzycy
+ '@nx/devkit': 19.3.1_nx@19.3.1
+ '@nx/js': 19.3.1_lr5uc64bsbkroh6eti5qpkpxty
'@typescript-eslint/parser': 7.2.0_eslint@9.0.0
'@typescript-eslint/type-utils': 7.13.1_eslint@9.0.0
'@typescript-eslint/utils': 7.13.1_eslint@9.0.0
@@ -4254,8 +4163,8 @@ packages:
- verdaccio
dev: true
- /@nx/eslint/19.3.0_5g7pnezqxmck4ojdp642e5yjuu:
- resolution: {integrity: sha512-x4SrQMnLnX+jM7KGsj+ReOvEHo5S0chLPfJhf0KFnXnzWoWcrq18z0lZ33JaAWWBsjexozDTld2wHj7nkvcjCg==}
+ /@nx/eslint/19.3.1_nvylmg4iwl7ed52pbqlqc6okcy:
+ resolution: {integrity: sha512-Z9cyk0tRHhzo3Hid3Wh8icdZdJzTUfHiowoslzXID/3cneGT4yvWuG8xuQr0t8IgUzU9EvbvkGkpUUJrvpdW9Q==}
peerDependencies:
'@zkochan/js-yaml': 0.0.7
eslint: ^8.0.0 || ^9.0.0
@@ -4263,9 +4172,9 @@ packages:
'@zkochan/js-yaml':
optional: true
dependencies:
- '@nx/devkit': 19.3.0_nx@19.3.0
- '@nx/js': 19.3.0_swot4jq5flobxlcfgnge4r5nd4
- '@nx/linter': 19.3.0_5g7pnezqxmck4ojdp642e5yjuu
+ '@nx/devkit': 19.3.1_nx@19.3.1
+ '@nx/js': 19.3.1_5puexphjt3iu37gv4b3mlqq2oq
+ '@nx/linter': 19.3.1_nvylmg4iwl7ed52pbqlqc6okcy
eslint: 9.0.0
semver: 7.6.0
tslib: 2.6.3
@@ -4282,14 +4191,14 @@ packages:
- verdaccio
dev: true
- /@nx/jest/19.3.0_h6eczdfoovt3zsftljarak25si:
- resolution: {integrity: sha512-XgtMw7QHD1wni3EZd3YS4UgoskRZh264tJf/8QRQ8XxWJCFjNM3IEQHDUycIt09Vzz5rql5NwuZ9ct9CNZveNw==}
+ /@nx/jest/19.3.1_b4acawtnx6cjo7ipasubdkqtxy:
+ resolution: {integrity: sha512-biu4ROVE0xFUlnVYihRDl9in9CbhNe0FGIPtWR8JlP1/cjMLFjfaNT/anMqNJ/efzc/F7SX0O7mukJXGQ9Jxgw==}
dependencies:
'@jest/reporters': 29.7.0
'@jest/test-result': 29.7.0
- '@nrwl/jest': 19.3.0_h6eczdfoovt3zsftljarak25si
- '@nx/devkit': 19.3.0_nx@19.3.0
- '@nx/js': 19.3.0_qmkz6enyft2y3j6g3rxg6wfdmi
+ '@nrwl/jest': 19.3.1_b4acawtnx6cjo7ipasubdkqtxy
+ '@nx/devkit': 19.3.1_nx@19.3.1
+ '@nx/js': 19.3.1_lr5uc64bsbkroh6eti5qpkpxty
'@phenomnomnominal/tsquery': 5.0.1
chalk: 4.1.2
identity-obj-proxy: 3.0.0
@@ -4316,8 +4225,8 @@ packages:
- verdaccio
dev: true
- /@nx/js/19.3.0_qmkz6enyft2y3j6g3rxg6wfdmi:
- resolution: {integrity: sha512-bZuV8sXR5kZ2FJzqnjSZqWs21W7AlZKgjzYB7Rt1u1ap4KcVR32NNAUVFjnTuI1A/6rhO39IShTyMhswnBV9qA==}
+ /@nx/js/19.3.1_5puexphjt3iu37gv4b3mlqq2oq:
+ resolution: {integrity: sha512-3/4Lew2HLzGtk0i9R4oc8OH1Ie6k30BUVz68fiEPYh5H6i1+a7onOERWDHdh7bfXq39f0qsTHPtEP0ObNOog7g==}
peerDependencies:
verdaccio: ^5.0.4
peerDependenciesMeta:
@@ -4326,14 +4235,14 @@ packages:
dependencies:
'@babel/core': 7.24.7
'@babel/plugin-proposal-decorators': 7.23.5_@babel+core@7.24.7
- '@babel/plugin-transform-class-properties': 7.23.3_@babel+core@7.24.7
+ '@babel/plugin-transform-class-properties': 7.24.7_@babel+core@7.24.7
'@babel/plugin-transform-runtime': 7.23.4_@babel+core@7.24.7
'@babel/preset-env': 7.24.7_@babel+core@7.24.7
'@babel/preset-typescript': 7.24.7_@babel+core@7.24.7
'@babel/runtime': 7.23.5
- '@nrwl/js': 19.3.0_qmkz6enyft2y3j6g3rxg6wfdmi
- '@nx/devkit': 19.3.0_nx@19.3.0
- '@nx/workspace': 19.3.0
+ '@nrwl/js': 19.3.1_5puexphjt3iu37gv4b3mlqq2oq
+ '@nx/devkit': 19.3.1_nx@19.3.1
+ '@nx/workspace': 19.3.1
babel-plugin-const-enum: 1.2.0_@babel+core@7.24.7
babel-plugin-macros: 2.8.0
babel-plugin-transform-typescript-metadata: 0.3.2_@babel+core@7.24.7
@@ -4350,7 +4259,7 @@ packages:
ora: 5.3.0
semver: 7.6.0
source-map-support: 0.5.19
- ts-node: 10.9.1_@types+node@20.14.7
+ ts-node: 10.9.1_o6ko7e3jscv6rpt4ua2qabluzi
tsconfig-paths: 4.2.0
tslib: 2.6.3
transitivePeerDependencies:
@@ -4365,8 +4274,8 @@ packages:
- typescript
dev: true
- /@nx/js/19.3.0_swot4jq5flobxlcfgnge4r5nd4:
- resolution: {integrity: sha512-bZuV8sXR5kZ2FJzqnjSZqWs21W7AlZKgjzYB7Rt1u1ap4KcVR32NNAUVFjnTuI1A/6rhO39IShTyMhswnBV9qA==}
+ /@nx/js/19.3.1_lr5uc64bsbkroh6eti5qpkpxty:
+ resolution: {integrity: sha512-3/4Lew2HLzGtk0i9R4oc8OH1Ie6k30BUVz68fiEPYh5H6i1+a7onOERWDHdh7bfXq39f0qsTHPtEP0ObNOog7g==}
peerDependencies:
verdaccio: ^5.0.4
peerDependenciesMeta:
@@ -4375,14 +4284,14 @@ packages:
dependencies:
'@babel/core': 7.24.7
'@babel/plugin-proposal-decorators': 7.23.5_@babel+core@7.24.7
- '@babel/plugin-transform-class-properties': 7.23.3_@babel+core@7.24.7
+ '@babel/plugin-transform-class-properties': 7.24.7_@babel+core@7.24.7
'@babel/plugin-transform-runtime': 7.23.4_@babel+core@7.24.7
'@babel/preset-env': 7.24.7_@babel+core@7.24.7
'@babel/preset-typescript': 7.24.7_@babel+core@7.24.7
'@babel/runtime': 7.23.5
- '@nrwl/js': 19.3.0_swot4jq5flobxlcfgnge4r5nd4
- '@nx/devkit': 19.3.0_nx@19.3.0
- '@nx/workspace': 19.3.0
+ '@nrwl/js': 19.3.1_lr5uc64bsbkroh6eti5qpkpxty
+ '@nx/devkit': 19.3.1_nx@19.3.1
+ '@nx/workspace': 19.3.1
babel-plugin-const-enum: 1.2.0_@babel+core@7.24.7
babel-plugin-macros: 2.8.0
babel-plugin-transform-typescript-metadata: 0.3.2_@babel+core@7.24.7
@@ -4399,7 +4308,7 @@ packages:
ora: 5.3.0
semver: 7.6.0
source-map-support: 0.5.19
- ts-node: 10.9.1_o6ko7e3jscv6rpt4ua2qabluzi
+ ts-node: 10.9.1_@types+node@20.14.7
tsconfig-paths: 4.2.0
tslib: 2.6.3
transitivePeerDependencies:
@@ -4414,10 +4323,10 @@ packages:
- typescript
dev: true
- /@nx/linter/19.3.0_5g7pnezqxmck4ojdp642e5yjuu:
- resolution: {integrity: sha512-+bpDyXjHBTuVHvbQ7m2hG86m1jJNAPOmnoad/2ZPoQM4LjBTOW8M7s2upZPewjnAJs8Fv02281mO+ORbhW7L9A==}
+ /@nx/linter/19.3.1_nvylmg4iwl7ed52pbqlqc6okcy:
+ resolution: {integrity: sha512-sShqyutVQFdkBLcvqDr4S9mKBYFTdDIg81+HS3qgehSXJWf9H68MLRFmloGXbgZ5Ov46ePCnu+WpTH68GEI/Qg==}
dependencies:
- '@nx/eslint': 19.3.0_5g7pnezqxmck4ojdp642e5yjuu
+ '@nx/eslint': 19.3.1_nvylmg4iwl7ed52pbqlqc6okcy
transitivePeerDependencies:
- '@babel/traverse'
- '@swc-node/register'
@@ -4432,8 +4341,8 @@ packages:
- verdaccio
dev: true
- /@nx/nx-darwin-arm64/19.3.0:
- resolution: {integrity: sha512-TMTxjrN7Y/UsKFjmz0YfhVItLTGWqvud8cmQchw5NEjdNakfjXk0mREufO5/5PwoiRIsen6MbThoTprLpjOUiQ==}
+ /@nx/nx-darwin-arm64/19.3.1:
+ resolution: {integrity: sha512-B8kpnfBBJJE4YfSvpNPNdKLi63cyd41dZJRePkBrW/7Va/wUiHuKoyAEQZEI2WmH9ZM3RNmw7dp5vESr05Sw5g==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
@@ -4441,8 +4350,8 @@ packages:
dev: true
optional: true
- /@nx/nx-darwin-x64/19.3.0:
- resolution: {integrity: sha512-GH2L6ftnzdIs7JEdv7ZPCdbpAdB5sW6NijK07riYZSONzq5fEruD1yDWDkyZbYBb8RTxsparUWJnq8q1qxEPHQ==}
+ /@nx/nx-darwin-x64/19.3.1:
+ resolution: {integrity: sha512-XKY76oi7hLQAKZzGlEsqPxNWx7BOS8E801CA9k+hKNVqNJdD6Vz/1hkhzKo/TwBrPkyhdvrq+BqBMLS7ZDefKw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
@@ -4450,8 +4359,8 @@ packages:
dev: true
optional: true
- /@nx/nx-freebsd-x64/19.3.0:
- resolution: {integrity: sha512-1ow7Xku1yyjHviCKsWiuHCAnTd3fD+5O5c+e4DXHVthT8wnadKSotvBIWf38DMbMthl7na82e72OzxcdSbrVqQ==}
+ /@nx/nx-freebsd-x64/19.3.1:
+ resolution: {integrity: sha512-ZXDmzosPEq1DKC9r7UxPxF9I2GE11TmmYePcwN2xE1/you9+NUd14+SVW/jh/uH1j1n/41w0g35oNA6X0U+fGw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
@@ -4459,8 +4368,8 @@ packages:
dev: true
optional: true
- /@nx/nx-linux-arm-gnueabihf/19.3.0:
- resolution: {integrity: sha512-mYQMIUvNr2gww8vbg766uk/C1RxoC1fwioeP87bmV5NRUKSzJ8WEJVxAsqc9RGhAOUaNXOgEuKYrMcVhKyIKJQ==}
+ /@nx/nx-linux-arm-gnueabihf/19.3.1:
+ resolution: {integrity: sha512-2Ls+08J14BmkHpkQ6DhHGdW97IcY3vvqmuwogTBrt5ATmJIim3o/O4Kp4Sq+uuotf0kae0NP986BuoFw/WW/xg==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
@@ -4468,8 +4377,8 @@ packages:
dev: true
optional: true
- /@nx/nx-linux-arm64-gnu/19.3.0:
- resolution: {integrity: sha512-rHL3eQ0RHkeAXnhHHu/NIyouN/ykiXvgyNU3TuCd50+2MZcAbjB+Xq3mwL0MwiP+BQuptiE+snTuxFUJp4ZH6A==}
+ /@nx/nx-linux-arm64-gnu/19.3.1:
+ resolution: {integrity: sha512-+UbThXaqKmctAavcwdYxmtZIjrojGLK4PJKdivR0awjPEJ9qXnxA0bOQk/GdbD8nse66LR2NnPeNDxxqfsh8tw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -4477,8 +4386,8 @@ packages:
dev: true
optional: true
- /@nx/nx-linux-arm64-musl/19.3.0:
- resolution: {integrity: sha512-im0+OgOD6ShpTkI9ZRz7BjzxhQ/Lk3xjYmmCu+PFGmaybEnkNNDFwsgS0iEVKMdWZ/EQoQvJrqOYsX125iIBuQ==}
+ /@nx/nx-linux-arm64-musl/19.3.1:
+ resolution: {integrity: sha512-JMuBbg2Zqdz4N7i+hiJGr2QdsDarDZ8vyzzeoevFq3b8nhZfqKh/lno7+Y0WkXNpH7aT05GHaUA1r1NXf/5BeQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -4486,8 +4395,8 @@ packages:
dev: true
optional: true
- /@nx/nx-linux-x64-gnu/19.3.0:
- resolution: {integrity: sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==}
+ /@nx/nx-linux-x64-gnu/19.3.1:
+ resolution: {integrity: sha512-cVmDMtolaqK7PziWxvjus1nCyj2wMNM+N0/4+rBEjG4v47gTtBxlZJoxK02jApdV+XELehsTjd0Z/xVfO4Rl1Q==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -4495,8 +4404,8 @@ packages:
dev: true
optional: true
- /@nx/nx-linux-x64-musl/19.3.0:
- resolution: {integrity: sha512-sahEV99glBlpGKG1TIQ5PkJ0QvpHp69wWsBFK2DKtCETxOtsWqwvIjemxTCXRirTqeHiP7BiR6VWsf2YqqqBdw==}
+ /@nx/nx-linux-x64-musl/19.3.1:
+ resolution: {integrity: sha512-UGujK/TLMz9TNJ6+6HLhoOV7pdlgPVosSyeNZcoXCHOg/Mg9NGM7Hgk9jDodtcAY+TP6QMDJIMVGuXBsCE7NLQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -4504,8 +4413,8 @@ packages:
dev: true
optional: true
- /@nx/nx-win32-arm64-msvc/19.3.0:
- resolution: {integrity: sha512-w03gFwLijStmhUji70QJHYo/U16ovybNczxGO7+5TT330X8/y+ihw9FCGHiIcujAjTAE88h0DKGn05WlNqRmfg==}
+ /@nx/nx-win32-arm64-msvc/19.3.1:
+ resolution: {integrity: sha512-q+2aaRXarh/+HOOW/JXRwEnEEwPdGipsfzXBPDuDDJ7aOYKuyG7g1DlSERKdzI/aEBP+joneZbcbZHaDcEv2xw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
@@ -4513,8 +4422,8 @@ packages:
dev: true
optional: true
- /@nx/nx-win32-x64-msvc/19.3.0:
- resolution: {integrity: sha512-M7e2zXGfTjH8NLiwqKLdWC9VlfMSQDYlI4/SM4OSpPqhUTfPlRPa+wNKNTG7perKfDXxE9ei8yjocujknXJk/A==}
+ /@nx/nx-win32-x64-msvc/19.3.1:
+ resolution: {integrity: sha512-TG4DP1lodTnIwY/CiSsc9Pk7o9/JZXgd1pP/xdHNTkrZYjE//z6TbSm+facBLuryuMhp6s/WlJaAlW241qva0Q==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -4522,14 +4431,14 @@ packages:
dev: true
optional: true
- /@nx/workspace/19.3.0:
- resolution: {integrity: sha512-mhhQIXPGOysg/1vqGnXzwB3ODckpwi2OxQm4x4R1rX8tnS7I4+K2MZFyQzpa13vPf4h4Y4yxdDUl+TfZa7lVhQ==}
+ /@nx/workspace/19.3.1:
+ resolution: {integrity: sha512-vg9aHidIEgkq3bjMNQSBa9NdpEYs9rpgk/8TQsaacZR8Yr2JTU7DUiGdrYxDigoNyoX4nYBkCZQzdWD3YXYRJg==}
dependencies:
- '@nrwl/workspace': 19.3.0
- '@nx/devkit': 19.3.0_nx@19.3.0
+ '@nrwl/workspace': 19.3.1
+ '@nx/devkit': 19.3.1_nx@19.3.1
chalk: 4.1.2
enquirer: 2.3.6
- nx: 19.3.0
+ nx: 19.3.1
tslib: 2.6.3
yargs-parser: 21.1.1
transitivePeerDependencies:
@@ -5532,20 +5441,20 @@ packages:
/@types/babel__generator/7.6.4:
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@types/babel__template/7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.8
dev: true
/@types/babel__traverse/7.18.3:
resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==}
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
dev: true
/@types/clean-css/4.2.6:
@@ -6933,9 +6842,9 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript': 7.23.3_@babel+core@7.24.7
- '@babel/traverse': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-typescript': 7.24.7_@babel+core@7.24.7
+ '@babel/traverse': 7.24.8
transitivePeerDependencies:
- supports-color
dev: true
@@ -6958,7 +6867,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
'@types/babel__core': 7.20.0
'@types/babel__traverse': 7.18.3
dev: true
@@ -6968,7 +6877,7 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
'@types/babel__core': 7.20.0
'@types/babel__traverse': 7.18.3
dev: true
@@ -6994,19 +6903,6 @@ packages:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs2/0.4.6_@babel+core@7.24.7:
- resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==}
- peerDependencies:
- '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- dependencies:
- '@babel/compat-data': 7.23.5
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.4.3_@babel+core@7.24.7
- semver: 6.3.1
- transitivePeerDependencies:
- - supports-color
- dev: true
-
/babel-plugin-polyfill-corejs3/0.10.4_@babel+core@7.24.7:
resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==}
peerDependencies:
@@ -7026,7 +6922,7 @@ packages:
dependencies:
'@babel/core': 7.24.7
'@babel/helper-define-polyfill-provider': 0.4.3_@babel+core@7.24.7
- core-js-compat: 3.33.3
+ core-js-compat: 3.37.1
transitivePeerDependencies:
- supports-color
dev: true
@@ -7063,7 +6959,7 @@ packages:
optional: true
dependencies:
'@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/helper-plugin-utils': 7.24.8
dev: true
/babel-preset-current-node-syntax/1.0.1_@babel+core@7.24.7:
@@ -8683,11 +8579,6 @@ packages:
'@esbuild/win32-x64': 0.21.4
dev: true
- /escalade/3.1.1:
- resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
- engines: {node: '>=6'}
- dev: true
-
/escalade/3.1.2:
resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
engines: {node: '>=6'}
@@ -11022,7 +10913,7 @@ packages:
engines: {node: '>=8'}
dependencies:
'@babel/core': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
semver: 6.3.1
@@ -11035,7 +10926,7 @@ packages:
engines: {node: '>=10'}
dependencies:
'@babel/core': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
semver: 7.6.0
@@ -11895,10 +11786,10 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies:
'@babel/core': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/plugin-syntax-typescript': 7.23.3_@babel+core@7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/generator': 7.24.8
+ '@babel/plugin-syntax-typescript': 7.24.7_@babel+core@7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
'@types/babel__traverse': 7.18.3
@@ -11925,10 +11816,10 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@babel/core': 7.24.7
- '@babel/generator': 7.24.7
+ '@babel/generator': 7.24.8
'@babel/plugin-syntax-jsx': 7.24.7_@babel+core@7.24.7
- '@babel/plugin-syntax-typescript': 7.23.3_@babel+core@7.24.7
- '@babel/types': 7.24.7
+ '@babel/plugin-syntax-typescript': 7.24.7_@babel+core@7.24.7
+ '@babel/types': 7.24.8
'@jest/expect-utils': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
@@ -12981,8 +12872,8 @@ packages:
resolution: {integrity: sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==}
dev: true
- /nx/19.3.0:
- resolution: {integrity: sha512-WILWiROUkZWwuPJ12tP24Z0NULPEhxFN9i55/fECuVXYaFtkg6FvEne9C4d4bRqhZPcbrz6WhHnzE3NhdjH7XQ==}
+ /nx/19.3.1:
+ resolution: {integrity: sha512-dDkhnXMpnDN5/ZJxJXz7wPlKA3pQwQmwNQ3YmTrCwucNbpwNRdwXiDgbLpjlGCtaeE9yZh2E/dAH1HNbgViJ6g==}
hasBin: true
requiresBuild: true
peerDependencies:
@@ -12994,7 +12885,7 @@ packages:
'@swc/core':
optional: true
dependencies:
- '@nrwl/tao': 19.3.0
+ '@nrwl/tao': 19.3.1
'@yarnpkg/lockfile': 1.1.0
'@yarnpkg/parsers': 3.0.0-rc.46
'@zkochan/js-yaml': 0.0.7
@@ -13029,16 +12920,16 @@ packages:
yargs: 17.7.1
yargs-parser: 21.1.1
optionalDependencies:
- '@nx/nx-darwin-arm64': 19.3.0
- '@nx/nx-darwin-x64': 19.3.0
- '@nx/nx-freebsd-x64': 19.3.0
- '@nx/nx-linux-arm-gnueabihf': 19.3.0
- '@nx/nx-linux-arm64-gnu': 19.3.0
- '@nx/nx-linux-arm64-musl': 19.3.0
- '@nx/nx-linux-x64-gnu': 19.3.0
- '@nx/nx-linux-x64-musl': 19.3.0
- '@nx/nx-win32-arm64-msvc': 19.3.0
- '@nx/nx-win32-x64-msvc': 19.3.0
+ '@nx/nx-darwin-arm64': 19.3.1
+ '@nx/nx-darwin-x64': 19.3.1
+ '@nx/nx-freebsd-x64': 19.3.1
+ '@nx/nx-linux-arm-gnueabihf': 19.3.1
+ '@nx/nx-linux-arm64-gnu': 19.3.1
+ '@nx/nx-linux-arm64-musl': 19.3.1
+ '@nx/nx-linux-x64-gnu': 19.3.1
+ '@nx/nx-linux-x64-musl': 19.3.1
+ '@nx/nx-win32-arm64-msvc': 19.3.1
+ '@nx/nx-win32-x64-msvc': 19.3.1
transitivePeerDependencies:
- debug
dev: true
@@ -15869,8 +15760,8 @@ packages:
browserslist: '>= 4.21.0'
dependencies:
browserslist: 4.22.1
- escalade: 3.1.1
- picocolors: 1.0.0
+ escalade: 3.1.2
+ picocolors: 1.0.1
dev: true
/update-browserslist-db/1.1.0_browserslist@4.23.2:
@@ -16286,7 +16177,7 @@ packages:
engines: {node: '>=10'}
dependencies:
cliui: 7.0.4
- escalade: 3.1.1
+ escalade: 3.1.2
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
@@ -16299,7 +16190,7 @@ packages:
engines: {node: '>=12'}
dependencies:
cliui: 7.0.4
- escalade: 3.1.1
+ escalade: 3.1.2
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
@@ -16312,7 +16203,7 @@ packages:
engines: {node: '>=12'}
dependencies:
cliui: 8.0.1
- escalade: 3.1.1
+ escalade: 3.1.2
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3