diff --git a/.github/workflows/manual-deploy-docs.yml b/.github/workflows/manual-deploy-docs.yml
index fdaf886231..6139890c2c 100644
--- a/.github/workflows/manual-deploy-docs.yml
+++ b/.github/workflows/manual-deploy-docs.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
- node-version: '16'
+ node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev netlify-cli@13.2.2
diff --git a/.github/workflows/manual-legacy-release-to-npm.yml b/.github/workflows/manual-legacy-release-to-npm.yml
index 6139cfe909..f447b1ee7d 100644
--- a/.github/workflows/manual-legacy-release-to-npm.yml
+++ b/.github/workflows/manual-legacy-release-to-npm.yml
@@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
- node-version: '16'
+ node-version: '18'
cache: 'npm'
- name: Install packages
run: npm ci
diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index 26a07d1641..e94bb9f8ba 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -8,9 +8,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- name: Install Node 16
+ name: Install Node 18
with:
- node-version: '16'
+ node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev netlify-cli@13.2.2
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0f56357a7a..379340983e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
- node-version: '16'
+ node-version: '18'
cache: 'npm'
- name: Install packages.
run: npm ci
@@ -56,7 +56,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
- node-version: '16'
+ node-version: '18'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev netlify-cli@13.2.2
@@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: '16'
+ node-version: '18'
cache: 'npm'
- name: Retrieve latest snapshot version
run: node prepare.js
diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml
index 8e2013ce44..c819b5e129 100644
--- a/.github/workflows/vrt.yml
+++ b/.github/workflows/vrt.yml
@@ -16,11 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- - name: Install Node 16
+ - name: Install Node 18
uses: actions/setup-node@v3
with:
- node-version: '16'
- cache: 'npm'
+ node-version: '18'
- name: Install project dependencies
run: npm ci
- name: Bootstrap project
diff --git a/.nvmrc b/.nvmrc
deleted file mode 100644
index 4a41167051..0000000000
--- a/.nvmrc
+++ /dev/null
@@ -1 +0,0 @@
-12.20.0
diff --git a/package-lock.json b/package-lock.json
index 46d373ab41..06fb07164e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,31 +13,31 @@
"packages/*"
],
"devDependencies": {
- "@babel/cli": "^7.22.15",
- "@commitlint/cli": "^17.7.1",
- "@commitlint/config-conventional": "^17.7.0",
- "@instructure/ui-scripts": "8.41.1",
- "@testing-library/dom": "^9.3.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@babel/cli": "^7.23.0",
+ "@commitlint/cli": "^17.8.0",
+ "@commitlint/config-conventional": "^17.8.0",
+ "@instructure/ui-scripts": "8",
+ "@testing-library/dom": "^9.3.3",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3",
- "@types/jest": "^29.5.3",
- "@types/react-dom": "^18.2.7",
+ "@testing-library/user-event": "^14.5.1",
+ "@types/jest": "^29.5.5",
+ "@types/react-dom": "^18.2",
"chalk": "^4.1.2",
"commitizen": "^4.3.0",
"cross-spawn": "^7.0.3",
- "danger": "^11.2.8",
- "esbuild": "^0.18.12",
- "eslint": "^8.44.0",
+ "danger": "^11.3.0",
+ "esbuild": "^0.19.4",
+ "eslint": "^8.51.0",
"husky": "^8.0.3",
- "jest": "^29.6.4",
- "jest-environment-jsdom": "^29.6.4",
- "lerna": "^7.1.3",
- "lint-staged": "^13.2.3",
+ "jest": "^29.7.0",
+ "jest-environment-jsdom": "^29.7.0",
+ "lerna": "^7.3.1",
+ "lint-staged": "^15.0.1",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
- "webpack": "^5.88.2"
+ "webpack": "^5.89.0"
},
"engines": {
"node": ">=14",
@@ -71,13 +71,13 @@
}
},
"node_modules/@babel/cli": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.15.tgz",
- "integrity": "sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz",
+ "integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"commander": "^4.0.1",
- "convert-source-map": "^1.1.0",
+ "convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.2.0",
"make-dir": "^2.1.0",
@@ -98,6 +98,11 @@
"@babel/core": "^7.0.0-0"
}
},
+ "node_modules/@babel/cli/node_modules/convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
+ },
"node_modules/@babel/code-frame": {
"version": "7.22.13",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
@@ -175,29 +180,29 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.22.9",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz",
- "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.2.tgz",
+ "integrity": "sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.17.tgz",
- "integrity": "sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.2.tgz",
+ "integrity": "sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==",
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.22.13",
- "@babel/generator": "^7.22.15",
+ "@babel/generator": "^7.23.0",
"@babel/helper-compilation-targets": "^7.22.15",
- "@babel/helper-module-transforms": "^7.22.17",
- "@babel/helpers": "^7.22.15",
- "@babel/parser": "^7.22.16",
+ "@babel/helper-module-transforms": "^7.23.0",
+ "@babel/helpers": "^7.23.2",
+ "@babel/parser": "^7.23.0",
"@babel/template": "^7.22.15",
- "@babel/traverse": "^7.22.17",
- "@babel/types": "^7.22.17",
- "convert-source-map": "^1.7.0",
+ "@babel/traverse": "^7.23.2",
+ "@babel/types": "^7.23.0",
+ "convert-source-map": "^2.0.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.2.3",
@@ -211,12 +216,17 @@
"url": "https://opencollective.com/babel"
}
},
+ "node_modules/@babel/core/node_modules/convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
+ },
"node_modules/@babel/generator": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.15.tgz",
- "integrity": "sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
+ "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
"dependencies": {
- "@babel/types": "^7.22.15",
+ "@babel/types": "^7.23.0",
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "^2.5.1"
@@ -301,9 +311,9 @@
}
},
"node_modules/@babel/helper-define-polyfill-provider": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz",
- "integrity": "sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==",
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz",
+ "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==",
"dependencies": {
"@babel/helper-compilation-targets": "^7.22.6",
"@babel/helper-plugin-utils": "^7.22.5",
@@ -316,20 +326,20 @@
}
},
"node_modules/@babel/helper-environment-visitor": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
- "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-function-name": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
- "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
"dependencies": {
- "@babel/template": "^7.22.5",
- "@babel/types": "^7.22.5"
+ "@babel/template": "^7.22.15",
+ "@babel/types": "^7.23.0"
},
"engines": {
"node": ">=6.9.0"
@@ -369,15 +379,15 @@
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz",
- "integrity": "sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz",
+ "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==",
"dependencies": {
- "@babel/helper-environment-visitor": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-simple-access": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6",
- "@babel/helper-validator-identifier": "^7.22.15"
+ "@babel/helper-validator-identifier": "^7.22.20"
},
"engines": {
"node": ">=6.9.0"
@@ -406,13 +416,13 @@
}
},
"node_modules/@babel/helper-remap-async-to-generator": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.17.tgz",
- "integrity": "sha512-bxH77R5gjH3Nkde6/LuncQoLaP16THYPscurp1S8z7S9ZgezCyV3G8Hc+TZiCmY8pz4fp8CvKSgtJMW0FkLAxA==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
+ "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-environment-visitor": "^7.22.5",
- "@babel/helper-wrap-function": "^7.22.17"
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-wrap-function": "^7.22.20"
},
"engines": {
"node": ">=6.9.0"
@@ -422,12 +432,12 @@
}
},
"node_modules/@babel/helper-replace-supers": {
- "version": "7.22.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
- "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
+ "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
"dependencies": {
- "@babel/helper-environment-visitor": "^7.22.5",
- "@babel/helper-member-expression-to-functions": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-member-expression-to-functions": "^7.22.15",
"@babel/helper-optimise-call-expression": "^7.22.5"
},
"engines": {
@@ -479,9 +489,9 @@
}
},
"node_modules/@babel/helper-validator-identifier": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz",
- "integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
"engines": {
"node": ">=6.9.0"
}
@@ -495,26 +505,26 @@
}
},
"node_modules/@babel/helper-wrap-function": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.17.tgz",
- "integrity": "sha512-nAhoheCMlrqU41tAojw9GpVEKDlTS8r3lzFmF0lP52LwblCPbuFSO7nGIZoIcoU5NIm1ABrna0cJExE4Ay6l2Q==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
+ "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
"dependencies": {
"@babel/helper-function-name": "^7.22.5",
"@babel/template": "^7.22.15",
- "@babel/types": "^7.22.17"
+ "@babel/types": "^7.22.19"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.15.tgz",
- "integrity": "sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz",
+ "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==",
"dependencies": {
"@babel/template": "^7.22.15",
- "@babel/traverse": "^7.22.15",
- "@babel/types": "^7.22.15"
+ "@babel/traverse": "^7.23.2",
+ "@babel/types": "^7.23.0"
},
"engines": {
"node": ">=6.9.0"
@@ -598,9 +608,9 @@
}
},
"node_modules/@babel/parser": {
- "version": "7.22.16",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.16.tgz",
- "integrity": "sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
+ "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -655,13 +665,13 @@
}
},
"node_modules/@babel/plugin-proposal-decorators": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.15.tgz",
- "integrity": "sha512-kc0VvbbUyKelvzcKOSyQUSVVXS5pT3UhRB0e3c9An86MvLqs+gx0dN4asllrDluqSa3m9YyooXKGOFVomnyFkg==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.2.tgz",
+ "integrity": "sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-replace-supers": "^7.22.9",
+ "@babel/helper-replace-supers": "^7.22.20",
"@babel/helper-split-export-declaration": "^7.22.6",
"@babel/plugin-syntax-decorators": "^7.22.10"
},
@@ -1080,13 +1090,13 @@
}
},
"node_modules/@babel/plugin-transform-async-generator-functions": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz",
- "integrity": "sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.2.tgz",
+ "integrity": "sha512-BBYVGxbDVHfoeXbOwcagAkOQAm9NxoTdMGfTqghu1GrvadSaw6iW3Je6IcL5PNOw8VwjxqBECXy50/iCQSY/lQ==",
"dependencies": {
- "@babel/helper-environment-visitor": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-remap-async-to-generator": "^7.22.9",
+ "@babel/helper-remap-async-to-generator": "^7.22.20",
"@babel/plugin-syntax-async-generators": "^7.8.4"
},
"engines": {
@@ -1127,9 +1137,9 @@
}
},
"node_modules/@babel/plugin-transform-block-scoping": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.15.tgz",
- "integrity": "sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz",
+ "integrity": "sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
@@ -1209,9 +1219,9 @@
}
},
"node_modules/@babel/plugin-transform-destructuring": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.15.tgz",
- "integrity": "sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz",
+ "integrity": "sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
@@ -1400,11 +1410,11 @@
}
},
"node_modules/@babel/plugin-transform-modules-amd": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
- "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz",
+ "integrity": "sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==",
"dependencies": {
- "@babel/helper-module-transforms": "^7.22.5",
+ "@babel/helper-module-transforms": "^7.23.0",
"@babel/helper-plugin-utils": "^7.22.5"
},
"engines": {
@@ -1415,11 +1425,11 @@
}
},
"node_modules/@babel/plugin-transform-modules-commonjs": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.15.tgz",
- "integrity": "sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz",
+ "integrity": "sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==",
"dependencies": {
- "@babel/helper-module-transforms": "^7.22.15",
+ "@babel/helper-module-transforms": "^7.23.0",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-simple-access": "^7.22.5"
},
@@ -1431,14 +1441,14 @@
}
},
"node_modules/@babel/plugin-transform-modules-systemjs": {
- "version": "7.22.11",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.11.tgz",
- "integrity": "sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz",
+ "integrity": "sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==",
"dependencies": {
"@babel/helper-hoist-variables": "^7.22.5",
- "@babel/helper-module-transforms": "^7.22.9",
+ "@babel/helper-module-transforms": "^7.23.0",
"@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-validator-identifier": "^7.22.5"
+ "@babel/helper-validator-identifier": "^7.22.20"
},
"engines": {
"node": ">=6.9.0"
@@ -1570,9 +1580,9 @@
}
},
"node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.15.tgz",
- "integrity": "sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz",
+ "integrity": "sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
@@ -1750,15 +1760,15 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz",
- "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.2.tgz",
+ "integrity": "sha512-XOntj6icgzMS58jPVtQpiuF6ZFWxQiJavISGx5KGjRj+3gqZr8+N6Kx+N9BApWzgS+DOjIZfXXj0ZesenOWDyA==",
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
- "babel-plugin-polyfill-corejs2": "^0.4.5",
- "babel-plugin-polyfill-corejs3": "^0.8.3",
- "babel-plugin-polyfill-regenerator": "^0.5.2",
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
"semver": "^6.3.1"
},
"engines": {
@@ -1916,11 +1926,11 @@
}
},
"node_modules/@babel/preset-env": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.15.tgz",
- "integrity": "sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.2.tgz",
+ "integrity": "sha512-BW3gsuDD+rvHL2VO2SjAUNTBe5YrjsTiDyqamPDWY723na3/yPQ65X5oQkFVJZ0o50/2d+svm1rkPoJeR1KxVQ==",
"dependencies": {
- "@babel/compat-data": "^7.22.9",
+ "@babel/compat-data": "^7.23.2",
"@babel/helper-compilation-targets": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-validator-option": "^7.22.15",
@@ -1946,15 +1956,15 @@
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
"@babel/plugin-transform-arrow-functions": "^7.22.5",
- "@babel/plugin-transform-async-generator-functions": "^7.22.15",
+ "@babel/plugin-transform-async-generator-functions": "^7.23.2",
"@babel/plugin-transform-async-to-generator": "^7.22.5",
"@babel/plugin-transform-block-scoped-functions": "^7.22.5",
- "@babel/plugin-transform-block-scoping": "^7.22.15",
+ "@babel/plugin-transform-block-scoping": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-class-static-block": "^7.22.11",
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/plugin-transform-computed-properties": "^7.22.5",
- "@babel/plugin-transform-destructuring": "^7.22.15",
+ "@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-dotall-regex": "^7.22.5",
"@babel/plugin-transform-duplicate-keys": "^7.22.5",
"@babel/plugin-transform-dynamic-import": "^7.22.11",
@@ -1966,9 +1976,9 @@
"@babel/plugin-transform-literals": "^7.22.5",
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-member-expression-literals": "^7.22.5",
- "@babel/plugin-transform-modules-amd": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.22.15",
- "@babel/plugin-transform-modules-systemjs": "^7.22.11",
+ "@babel/plugin-transform-modules-amd": "^7.23.0",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
+ "@babel/plugin-transform-modules-systemjs": "^7.23.0",
"@babel/plugin-transform-modules-umd": "^7.22.5",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
"@babel/plugin-transform-new-target": "^7.22.5",
@@ -1977,7 +1987,7 @@
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
"@babel/plugin-transform-object-super": "^7.22.5",
"@babel/plugin-transform-optional-catch-binding": "^7.22.11",
- "@babel/plugin-transform-optional-chaining": "^7.22.15",
+ "@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-parameters": "^7.22.15",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
@@ -1994,10 +2004,10 @@
"@babel/plugin-transform-unicode-regex": "^7.22.5",
"@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
"@babel/preset-modules": "0.1.6-no-external-plugins",
- "@babel/types": "^7.22.15",
- "babel-plugin-polyfill-corejs2": "^0.4.5",
- "babel-plugin-polyfill-corejs3": "^0.8.3",
- "babel-plugin-polyfill-regenerator": "^0.5.2",
+ "@babel/types": "^7.23.0",
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
"core-js-compat": "^3.31.0",
"semver": "^6.3.1"
},
@@ -2057,14 +2067,14 @@
}
},
"node_modules/@babel/preset-typescript": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.15.tgz",
- "integrity": "sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz",
+ "integrity": "sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-validator-option": "^7.22.15",
"@babel/plugin-syntax-jsx": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.22.15",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-typescript": "^7.22.15"
},
"engines": {
@@ -2098,9 +2108,9 @@
"integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
},
"node_modules/@babel/runtime": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz",
- "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz",
+ "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
@@ -2114,9 +2124,9 @@
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
},
"node_modules/@babel/standalone": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.22.17.tgz",
- "integrity": "sha512-Gr713KRqDclP4r4Ds20c/+tFxeHFe8WDHGhc3Q8tVPaJKkLSjDkZjXqcBZ9jPFf5+qXvaKy2mDuAa57tMPDSPA==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.23.2.tgz",
+ "integrity": "sha512-VJNw7OS26JvB6rE9XpbT6uQeQIEBWU5eeHGS4VR/+/4ZoKdLBXLcy66ZVJ/9IBkK1RMp8B0cohvhzdKWtJAGmg==",
"engines": {
"node": ">=6.9.0"
}
@@ -2135,18 +2145,18 @@
}
},
"node_modules/@babel/traverse": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.17.tgz",
- "integrity": "sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
+ "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
"dependencies": {
"@babel/code-frame": "^7.22.13",
- "@babel/generator": "^7.22.15",
- "@babel/helper-environment-visitor": "^7.22.5",
- "@babel/helper-function-name": "^7.22.5",
+ "@babel/generator": "^7.23.0",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
"@babel/helper-hoist-variables": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6",
- "@babel/parser": "^7.22.16",
- "@babel/types": "^7.22.17",
+ "@babel/parser": "^7.23.0",
+ "@babel/types": "^7.23.0",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
@@ -2155,12 +2165,12 @@
}
},
"node_modules/@babel/types": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.17.tgz",
- "integrity": "sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
+ "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
"dependencies": {
"@babel/helper-string-parser": "^7.22.5",
- "@babel/helper-validator-identifier": "^7.22.15",
+ "@babel/helper-validator-identifier": "^7.22.20",
"to-fast-properties": "^2.0.0"
},
"engines": {
@@ -2178,13 +2188,13 @@
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
},
"node_modules/@codemirror/autocomplete": {
- "version": "6.9.0",
- "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.9.0.tgz",
- "integrity": "sha512-Fbwm0V/Wn3BkEJZRhr0hi5BhCo5a7eBL6LYaliPjOSwCyfOpnjXY59HruSxOUNV+1OYer0Tgx1zRNQttjXyDog==",
+ "version": "6.10.2",
+ "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.10.2.tgz",
+ "integrity": "sha512-3dCL7b0j2GdtZzWN5j7HDpRAJ26ip07R4NGYz7QYthIYMiX8I4E4TNrYcdTayPJGeVQtd/xe7lWU4XL7THFb/w==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
- "@codemirror/view": "^6.6.0",
+ "@codemirror/view": "^6.17.0",
"@lezer/common": "^1.0.0"
},
"peerDependencies": {
@@ -2195,14 +2205,14 @@
}
},
"node_modules/@codemirror/commands": {
- "version": "6.2.5",
- "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.2.5.tgz",
- "integrity": "sha512-dSi7ow2P2YgPBZflR9AJoaTHvqmeGIgkhignYMd5zK5y6DANTvxKxp6eMEpIDUJkRAaOY/TFZ4jP1ADIO/GLVA==",
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.3.0.tgz",
+ "integrity": "sha512-tFfcxRIlOWiQDFhjBSWJ10MxcvbCIsRr6V64SgrcaY0MwNk32cUOcCuNlWo8VjV4qRQCgNgUAnIeo0svkk4R5Q==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.0.0",
- "@lezer/common": "^1.0.0"
+ "@lezer/common": "^1.1.0"
}
},
"node_modules/@codemirror/lang-css": {
@@ -2257,9 +2267,9 @@
}
},
"node_modules/@codemirror/lang-markdown": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.2.0.tgz",
- "integrity": "sha512-deKegEQVzfBAcLPqsJEa+IxotqPVwWZi90UOEvQbfa01NTAw8jNinrykuYPTULGUj+gha0ZG2HBsn4s5d64Qrg==",
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.2.2.tgz",
+ "integrity": "sha512-wmwM9Y5n/e4ndU51KcYDaQnb9goYdhXjU71dDW9goOc1VUTIPph6WKAPdJ6BzC0ZFy+UTsDwTXGWSP370RH69Q==",
"dependencies": {
"@codemirror/autocomplete": "^6.7.1",
"@codemirror/lang-html": "^6.0.0",
@@ -2271,13 +2281,13 @@
}
},
"node_modules/@codemirror/language": {
- "version": "6.9.0",
- "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.9.0.tgz",
- "integrity": "sha512-nFu311/0ne/qGuGCL3oKuktBgzVOaxCHZPZv1tLSZkNjPYxxvkjSbzno3MlErG2tgw1Yw1yF8BxMCegeMXqpiw==",
+ "version": "6.9.1",
+ "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.9.1.tgz",
+ "integrity": "sha512-lWRP3Y9IUdOms6DXuBpoWwjkR7yRmnS0hKYCbSfPz9v6Em1A1UCRujAkDiCrdYfs1Z0Eu4dGtwovNPStIfkgNA==",
"dependencies": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
- "@lezer/common": "^1.0.0",
+ "@lezer/common": "^1.1.0",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.0.0",
"style-mod": "^4.0.0"
@@ -2292,9 +2302,9 @@
}
},
"node_modules/@codemirror/lint": {
- "version": "6.4.1",
- "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.1.tgz",
- "integrity": "sha512-2Hx945qKX7FBan5/gUdTM8fsMYrNG9clIgEcPXestbLVFAUyQYFAuju/5BMNf/PwgpVaX5pvRm4+ovjbp9D9gQ==",
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.2.tgz",
+ "integrity": "sha512-wzRkluWb1ptPKdzlsrbwwjYCPLgzU6N88YBAmlZi8WFyuiEduSd05MnJYNogzyc8rPK7pj6m95ptUApc8sHKVA==",
"dependencies": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
@@ -2302,9 +2312,9 @@
}
},
"node_modules/@codemirror/search": {
- "version": "6.5.2",
- "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.2.tgz",
- "integrity": "sha512-WRihpqd0l9cEh9J3IZe45Yi+Z5MfTsEXnyc3V7qXHP4ZYtIYpGOn+EJ7fyLIkyAm/8S6QIr7/mMISfAadf8zCg==",
+ "version": "6.5.4",
+ "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.4.tgz",
+ "integrity": "sha512-YoTrvjv9e8EbPs58opjZKyJ3ewFrVSUzQ/4WXlULQLSDDr1nGPJ67mMXFNNVYwdFhybzhrzrtqgHmtpJwIF+8g==",
"dependencies": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
@@ -2312,14 +2322,14 @@
}
},
"node_modules/@codemirror/state": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.2.1.tgz",
- "integrity": "sha512-RupHSZ8+OjNT38zU9fKH2sv+Dnlr8Eb8sl4NOnnqz95mCFTZUaiRP8Xv5MeeaG0px2b8Bnfe7YGwCV3nsBhbuw=="
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.3.0.tgz",
+ "integrity": "sha512-5fIS19U46PEqczbBL6gBAtju9MFDT9TjIC/q2MYblHCEKiU8jhV3cRFhvQu5tQvbtxc5KLWxSnzMNh3ZqeaXVg=="
},
"node_modules/@codemirror/view": {
- "version": "6.18.1",
- "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.18.1.tgz",
- "integrity": "sha512-xcsXcMkIMd7l3WZEWoc4ljteAiqzxb5gVerRxk5132p5cLix6rTydWTQjsj2oxORepfsrwy1fC4r20iMa9plrg==",
+ "version": "6.21.3",
+ "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.21.3.tgz",
+ "integrity": "sha512-8l1aSQ6MygzL4Nx7GVYhucSXvW4jQd0F6Zm3v9Dg+6nZEfwzJVqi4C2zHfDljID+73gsQrWp9TgHc81xU15O4A==",
"dependencies": {
"@codemirror/state": "^6.1.4",
"style-mod": "^4.1.0",
@@ -2335,14 +2345,14 @@
}
},
"node_modules/@commitlint/cli": {
- "version": "17.7.1",
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.1.tgz",
- "integrity": "sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.0.tgz",
+ "integrity": "sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==",
"dev": true,
"dependencies": {
"@commitlint/format": "^17.4.4",
- "@commitlint/lint": "^17.7.0",
- "@commitlint/load": "^17.7.1",
+ "@commitlint/lint": "^17.8.0",
+ "@commitlint/load": "^17.8.0",
"@commitlint/read": "^17.5.1",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0",
@@ -2359,9 +2369,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
- "version": "17.7.0",
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz",
- "integrity": "sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.0.tgz",
+ "integrity": "sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==",
"dev": true,
"dependencies": {
"conventional-changelog-conventionalcommits": "^6.1.0"
@@ -2423,9 +2433,9 @@
}
},
"node_modules/@commitlint/is-ignored": {
- "version": "17.7.0",
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.7.0.tgz",
- "integrity": "sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.8.0.tgz",
+ "integrity": "sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==",
"dev": true,
"dependencies": {
"@commitlint/types": "^17.4.4",
@@ -2469,12 +2479,12 @@
"dev": true
},
"node_modules/@commitlint/lint": {
- "version": "17.7.0",
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.7.0.tgz",
- "integrity": "sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.0.tgz",
+ "integrity": "sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==",
"dev": true,
"dependencies": {
- "@commitlint/is-ignored": "^17.7.0",
+ "@commitlint/is-ignored": "^17.8.0",
"@commitlint/parse": "^17.7.0",
"@commitlint/rules": "^17.7.0",
"@commitlint/types": "^17.4.4"
@@ -2484,16 +2494,16 @@
}
},
"node_modules/@commitlint/load": {
- "version": "17.7.1",
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.7.1.tgz",
- "integrity": "sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.8.0.tgz",
+ "integrity": "sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^17.6.7",
"@commitlint/execute-rule": "^17.4.0",
"@commitlint/resolve-extends": "^17.6.7",
"@commitlint/types": "^17.4.4",
- "@types/node": "20.4.7",
+ "@types/node": "20.5.1",
"chalk": "^4.1.0",
"cosmiconfig": "^8.0.0",
"cosmiconfig-typescript-loader": "^4.0.0",
@@ -2929,9 +2939,9 @@
"integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
},
"node_modules/@esbuild/android-arm": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
- "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.4.tgz",
+ "integrity": "sha512-uBIbiYMeSsy2U0XQoOGVVcpIktjLMEKa7ryz2RLr7L/vTnANNEsPVAh4xOv7ondGz6ac1zVb0F8Jx20rQikffQ==",
"cpu": [
"arm"
],
@@ -2945,9 +2955,9 @@
}
},
"node_modules/@esbuild/android-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
- "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.4.tgz",
+ "integrity": "sha512-mRsi2vJsk4Bx/AFsNBqOH2fqedxn5L/moT58xgg51DjX1la64Z3Npicut2VbhvDFO26qjWtPMsVxCd80YTFVeg==",
"cpu": [
"arm64"
],
@@ -2961,9 +2971,9 @@
}
},
"node_modules/@esbuild/android-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
- "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.4.tgz",
+ "integrity": "sha512-4iPufZ1TMOD3oBlGFqHXBpa3KFT46aLl6Vy7gwed0ZSYgHaZ/mihbYb4t7Z9etjkC9Al3ZYIoOaHrU60gcMy7g==",
"cpu": [
"x64"
],
@@ -2977,9 +2987,9 @@
}
},
"node_modules/@esbuild/darwin-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
- "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.4.tgz",
+ "integrity": "sha512-Lviw8EzxsVQKpbS+rSt6/6zjn9ashUZ7Tbuvc2YENgRl0yZTktGlachZ9KMJUsVjZEGFVu336kl5lBgDN6PmpA==",
"cpu": [
"arm64"
],
@@ -2993,9 +3003,9 @@
}
},
"node_modules/@esbuild/darwin-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
- "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.4.tgz",
+ "integrity": "sha512-YHbSFlLgDwglFn0lAO3Zsdrife9jcQXQhgRp77YiTDja23FrC2uwnhXMNkAucthsf+Psr7sTwYEryxz6FPAVqw==",
"cpu": [
"x64"
],
@@ -3009,9 +3019,9 @@
}
},
"node_modules/@esbuild/freebsd-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
- "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.4.tgz",
+ "integrity": "sha512-vz59ijyrTG22Hshaj620e5yhs2dU1WJy723ofc+KUgxVCM6zxQESmWdMuVmUzxtGqtj5heHyB44PjV/HKsEmuQ==",
"cpu": [
"arm64"
],
@@ -3025,9 +3035,9 @@
}
},
"node_modules/@esbuild/freebsd-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
- "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.4.tgz",
+ "integrity": "sha512-3sRbQ6W5kAiVQRBWREGJNd1YE7OgzS0AmOGjDmX/qZZecq8NFlQsQH0IfXjjmD0XtUYqr64e0EKNFjMUlPL3Cw==",
"cpu": [
"x64"
],
@@ -3041,9 +3051,9 @@
}
},
"node_modules/@esbuild/linux-arm": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
- "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.4.tgz",
+ "integrity": "sha512-z/4ArqOo9EImzTi4b6Vq+pthLnepFzJ92BnofU1jgNlcVb+UqynVFdoXMCFreTK7FdhqAzH0vmdwW5373Hm9pg==",
"cpu": [
"arm"
],
@@ -3057,9 +3067,9 @@
}
},
"node_modules/@esbuild/linux-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
- "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.4.tgz",
+ "integrity": "sha512-ZWmWORaPbsPwmyu7eIEATFlaqm0QGt+joRE9sKcnVUG3oBbr/KYdNE2TnkzdQwX6EDRdg/x8Q4EZQTXoClUqqA==",
"cpu": [
"arm64"
],
@@ -3073,9 +3083,9 @@
}
},
"node_modules/@esbuild/linux-ia32": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
- "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.4.tgz",
+ "integrity": "sha512-EGc4vYM7i1GRUIMqRZNCTzJh25MHePYsnQfKDexD8uPTCm9mK56NIL04LUfX2aaJ+C9vyEp2fJ7jbqFEYgO9lQ==",
"cpu": [
"ia32"
],
@@ -3089,9 +3099,9 @@
}
},
"node_modules/@esbuild/linux-loong64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
- "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.4.tgz",
+ "integrity": "sha512-WVhIKO26kmm8lPmNrUikxSpXcgd6HDog0cx12BUfA2PkmURHSgx9G6vA19lrlQOMw+UjMZ+l3PpbtzffCxFDRg==",
"cpu": [
"loong64"
],
@@ -3105,9 +3115,9 @@
}
},
"node_modules/@esbuild/linux-mips64el": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
- "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.4.tgz",
+ "integrity": "sha512-keYY+Hlj5w86hNp5JJPuZNbvW4jql7c1eXdBUHIJGTeN/+0QFutU3GrS+c27L+NTmzi73yhtojHk+lr2+502Mw==",
"cpu": [
"mips64el"
],
@@ -3121,9 +3131,9 @@
}
},
"node_modules/@esbuild/linux-ppc64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
- "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.4.tgz",
+ "integrity": "sha512-tQ92n0WMXyEsCH4m32S21fND8VxNiVazUbU4IUGVXQpWiaAxOBvtOtbEt3cXIV3GEBydYsY8pyeRMJx9kn3rvw==",
"cpu": [
"ppc64"
],
@@ -3137,9 +3147,9 @@
}
},
"node_modules/@esbuild/linux-riscv64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
- "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.4.tgz",
+ "integrity": "sha512-tRRBey6fG9tqGH6V75xH3lFPpj9E8BH+N+zjSUCnFOX93kEzqS0WdyJHkta/mmJHn7MBaa++9P4ARiU4ykjhig==",
"cpu": [
"riscv64"
],
@@ -3153,9 +3163,9 @@
}
},
"node_modules/@esbuild/linux-s390x": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
- "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.4.tgz",
+ "integrity": "sha512-152aLpQqKZYhThiJ+uAM4PcuLCAOxDsCekIbnGzPKVBRUDlgaaAfaUl5NYkB1hgY6WN4sPkejxKlANgVcGl9Qg==",
"cpu": [
"s390x"
],
@@ -3169,9 +3179,9 @@
}
},
"node_modules/@esbuild/linux-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
- "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.4.tgz",
+ "integrity": "sha512-Mi4aNA3rz1BNFtB7aGadMD0MavmzuuXNTaYL6/uiYIs08U7YMPETpgNn5oue3ICr+inKwItOwSsJDYkrE9ekVg==",
"cpu": [
"x64"
],
@@ -3185,9 +3195,9 @@
}
},
"node_modules/@esbuild/netbsd-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
- "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.4.tgz",
+ "integrity": "sha512-9+Wxx1i5N/CYo505CTT7T+ix4lVzEdz0uCoYGxM5JDVlP2YdDC1Bdz+Khv6IbqmisT0Si928eAxbmGkcbiuM/A==",
"cpu": [
"x64"
],
@@ -3201,9 +3211,9 @@
}
},
"node_modules/@esbuild/openbsd-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
- "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.4.tgz",
+ "integrity": "sha512-MFsHleM5/rWRW9EivFssop+OulYVUoVcqkyOkjiynKBCGBj9Lihl7kh9IzrreDyXa4sNkquei5/DTP4uCk25xw==",
"cpu": [
"x64"
],
@@ -3217,9 +3227,9 @@
}
},
"node_modules/@esbuild/sunos-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
- "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.4.tgz",
+ "integrity": "sha512-6Xq8SpK46yLvrGxjp6HftkDwPP49puU4OF0hEL4dTxqCbfx09LyrbUj/D7tmIRMj5D5FCUPksBbxyQhp8tmHzw==",
"cpu": [
"x64"
],
@@ -3233,9 +3243,9 @@
}
},
"node_modules/@esbuild/win32-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
- "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.4.tgz",
+ "integrity": "sha512-PkIl7Jq4mP6ke7QKwyg4fD4Xvn8PXisagV/+HntWoDEdmerB2LTukRZg728Yd1Fj+LuEX75t/hKXE2Ppk8Hh1w==",
"cpu": [
"arm64"
],
@@ -3249,9 +3259,9 @@
}
},
"node_modules/@esbuild/win32-ia32": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
- "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.4.tgz",
+ "integrity": "sha512-ga676Hnvw7/ycdKB53qPusvsKdwrWzEyJ+AtItHGoARszIqvjffTwaaW3b2L6l90i7MO9i+dlAW415INuRhSGg==",
"cpu": [
"ia32"
],
@@ -3265,9 +3275,9 @@
}
},
"node_modules/@esbuild/win32-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
- "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.4.tgz",
+ "integrity": "sha512-HP0GDNla1T3ZL8Ko/SHAS2GgtjOg+VmWnnYLhuTksr++EnduYB0f3Y2LzHsUwb2iQ13JGoY6G3R8h6Du/WG6uA==",
"cpu": [
"x64"
],
@@ -3359,9 +3369,9 @@
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
},
"node_modules/@eslint/js": {
- "version": "8.49.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
- "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
+ "version": "8.51.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
+ "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
@@ -3372,49 +3382,91 @@
"integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw=="
},
"node_modules/@gitbeaker/core": {
- "version": "21.7.0",
- "resolved": "https://registry.npmjs.org/@gitbeaker/core/-/core-21.7.0.tgz",
- "integrity": "sha512-cw72rE7tA27wc6JJe1WqeAj9v/6w0S7XJcEji+bRNjTlUfE1zgfW0Gf1mbGUi7F37SOABGCosQLfg9Qe63aIqA==",
+ "version": "35.8.1",
+ "resolved": "https://registry.npmjs.org/@gitbeaker/core/-/core-35.8.1.tgz",
+ "integrity": "sha512-KBrDykVKSmU9Q9Gly8KeHOgdc0lZSa435srECxuO0FGqqBcUQ82hPqUc13YFkkdOI9T1JRA3qSFajg8ds0mZKA==",
"dev": true,
"dependencies": {
- "@gitbeaker/requester-utils": "^21.7.0",
- "form-data": "^3.0.0",
+ "@gitbeaker/requester-utils": "^35.8.1",
+ "form-data": "^4.0.0",
"li": "^1.3.0",
+ "mime": "^3.0.0",
+ "query-string": "^7.0.0",
"xcase": "^2.0.1"
},
+ "engines": {
+ "node": ">=14.2.0"
+ }
+ },
+ "node_modules/@gitbeaker/core/node_modules/form-data": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
+ "dev": true,
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/@gitbeaker/core/node_modules/mime": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
+ "dev": true,
+ "bin": {
+ "mime": "cli.js"
+ },
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/@gitbeaker/node": {
- "version": "21.7.0",
- "resolved": "https://registry.npmjs.org/@gitbeaker/node/-/node-21.7.0.tgz",
- "integrity": "sha512-OdM3VcTKYYqboOsnbiPcO0XimXXpYK4gTjARBZ6BWc+1LQXKmqo+OH6oUbyxOoaFu9hHECafIt3WZU3NM4sZTg==",
+ "version": "35.8.1",
+ "resolved": "https://registry.npmjs.org/@gitbeaker/node/-/node-35.8.1.tgz",
+ "integrity": "sha512-g6rX853y61qNhzq9cWtxIEoe2KDeFBtXAeWMGWJnc3nz3WRump2pIICvJqw/yobLZqmTNt+ea6w3/n92Mnbn3g==",
"deprecated": "Please use its successor @gitbeaker/rest",
"dev": true,
"dependencies": {
- "@gitbeaker/core": "^21.7.0",
- "@gitbeaker/requester-utils": "^21.7.0",
- "form-data": "^3.0.0",
- "got": "^11.1.4",
+ "@gitbeaker/core": "^35.8.1",
+ "@gitbeaker/requester-utils": "^35.8.1",
+ "delay": "^5.0.0",
+ "got": "^11.8.3",
"xcase": "^2.0.1"
},
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.2.0"
}
},
"node_modules/@gitbeaker/requester-utils": {
- "version": "21.7.0",
- "resolved": "https://registry.npmjs.org/@gitbeaker/requester-utils/-/requester-utils-21.7.0.tgz",
- "integrity": "sha512-eLTaVXlBnh8Qimj6QuMMA06mu/mLcJm3dy8nqhhn/Vm/D25sPrvpGwmbfFyvzj6QujPqtHvFfsCHtyZddL01qA==",
+ "version": "35.8.1",
+ "resolved": "https://registry.npmjs.org/@gitbeaker/requester-utils/-/requester-utils-35.8.1.tgz",
+ "integrity": "sha512-MFzdH+Z6eJaCZA5ruWsyvm6SXRyrQHjYVR6aY8POFraIy7ceIHOprWCs1R+0ydDZ8KtBnd8OTHjlJ0sLtSFJCg==",
"dev": true,
"dependencies": {
- "form-data": "^3.0.0",
- "query-string": "^6.12.1",
+ "form-data": "^4.0.0",
+ "qs": "^6.10.1",
"xcase": "^2.0.1"
},
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.2.0"
+ }
+ },
+ "node_modules/@gitbeaker/requester-utils/node_modules/form-data": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
+ "dev": true,
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
}
},
"node_modules/@humanwhocodes/config-array": {
@@ -4662,24 +4714,24 @@
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
},
"node_modules/@lerna/child-process": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.2.0.tgz",
- "integrity": "sha512-8cRsYYX8rGZTXL1KcLBv0RHD9PMvphWZay8yg4qf2giX6x86dQyTetSU4SplG2LBGVClilmNHJa/CQwvPQNUFA==",
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.3.1.tgz",
+ "integrity": "sha512-9neRI51jOhyIGT3/xKUQZftzg78ZY5Ya8iBCmVQYWwo8rLiMqUqcgwIwFHFFYyY41Sb4/HXatQ0iiuTTB/vr8A==",
"dependencies": {
"chalk": "^4.1.0",
"execa": "^5.0.0",
"strong-log-transformer": "^2.1.0"
},
"engines": {
- "node": "^14.17.0 || >=16.0.0"
+ "node": ">=16.0.0"
}
},
"node_modules/@lerna/create": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.2.0.tgz",
- "integrity": "sha512-bBypNfwqOQNcfR2nXJ3mWUeIAIoSFpXg8MjuFSf87PzIiyeTEKa3Z57vAa3bDbHQtcB7x6f0rWysK1eQZSH15Q==",
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.3.1.tgz",
+ "integrity": "sha512-+gHt9rzWYaC0pxE/xMC8hQaLXJKW24rWlWJ7Vq6gETsl6D5v3rSy2VIlvoDE9WsvROnMSoXw2PZY371X79hNBw==",
"dependencies": {
- "@lerna/child-process": "7.2.0",
+ "@lerna/child-process": "7.3.1",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
@@ -4710,7 +4762,7 @@
"libnpmpublish": "7.3.0",
"load-json-file": "6.2.0",
"lodash": "^4.17.21",
- "make-dir": "3.1.0",
+ "make-dir": "4.0.0",
"minimatch": "3.0.5",
"multimatch": "5.0.0",
"node-fetch": "2.6.7",
@@ -4746,7 +4798,7 @@
"yargs-parser": "20.2.4"
},
"engines": {
- "node": "^14.17.0 || >=16.0.0"
+ "node": ">=16.0.0"
}
},
"node_modules/@lerna/create/node_modules/@octokit/auth-token": {
@@ -4801,9 +4853,9 @@
}
},
"node_modules/@lerna/create/node_modules/@octokit/openapi-types": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
- "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
+ "version": "18.1.1",
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz",
+ "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw=="
},
"node_modules/@lerna/create/node_modules/@octokit/plugin-paginate-rest": {
"version": "6.1.2",
@@ -5176,27 +5228,19 @@
}
},
"node_modules/@lerna/create/node_modules/make-dir": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"dependencies": {
- "semver": "^6.0.0"
+ "semver": "^7.5.3"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/@lerna/create/node_modules/make-dir/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/@lerna/create/node_modules/minimatch": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
@@ -5358,9 +5402,9 @@
}
},
"node_modules/@lerna/create/node_modules/pacote/node_modules/ssri/node_modules/minipass": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
"engines": {
"node": ">=16 || 14 >=14.17"
}
@@ -5575,9 +5619,9 @@
}
},
"node_modules/@lezer/common": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.0.4.tgz",
- "integrity": "sha512-lZHlk8p67x4aIDtJl6UQrXSOP6oi7dQR3W/geFVrENdA1JDaAJWldnVqVjPMJupbTKbzDfFcePfKttqVidS/dg=="
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.1.0.tgz",
+ "integrity": "sha512-XPIN3cYDXsoJI/oDWoR2tD++juVrhgIago9xyKhZ7IhGlzdDM9QgC8D8saKNCz5pindGcznFr2HBSsEQSWnSjw=="
},
"node_modules/@lezer/css": {
"version": "1.1.3",
@@ -5589,9 +5633,9 @@
}
},
"node_modules/@lezer/highlight": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.1.3.tgz",
- "integrity": "sha512-3vLKLPThO4td43lYRBygmMY18JN3CPh9w+XS2j8WC30vR4yZeFG4z1iFe4jXE43NtGqe//zHW5q8ENLlHvz9gw==",
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.1.6.tgz",
+ "integrity": "sha512-cmSJYa2us+r3SePpRCjN5ymCqCPv+zyXmDl0ciWtVaNiORT/MxM7ZgOMQZADD0o51qOaOg24qc/zBViOIwAjJg==",
"dependencies": {
"@lezer/common": "^1.0.0"
}
@@ -6065,19 +6109,19 @@
}
},
"node_modules/@nrwl/devkit": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-16.8.1.tgz",
- "integrity": "sha512-Y7yYDh62Hi4q99Q4+ipIQ3K9iLuAld3WcwjLv6vtl6Livu+TU3eqbraBEno7DQL8JuIuwgBT4lX7Bp3w3N9RDg==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-16.10.0.tgz",
+ "integrity": "sha512-fRloARtsDQoQgQ7HKEy0RJiusg/HSygnmg4gX/0n/Z+SUS+4KoZzvHjXc6T5ZdEiSjvLypJ+HBM8dQzIcVACPQ==",
"dependencies": {
- "@nx/devkit": "16.8.1"
+ "@nx/devkit": "16.10.0"
}
},
"node_modules/@nrwl/tao": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-16.8.1.tgz",
- "integrity": "sha512-hgGFLyEgONSofxnJsXN9NlUx4J8/YSLUkfZKdR8Qa97+JGZT8FEuk7NLFJOWdYYqROoCzXLHK0d+twFFNPS5BQ==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-16.10.0.tgz",
+ "integrity": "sha512-QNAanpINbr+Pod6e1xNgFbzK1x5wmZl+jMocgiEFXZ67KHvmbD6MAQQr0MMz+GPhIu7EE4QCTLTyCEMlAG+K5Q==",
"dependencies": {
- "nx": "16.8.1",
+ "nx": "16.10.0",
"tslib": "^2.3.0"
},
"bin": {
@@ -6085,11 +6129,11 @@
}
},
"node_modules/@nx/devkit": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-16.8.1.tgz",
- "integrity": "sha512-I+Cg+lXk0wRz6KC9FZbWFuJWQTXAt5O3bNl9ksISmzqmEyuy72Cv+/MBHvF7o54Sq80DNw+RKWB1re5HFOsqCA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-16.10.0.tgz",
+ "integrity": "sha512-IvKQqRJFDDiaj33SPfGd3ckNHhHi6ceEoqCbAP4UuMXOPPVOX6H0KVk+9tknkPb48B7jWIw6/AgOeWkBxPRO5w==",
"dependencies": {
- "@nrwl/devkit": "16.8.1",
+ "@nrwl/devkit": "16.10.0",
"ejs": "^3.1.7",
"enquirer": "~2.3.6",
"ignore": "^5.0.4",
@@ -6143,9 +6187,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@nx/nx-darwin-arm64": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.8.1.tgz",
- "integrity": "sha512-xOflqyIVcyLPzdJOZcucI+5ClwnTgK8zIvpjbxHokrO9McJJglhfUyP0bbTHpEpWqzA+GaPA/6/Qdu0ATzqQBQ==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.10.0.tgz",
+ "integrity": "sha512-YF+MIpeuwFkyvM5OwgY/rTNRpgVAI/YiR0yTYCZR+X3AAvP775IVlusNgQ3oedTBRUzyRnI4Tknj1WniENFsvQ==",
"cpu": [
"arm64"
],
@@ -6158,9 +6202,9 @@
}
},
"node_modules/@nx/nx-darwin-x64": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-16.8.1.tgz",
- "integrity": "sha512-JJGrlOvEpDMWnM6YKaA1WOnzHgiw5vRKEowX9ba+jxhmCvtdjbLSxi228kv92JtQPPQ91zvtsNM+BFY0EbPOlA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-16.10.0.tgz",
+ "integrity": "sha512-ypi6YxwXgb0kg2ixKXE3pwf5myVNUgWf1CsV5OzVccCM8NzheMO51KDXTDmEpXdzUsfT0AkO1sk5GZeCjhVONg==",
"cpu": [
"x64"
],
@@ -6173,9 +6217,9 @@
}
},
"node_modules/@nx/nx-freebsd-x64": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-16.8.1.tgz",
- "integrity": "sha512-aZdJQ7cIQfXOmfk4vRXvVYxuV68xz8YyhNZ0IvBfJ16uZQ+YNl4BpklRLEIdaloSbwz9M1NNewmL+AgklEBxlA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-16.10.0.tgz",
+ "integrity": "sha512-UeEYFDmdbbDkTQamqvtU8ibgu5jQLgFF1ruNb/U4Ywvwutw2d4ruOMl2e0u9hiNja9NFFAnDbvzrDcMo7jYqYw==",
"cpu": [
"x64"
],
@@ -6188,9 +6232,9 @@
}
},
"node_modules/@nx/nx-linux-arm-gnueabihf": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-16.8.1.tgz",
- "integrity": "sha512-JzjrTf7FFgikoVUbRs0hKvwHRR6SyqT4yIdk/YyiCt2mWY9w4m5DWtHM/9kJzhckkH9MY66m+X/zG6+NKsEMvg==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-16.10.0.tgz",
+ "integrity": "sha512-WV3XUC2DB6/+bz1sx+d1Ai9q2Cdr+kTZRN50SOkfmZUQyEBaF6DRYpx/a4ahhxH3ktpNfyY8Maa9OEYxGCBkQA==",
"cpu": [
"arm"
],
@@ -6203,9 +6247,9 @@
}
},
"node_modules/@nx/nx-linux-arm64-gnu": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-16.8.1.tgz",
- "integrity": "sha512-CF0s981myBWusW7iW2+fKPa7ceYYe+NO5EdKe9l27fpHDkcA71KZU3q7U823QpO/7tYvVdBevJp3CCn2/GBURQ==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-16.10.0.tgz",
+ "integrity": "sha512-aWIkOUw995V3ItfpAi5FuxQ+1e9EWLS1cjWM1jmeuo+5WtaKToJn5itgQOkvSlPz+HSLgM3VfXMvOFALNk125g==",
"cpu": [
"arm64"
],
@@ -6218,9 +6262,9 @@
}
},
"node_modules/@nx/nx-linux-arm64-musl": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-16.8.1.tgz",
- "integrity": "sha512-X4TobxRt1dALvoeKC3/t1CqZCMUqtEhGG+KQLT/51sG54HdxmTAWRFlvj8PvLH0QSBk4e+uRZAo45qpt3iSnBg==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-16.10.0.tgz",
+ "integrity": "sha512-uO6Gg+irqpVcCKMcEPIQcTFZ+tDI02AZkqkP7koQAjniLEappd8DnUBSQdcn53T086pHpdc264X/ZEpXFfrKWQ==",
"cpu": [
"arm64"
],
@@ -6233,9 +6277,9 @@
}
},
"node_modules/@nx/nx-linux-x64-gnu": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.8.1.tgz",
- "integrity": "sha512-lHvv2FD14Lpxh7muMLStH2tC1opQOaepO4nXwb1LaaoIpMym7kBgCK8AQuI98/oNQiMDXMNDKWQZCjxnJGDIPw==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.10.0.tgz",
+ "integrity": "sha512-134PW/u/arNFAQKpqMJniC7irbChMPz+W+qtyKPAUXE0XFKPa7c1GtlI/wK2dvP9qJDZ6bKf0KtA0U/m2HMUOA==",
"cpu": [
"x64"
],
@@ -6248,9 +6292,9 @@
}
},
"node_modules/@nx/nx-linux-x64-musl": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-16.8.1.tgz",
- "integrity": "sha512-c4gQvNgIjggD1A5sYhftQEC1PtAhV3sEnv60X00v9wmjl57Wj4Ty0TgyzpYglLysVRiko/B58S8NYS0jKvMmeA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-16.10.0.tgz",
+ "integrity": "sha512-q8sINYLdIJxK/iUx9vRk5jWAWb/2O0PAbOJFwv4qkxBv4rLoN7y+otgCZ5v0xfx/zztFgk/oNY4lg5xYjIso2Q==",
"cpu": [
"x64"
],
@@ -6263,9 +6307,9 @@
}
},
"node_modules/@nx/nx-win32-arm64-msvc": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-16.8.1.tgz",
- "integrity": "sha512-GKHPy/MyGFoV9cdKgcWLZZK2vDdxt5bQ53ss0k+BDKRP+YwLKm7tJl23eeM7JdB4GLCBntEQPC+dBqxOA8Ze/w==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-16.10.0.tgz",
+ "integrity": "sha512-moJkL9kcqxUdJSRpG7dET3UeLIciwrfP08mzBQ12ewo8K8FzxU8ZUsTIVVdNrwt01CXOdXoweGfdQLjJ4qTURA==",
"cpu": [
"arm64"
],
@@ -6278,9 +6322,9 @@
}
},
"node_modules/@nx/nx-win32-x64-msvc": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-16.8.1.tgz",
- "integrity": "sha512-yHZ5FAcx54rVc31R0yIpniepkHMPwaxG23l8E/ZYbL1iPwE/Wc1HeUzUvxUuSXtguRp7ihcRhaUEPkcSl2EAVw==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-16.10.0.tgz",
+ "integrity": "sha512-5iV2NKZnzxJwZZ4DM5JVbRG/nkhAbzEskKaLBB82PmYGKzaDHuMHP1lcPoD/rtYMlowZgNA/RQndfKvPBPwmXA==",
"cpu": [
"x64"
],
@@ -11755,6 +11799,12 @@
"url": "https://opencollective.com/storybook"
}
},
+ "node_modules/@storybook/global": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz",
+ "integrity": "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==",
+ "optional": true
+ },
"node_modules/@storybook/manager-webpack4": {
"version": "6.5.16",
"resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.16.tgz",
@@ -13577,6 +13627,106 @@
"set-blocking": "^2.0.0"
}
},
+ "node_modules/@storybook/preview-api": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-7.4.6.tgz",
+ "integrity": "sha512-byUS/Opt3ytWD4cWz3sNEKw5Yks8MkQgRN+GDSyIomaEAQkLAM0rchPC0MYjwCeUSecV7IIQweNX5RbV4a34BA==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/channels": "7.4.6",
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-events": "7.4.6",
+ "@storybook/csf": "^0.1.0",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "7.4.6",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "synchronous-promise": "^2.0.15",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/preview-api/node_modules/@storybook/channels": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.4.6.tgz",
+ "integrity": "sha512-yPv/sfo2c18fM3fvG0i1xse63vG8l33Al/OU0k/dtovltPu001/HVa1QgBgsb/QrEfZtvGjGhmtdVeYb39fv3A==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-events": "7.4.6",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/preview-api/node_modules/@storybook/client-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.4.6.tgz",
+ "integrity": "sha512-XDw31ZziU//86PKuMRnmc+L/G0VopaGKENQOGEpvAXCU9IZASwGKlKAtcyosjrpi+ZiUXlMgUXCpXM7x3b1Ehw==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/preview-api/node_modules/@storybook/core-events": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.4.6.tgz",
+ "integrity": "sha512-r5vrE+32lwrJh1NGFr1a0mWjvxo7q8FXYShylcwRWpacmL5NTtLkrXOoJSeGvJ4yKNYkvxQFtOPId4lzDxa32w==",
+ "optional": true,
+ "dependencies": {
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/preview-api/node_modules/@storybook/csf": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.1.tgz",
+ "integrity": "sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==",
+ "optional": true,
+ "dependencies": {
+ "type-fest": "^2.19.0"
+ }
+ },
+ "node_modules/@storybook/preview-api/node_modules/telejson": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/telejson/-/telejson-7.2.0.tgz",
+ "integrity": "sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==",
+ "optional": true,
+ "dependencies": {
+ "memoizerific": "^1.11.3"
+ }
+ },
+ "node_modules/@storybook/preview-api/node_modules/type-fest": {
+ "version": "2.19.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
+ "optional": true,
+ "engines": {
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/@storybook/preview-web": {
"version": "6.5.16",
"resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.16.tgz",
@@ -13789,6 +13939,20 @@
"node": ">=8"
}
},
+ "node_modules/@storybook/react-dom-shim": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-7.4.6.tgz",
+ "integrity": "sha512-DSq8l9FDocUF1ooVI+TF83pddj1LynE/Hv0/y8XZhc3IgJ/HkuOQuUmfz29ezgfAi9gFYUR8raTIBi3/xdoRmw==",
+ "optional": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
+ }
+ },
"node_modules/@storybook/react/node_modules/@types/node": {
"version": "16.18.50",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.50.tgz",
@@ -14001,6 +14165,109 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
+ "node_modules/@storybook/types": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.4.6.tgz",
+ "integrity": "sha512-6QLXtMVsFZFpzPkdGWsu/iuc8na9dnS67AMOBKm5qCLPwtUJOYkwhMdFRSSeJthLRpzV7JLAL8Kwvl7MFP3QSw==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/channels": "7.4.6",
+ "@types/babel__core": "^7.0.0",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/types/node_modules/@storybook/channels": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.4.6.tgz",
+ "integrity": "sha512-yPv/sfo2c18fM3fvG0i1xse63vG8l33Al/OU0k/dtovltPu001/HVa1QgBgsb/QrEfZtvGjGhmtdVeYb39fv3A==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-events": "7.4.6",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/types/node_modules/@storybook/client-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.4.6.tgz",
+ "integrity": "sha512-XDw31ZziU//86PKuMRnmc+L/G0VopaGKENQOGEpvAXCU9IZASwGKlKAtcyosjrpi+ZiUXlMgUXCpXM7x3b1Ehw==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/types/node_modules/@storybook/core-events": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.4.6.tgz",
+ "integrity": "sha512-r5vrE+32lwrJh1NGFr1a0mWjvxo7q8FXYShylcwRWpacmL5NTtLkrXOoJSeGvJ4yKNYkvxQFtOPId4lzDxa32w==",
+ "optional": true,
+ "dependencies": {
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "node_modules/@storybook/types/node_modules/file-system-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/file-system-cache/-/file-system-cache-2.3.0.tgz",
+ "integrity": "sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==",
+ "optional": true,
+ "dependencies": {
+ "fs-extra": "11.1.1",
+ "ramda": "0.29.0"
+ }
+ },
+ "node_modules/@storybook/types/node_modules/fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "optional": true,
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
+ "node_modules/@storybook/types/node_modules/ramda": {
+ "version": "0.29.0",
+ "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz",
+ "integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==",
+ "optional": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/ramda"
+ }
+ },
+ "node_modules/@storybook/types/node_modules/telejson": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/telejson/-/telejson-7.2.0.tgz",
+ "integrity": "sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==",
+ "optional": true,
+ "dependencies": {
+ "memoizerific": "^1.11.3"
+ }
+ },
"node_modules/@storybook/ui": {
"version": "6.5.16",
"resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.16.tgz",
@@ -14043,9 +14310,9 @@
}
},
"node_modules/@testing-library/dom": {
- "version": "9.3.1",
- "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.1.tgz",
- "integrity": "sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==",
+ "version": "9.3.3",
+ "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.3.tgz",
+ "integrity": "sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==",
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.10.4",
@@ -14062,14 +14329,13 @@
}
},
"node_modules/@testing-library/jest-dom": {
- "version": "5.17.0",
- "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz",
- "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==",
+ "version": "6.1.4",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz",
+ "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==",
"dev": true,
"dependencies": {
- "@adobe/css-tools": "^4.0.1",
+ "@adobe/css-tools": "^4.3.1",
"@babel/runtime": "^7.9.2",
- "@types/testing-library__jest-dom": "^5.9.1",
"aria-query": "^5.0.0",
"chalk": "^3.0.0",
"css.escape": "^1.5.1",
@@ -14078,9 +14344,29 @@
"redent": "^3.0.0"
},
"engines": {
- "node": ">=8",
+ "node": ">=14",
"npm": ">=6",
"yarn": ">=1"
+ },
+ "peerDependencies": {
+ "@jest/globals": ">= 28",
+ "@types/jest": ">= 28",
+ "jest": ">= 28",
+ "vitest": ">= 0.32"
+ },
+ "peerDependenciesMeta": {
+ "@jest/globals": {
+ "optional": true
+ },
+ "@types/jest": {
+ "optional": true
+ },
+ "jest": {
+ "optional": true
+ },
+ "vitest": {
+ "optional": true
+ }
}
},
"node_modules/@testing-library/jest-dom/node_modules/chalk": {
@@ -14115,9 +14401,9 @@
}
},
"node_modules/@testing-library/user-event": {
- "version": "14.4.3",
- "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.4.3.tgz",
- "integrity": "sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==",
+ "version": "14.5.1",
+ "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.1.tgz",
+ "integrity": "sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==",
"dev": true,
"engines": {
"node": ">=12",
@@ -14219,7 +14505,7 @@
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz",
"integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==",
- "dev": true,
+ "devOptional": true,
"dependencies": {
"@babel/parser": "^7.20.7",
"@babel/types": "^7.20.7",
@@ -14232,7 +14518,7 @@
"version": "7.6.4",
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
"integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
- "dev": true,
+ "devOptional": true,
"dependencies": {
"@babel/types": "^7.0.0"
}
@@ -14241,7 +14527,7 @@
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
"integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
- "dev": true,
+ "devOptional": true,
"dependencies": {
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0"
@@ -14251,15 +14537,15 @@
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz",
"integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==",
- "dev": true,
+ "devOptional": true,
"dependencies": {
"@babel/types": "^7.20.7"
}
},
"node_modules/@types/babel-plugin-macros": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@types/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
- "integrity": "sha512-kxYWx+NISzy46KMgnXUthHJNbcGw9w1jn6e1LZAciTv8KKO5z9z1LakHnXCj5aYrwydZ5dGE3MAgEu4X/MdWkA==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@types/babel-plugin-macros/-/babel-plugin-macros-3.1.1.tgz",
+ "integrity": "sha512-pSCcaqY5GpyqOqq+3CUpbpOkQmgoGDPvKA389d4nWsjepN3To+iJdf7fDJoAnOe3U/xlO5Wd0SnjZvixjTr1Xw==",
"dev": true,
"dependencies": {
"@types/babel__core": "*"
@@ -14295,9 +14581,9 @@
}
},
"node_modules/@types/chai": {
- "version": "4.3.6",
- "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.6.tgz",
- "integrity": "sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==",
+ "version": "4.3.8",
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz",
+ "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==",
"dev": true
},
"node_modules/@types/chai-as-promised": {
@@ -14379,6 +14665,12 @@
"integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"dev": true
},
+ "node_modules/@types/escodegen": {
+ "version": "0.0.6",
+ "resolved": "https://registry.npmjs.org/@types/escodegen/-/escodegen-0.0.6.tgz",
+ "integrity": "sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==",
+ "optional": true
+ },
"node_modules/@types/eslint": {
"version": "8.44.2",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.2.tgz",
@@ -14424,6 +14716,12 @@
"@types/send": "*"
}
},
+ "node_modules/@types/find-cache-dir": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@types/find-cache-dir/-/find-cache-dir-3.2.1.tgz",
+ "integrity": "sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==",
+ "optional": true
+ },
"node_modules/@types/glob": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz",
@@ -14451,9 +14749,9 @@
}
},
"node_modules/@types/hoist-non-react-statics": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
- "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.3.tgz",
+ "integrity": "sha512-Wny3a2UXn5FEA1l7gc6BbpoV5mD1XijZqgkp4TRgDCDL5r3B5ieOFGUX5h3n78Tr1MEG7BfvoM8qeztdvNU0fw==",
"dev": true,
"dependencies": {
"@types/react": "*",
@@ -14467,9 +14765,9 @@
"dev": true
},
"node_modules/@types/http-cache-semantics": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
- "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.2.tgz",
+ "integrity": "sha512-FD+nQWA2zJjh4L9+pFXqWOi0Hs1ryBCfI+985NjluQ1p8EYtoLvjLOKidXBtZ4/IcxDX4o8/E8qDS3540tNliw==",
"dev": true
},
"node_modules/@types/http-errors": {
@@ -14533,9 +14831,9 @@
}
},
"node_modules/@types/jest": {
- "version": "29.5.4",
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
- "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
+ "version": "29.5.5",
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz",
+ "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@@ -14575,9 +14873,9 @@
"dev": true
},
"node_modules/@types/jscodeshift": {
- "version": "0.11.6",
- "resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.6.tgz",
- "integrity": "sha512-3lJ4DajWkk4MZ1F7q+1C7jE0z0xOtbu0VU/Kg3wdPq2DUvJjySSlu3B5Q/bICrTxugLhONBO7inRUWsymOID/A==",
+ "version": "0.11.7",
+ "resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.7.tgz",
+ "integrity": "sha512-YJ+dQlL2a8dR+iNExYVxiFMa4nhoUgIhYN47rCCdwkRPYdURkee4bCskMhNNCUNo14wbjVf7C0iIKL5tQ9jecw==",
"dev": true,
"dependencies": {
"ast-types": "^0.14.1",
@@ -14699,9 +14997,9 @@
}
},
"node_modules/@types/marked": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/@types/marked/-/marked-4.3.1.tgz",
- "integrity": "sha512-vSSbKZFbNktrQ15v7o1EaH78EbWV+sPQbPjHG+Cp8CaNcPFUEfjZ0Iml/V0bFDwsTlYe8o6XC5Hfdp91cqPV2g==",
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/@types/marked/-/marked-5.0.2.tgz",
+ "integrity": "sha512-OucS4KMHhFzhz27KxmWg7J+kIYqyqoW5kdIEI319hqARQQUTqhao3M/F+uFnDXD0Rg72iDDZxZNxq5gvctmLlg==",
"dev": true
},
"node_modules/@types/mdast": {
@@ -14734,9 +15032,9 @@
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ=="
},
"node_modules/@types/mocha": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
- "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
+ "version": "10.0.2",
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz",
+ "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==",
"dev": true
},
"node_modules/@types/no-scroll": {
@@ -14746,9 +15044,9 @@
"dev": true
},
"node_modules/@types/node": {
- "version": "20.4.7",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.7.tgz",
- "integrity": "sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g=="
+ "version": "20.5.1",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
+ "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg=="
},
"node_modules/@types/node-fetch": {
"version": "2.6.4",
@@ -14833,9 +15131,9 @@
"dev": true
},
"node_modules/@types/responselike": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
- "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.1.tgz",
+ "integrity": "sha512-TiGnitEDxj2X0j+98Eqk5lv/Cij8oHd32bU4D/Yw6AOq7vvTk0gSD2GPj0G/HkvhMoVsdlhYF4yqqlyPBTM6Sg==",
"dev": true,
"dependencies": {
"@types/node": "*"
@@ -14885,18 +15183,18 @@
}
},
"node_modules/@types/sinon": {
- "version": "10.0.16",
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.16.tgz",
- "integrity": "sha512-j2Du5SYpXZjJVJtXBokASpPRj+e2z+VUhCPHmM6WMfe3dpHu6iVKJMU6AiBcMp/XTAYnEj6Wc1trJUWwZ0QaAQ==",
+ "version": "10.0.19",
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz",
+ "integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==",
"dev": true,
"dependencies": {
"@types/sinonjs__fake-timers": "*"
}
},
"node_modules/@types/sinon-chai": {
- "version": "3.2.9",
- "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.9.tgz",
- "integrity": "sha512-/19t63pFYU0ikrdbXKBWj9PCdnKyTd0Qkz0X91Ta081cYsq90OxYdcWwK/dwEoDa6dtXgj2HJfmzgq+QZTHdmQ==",
+ "version": "3.2.10",
+ "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.10.tgz",
+ "integrity": "sha512-D+VFqUjMqeku/FGl4Ioo+fDeWOaIfbZ6Oj+glgFUgz5m5RJ4kgCER3FdV1uvhmEt0A+FRz+juPdybFlg5Hxfow==",
"dev": true,
"dependencies": {
"@types/chai": "*",
@@ -14910,9 +15208,9 @@
"dev": true
},
"node_modules/@types/sizzle": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.3.tgz",
- "integrity": "sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==",
+ "version": "2.3.4",
+ "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.4.tgz",
+ "integrity": "sha512-jA2llq2zNkg8HrALI7DtWzhALcVH0l7i89yhY3iBdOz6cBPeACoFq+fkQrjHA39t1hnSFOboZ7A/AY5MMZSlag==",
"dev": true
},
"node_modules/@types/sockjs": {
@@ -14948,15 +15246,6 @@
"@types/estree": "*"
}
},
- "node_modules/@types/testing-library__jest-dom": {
- "version": "5.14.9",
- "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz",
- "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==",
- "dev": true,
- "dependencies": {
- "@types/jest": "*"
- }
- },
"node_modules/@types/through": {
"version": "0.0.31",
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.31.tgz",
@@ -16822,9 +17111,9 @@
}
},
"node_modules/axe-core": {
- "version": "4.8.1",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.1.tgz",
- "integrity": "sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ==",
+ "version": "4.8.2",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.2.tgz",
+ "integrity": "sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==",
"engines": {
"node": ">=4"
}
@@ -17073,12 +17362,12 @@
"dev": true
},
"node_modules/babel-plugin-polyfill-corejs2": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz",
- "integrity": "sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==",
+ "version": "0.4.6",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz",
+ "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==",
"dependencies": {
"@babel/compat-data": "^7.22.6",
- "@babel/helper-define-polyfill-provider": "^0.4.2",
+ "@babel/helper-define-polyfill-provider": "^0.4.3",
"semver": "^6.3.1"
},
"peerDependencies": {
@@ -17086,23 +17375,23 @@
}
},
"node_modules/babel-plugin-polyfill-corejs3": {
- "version": "0.8.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz",
- "integrity": "sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==",
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.5.tgz",
+ "integrity": "sha512-Q6CdATeAvbScWPNLB8lzSO7fgUVBkQt6zLgNlfyeCr/EQaEQR+bWiBYYPYAFyE528BMjRhL+1QBMOI4jc/c5TA==",
"dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.4.2",
- "core-js-compat": "^3.31.0"
+ "@babel/helper-define-polyfill-provider": "^0.4.3",
+ "core-js-compat": "^3.32.2"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
"node_modules/babel-plugin-polyfill-regenerator": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz",
- "integrity": "sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==",
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz",
+ "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==",
"dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.4.2"
+ "@babel/helper-define-polyfill-provider": "^0.4.3"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -18349,6 +18638,16 @@
}
]
},
+ "node_modules/capital-case": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz",
+ "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case-first": "^2.0.2"
+ }
+ },
"node_modules/capture-stack-trace": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.2.tgz",
@@ -18403,17 +18702,17 @@
}
},
"node_modules/chai": {
- "version": "4.3.8",
- "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.8.tgz",
- "integrity": "sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==",
+ "version": "4.3.10",
+ "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz",
+ "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==",
"dependencies": {
"assertion-error": "^1.1.0",
- "check-error": "^1.0.2",
- "deep-eql": "^4.1.2",
- "get-func-name": "^2.0.0",
- "loupe": "^2.3.1",
+ "check-error": "^1.0.3",
+ "deep-eql": "^4.1.3",
+ "get-func-name": "^2.0.2",
+ "loupe": "^2.3.6",
"pathval": "^1.1.1",
- "type-detect": "^4.0.5"
+ "type-detect": "^4.0.8"
},
"engines": {
"node": ">=4"
@@ -18464,6 +18763,25 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
+ "node_modules/change-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
+ "dependencies": {
+ "camel-case": "^4.1.2",
+ "capital-case": "^1.0.4",
+ "constant-case": "^3.0.4",
+ "dot-case": "^3.0.4",
+ "header-case": "^2.0.4",
+ "no-case": "^3.0.4",
+ "param-case": "^3.0.4",
+ "pascal-case": "^3.1.2",
+ "path-case": "^3.0.4",
+ "sentence-case": "^3.0.4",
+ "snake-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/char-regex": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
@@ -18506,9 +18824,12 @@
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
},
"node_modules/check-error": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz",
- "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
+ "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==",
+ "dependencies": {
+ "get-func-name": "^2.0.2"
+ },
"engines": {
"node": "*"
}
@@ -19906,6 +20227,16 @@
"bluebird": "^3.1.1"
}
},
+ "node_modules/constant-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
+ "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case": "^2.0.2"
+ }
+ },
"node_modules/constants-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
@@ -20319,9 +20650,9 @@
}
},
"node_modules/core-js": {
- "version": "3.32.2",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.2.tgz",
- "integrity": "sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==",
+ "version": "3.33.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz",
+ "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@@ -21282,12 +21613,13 @@
"integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
},
"node_modules/danger": {
- "version": "11.2.8",
- "resolved": "https://registry.npmjs.org/danger/-/danger-11.2.8.tgz",
- "integrity": "sha512-d3iYhIJmo3V5WatWjsHbFpx/V5nz7fKsM7rQi91f/9CemLCH8wt3Jg1JKsEpiTHUtzNplOpudk0yFsWeHygd/w==",
+ "version": "11.3.0",
+ "resolved": "https://registry.npmjs.org/danger/-/danger-11.3.0.tgz",
+ "integrity": "sha512-h4zkvmEfRVZp2EIKlQSky0IotxrDbJZtXgMTvyN1nwPCfg0JgvQVmVbvOZXrOgNVlgL+42ZDjNL2qAwVmJypNw==",
"dev": true,
"dependencies": {
- "@gitbeaker/node": "^21.3.0",
+ "@gitbeaker/core": "^35.8.1",
+ "@gitbeaker/node": "^35.8.1",
"@octokit/rest": "^18.12.0",
"async-retry": "1.2.3",
"chalk": "^2.3.0",
@@ -22030,6 +22362,18 @@
"node": ">=8"
}
},
+ "node_modules/delay": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz",
+ "integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -23294,10 +23638,10 @@
}
},
"node_modules/esbuild": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
- "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
- "dev": true,
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.4.tgz",
+ "integrity": "sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==",
+ "devOptional": true,
"hasInstallScript": true,
"bin": {
"esbuild": "bin/esbuild"
@@ -23306,28 +23650,40 @@
"node": ">=12"
},
"optionalDependencies": {
- "@esbuild/android-arm": "0.18.20",
- "@esbuild/android-arm64": "0.18.20",
- "@esbuild/android-x64": "0.18.20",
- "@esbuild/darwin-arm64": "0.18.20",
- "@esbuild/darwin-x64": "0.18.20",
- "@esbuild/freebsd-arm64": "0.18.20",
- "@esbuild/freebsd-x64": "0.18.20",
- "@esbuild/linux-arm": "0.18.20",
- "@esbuild/linux-arm64": "0.18.20",
- "@esbuild/linux-ia32": "0.18.20",
- "@esbuild/linux-loong64": "0.18.20",
- "@esbuild/linux-mips64el": "0.18.20",
- "@esbuild/linux-ppc64": "0.18.20",
- "@esbuild/linux-riscv64": "0.18.20",
- "@esbuild/linux-s390x": "0.18.20",
- "@esbuild/linux-x64": "0.18.20",
- "@esbuild/netbsd-x64": "0.18.20",
- "@esbuild/openbsd-x64": "0.18.20",
- "@esbuild/sunos-x64": "0.18.20",
- "@esbuild/win32-arm64": "0.18.20",
- "@esbuild/win32-ia32": "0.18.20",
- "@esbuild/win32-x64": "0.18.20"
+ "@esbuild/android-arm": "0.19.4",
+ "@esbuild/android-arm64": "0.19.4",
+ "@esbuild/android-x64": "0.19.4",
+ "@esbuild/darwin-arm64": "0.19.4",
+ "@esbuild/darwin-x64": "0.19.4",
+ "@esbuild/freebsd-arm64": "0.19.4",
+ "@esbuild/freebsd-x64": "0.19.4",
+ "@esbuild/linux-arm": "0.19.4",
+ "@esbuild/linux-arm64": "0.19.4",
+ "@esbuild/linux-ia32": "0.19.4",
+ "@esbuild/linux-loong64": "0.19.4",
+ "@esbuild/linux-mips64el": "0.19.4",
+ "@esbuild/linux-ppc64": "0.19.4",
+ "@esbuild/linux-riscv64": "0.19.4",
+ "@esbuild/linux-s390x": "0.19.4",
+ "@esbuild/linux-x64": "0.19.4",
+ "@esbuild/netbsd-x64": "0.19.4",
+ "@esbuild/openbsd-x64": "0.19.4",
+ "@esbuild/sunos-x64": "0.19.4",
+ "@esbuild/win32-arm64": "0.19.4",
+ "@esbuild/win32-ia32": "0.19.4",
+ "@esbuild/win32-x64": "0.19.4"
+ }
+ },
+ "node_modules/esbuild-register": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.5.0.tgz",
+ "integrity": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==",
+ "optional": true,
+ "dependencies": {
+ "debug": "^4.3.4"
+ },
+ "peerDependencies": {
+ "esbuild": ">=0.12 <1"
}
},
"node_modules/escalade": {
@@ -23384,14 +23740,14 @@
}
},
"node_modules/eslint": {
- "version": "8.49.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
- "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
+ "version": "8.51.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
+ "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^2.1.2",
- "@eslint/js": "8.49.0",
+ "@eslint/js": "8.51.0",
"@humanwhocodes/config-array": "^0.11.11",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
@@ -23722,12 +24078,12 @@
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
},
"node_modules/eslint-plugin-mocha": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz",
- "integrity": "sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==",
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz",
+ "integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==",
"dependencies": {
"eslint-utils": "^3.0.0",
- "rambda": "^7.1.0"
+ "rambda": "^7.4.0"
},
"engines": {
"node": ">=14.0.0"
@@ -25591,9 +25947,9 @@
}
},
"node_modules/get-func-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz",
- "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
+ "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
"engines": {
"node": "*"
}
@@ -28159,6 +28515,15 @@
"he": "bin/he"
}
},
+ "node_modules/header-case": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz",
+ "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==",
+ "dependencies": {
+ "capital-case": "^1.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/hmac-drbg": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
@@ -30111,9 +30476,9 @@
}
},
"node_modules/jackspeak": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.3.tgz",
- "integrity": "sha512-R2bUw+kVZFS/h1AZqBKrSgDmdmjApzgY0AlCPumopFiAlbUxE2gf+SCuBzQ0cP5hHmUmFYF5yw55T97Th5Kstg==",
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
"dependencies": {
"@isaacs/cliui": "^8.0.2"
},
@@ -31333,9 +31698,9 @@
}
},
"node_modules/jsdoc-api": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-7.2.0.tgz",
- "integrity": "sha512-93YDnlm/OYTlLOFeNs4qAv0RBCJ0kGj67xQaWy8wrbk97Rw1EySitoOTHsTHXPEs3uyx2IStPKGrbE7LTnZXbA==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-8.0.0.tgz",
+ "integrity": "sha512-Rnhor0suB1Ds1abjmFkFfKeD+kSMRN9oHMTMZoJVUrmtCGDwXty+sWMA9sa4xbe4UyxuPjhC7tavZ40mDKK6QQ==",
"dev": true,
"dependencies": {
"array-back": "^6.2.2",
@@ -32244,12 +32609,12 @@
}
},
"node_modules/lerna": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.2.0.tgz",
- "integrity": "sha512-E13iAY4Tdo+86m4ClAe0j0bP7f8QG2neJReglILPOe+gAOoX17TGqEWanmkDELlUXOrTTwnte0ewc6I6/NOqpg==",
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.3.1.tgz",
+ "integrity": "sha512-4Lt6nKIqCDqWgRlKu02g6+0Gfl5Hx9ZK3EIJTjMntea6QBuOgfSpJEj3j20osmE1tzFCkbAltJRyeLE1CImv+A==",
"dependencies": {
- "@lerna/child-process": "7.2.0",
- "@lerna/create": "7.2.0",
+ "@lerna/child-process": "7.3.1",
+ "@lerna/create": "7.3.1",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
@@ -32286,7 +32651,7 @@
"libnpmpublish": "7.3.0",
"load-json-file": "6.2.0",
"lodash": "^4.17.21",
- "make-dir": "3.1.0",
+ "make-dir": "4.0.0",
"minimatch": "3.0.5",
"multimatch": "5.0.0",
"node-fetch": "2.6.7",
@@ -32328,7 +32693,7 @@
"lerna": "dist/cli.js"
},
"engines": {
- "node": "^14.17.0 || >=16.0.0"
+ "node": ">=16.0.0"
}
},
"node_modules/lerna/node_modules/@octokit/auth-token": {
@@ -32758,27 +33123,19 @@
}
},
"node_modules/lerna/node_modules/make-dir": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"dependencies": {
- "semver": "^6.0.0"
+ "semver": "^7.5.3"
},
"engines": {
- "node": ">=8"
+ "node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/lerna/node_modules/make-dir/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/lerna/node_modules/minimatch": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
@@ -33226,9 +33583,9 @@
}
},
"node_modules/libnpmpublish/node_modules/minipass": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==",
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
"engines": {
"node": ">=16 || 14 >=14.17"
}
@@ -33491,27 +33848,27 @@
}
},
"node_modules/lint-staged": {
- "version": "13.3.0",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz",
- "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==",
+ "version": "15.0.1",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.0.1.tgz",
+ "integrity": "sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==",
"dev": true,
"dependencies": {
"chalk": "5.3.0",
- "commander": "11.0.0",
+ "commander": "11.1.0",
"debug": "4.3.4",
- "execa": "7.2.0",
+ "execa": "8.0.1",
"lilconfig": "2.1.0",
- "listr2": "6.6.1",
+ "listr2": "7.0.1",
"micromatch": "4.0.5",
"pidtree": "0.6.0",
"string-argv": "0.3.2",
- "yaml": "2.3.1"
+ "yaml": "2.3.2"
},
"bin": {
"lint-staged": "bin/lint-staged.js"
},
"engines": {
- "node": "^16.14.0 || >=18.0.0"
+ "node": ">=18.12.0"
},
"funding": {
"url": "https://opencollective.com/lint-staged"
@@ -33530,44 +33887,56 @@
}
},
"node_modules/lint-staged/node_modules/commander": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz",
- "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==",
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
+ "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
"dev": true,
"engines": {
"node": ">=16"
}
},
"node_modules/lint-staged/node_modules/execa": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
- "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
+ "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.3",
- "get-stream": "^6.0.1",
- "human-signals": "^4.3.0",
+ "get-stream": "^8.0.1",
+ "human-signals": "^5.0.0",
"is-stream": "^3.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^5.1.0",
"onetime": "^6.0.0",
- "signal-exit": "^3.0.7",
+ "signal-exit": "^4.1.0",
"strip-final-newline": "^3.0.0"
},
"engines": {
- "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
+ "node": ">=16.17"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
+ "node_modules/lint-staged/node_modules/get-stream": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
+ "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
+ "dev": true,
+ "engines": {
+ "node": ">=16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/lint-staged/node_modules/human-signals": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
- "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
+ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
"dev": true,
"engines": {
- "node": ">=14.18.0"
+ "node": ">=16.17.0"
}
},
"node_modules/lint-staged/node_modules/is-stream": {
@@ -33636,6 +34005,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/lint-staged/node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true,
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
"node_modules/lint-staged/node_modules/strip-final-newline": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
@@ -33649,9 +34030,9 @@
}
},
"node_modules/listr2": {
- "version": "6.6.1",
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz",
- "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/listr2/-/listr2-7.0.1.tgz",
+ "integrity": "sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@@ -33663,14 +34044,6 @@
},
"engines": {
"node": ">=16.0.0"
- },
- "peerDependencies": {
- "enquirer": ">= 2.3.0 < 3"
- },
- "peerDependenciesMeta": {
- "enquirer": {
- "optional": true
- }
}
},
"node_modules/listr2/node_modules/ansi-regex": {
@@ -40130,12 +40503,12 @@
"dev": true
},
"node_modules/nx": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/nx/-/nx-16.8.1.tgz",
- "integrity": "sha512-K5KrwNdPz0eEe6SY5wrnhZcigjfIJkttPrIJRXNBQTE50NGcOfz1TjMXPdTWBxBCCua5PAealO3OrE8jpv+QnQ==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/nx/-/nx-16.10.0.tgz",
+ "integrity": "sha512-gZl4iCC0Hx0Qe1VWmO4Bkeul2nttuXdPpfnlcDKSACGu3ZIo+uySqwOF8yBAxSTIf8xe2JRhgzJN1aFkuezEBg==",
"hasInstallScript": true,
"dependencies": {
- "@nrwl/tao": "16.8.1",
+ "@nrwl/tao": "16.10.0",
"@parcel/watcher": "2.0.4",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.46",
@@ -40144,16 +40517,16 @@
"chalk": "^4.1.0",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
- "cliui": "^7.0.2",
+ "cliui": "^8.0.1",
"dotenv": "~16.3.1",
"dotenv-expand": "~10.0.0",
"enquirer": "~2.3.6",
- "fast-glob": "3.2.7",
"figures": "3.2.0",
"flat": "^5.0.2",
"fs-extra": "^11.1.0",
"glob": "7.1.4",
"ignore": "^5.0.4",
+ "jest-diff": "^29.4.1",
"js-yaml": "4.1.0",
"jsonc-parser": "3.2.0",
"lines-and-columns": "~2.0.3",
@@ -40176,20 +40549,20 @@
"nx": "bin/nx.js"
},
"optionalDependencies": {
- "@nx/nx-darwin-arm64": "16.8.1",
- "@nx/nx-darwin-x64": "16.8.1",
- "@nx/nx-freebsd-x64": "16.8.1",
- "@nx/nx-linux-arm-gnueabihf": "16.8.1",
- "@nx/nx-linux-arm64-gnu": "16.8.1",
- "@nx/nx-linux-arm64-musl": "16.8.1",
- "@nx/nx-linux-x64-gnu": "16.8.1",
- "@nx/nx-linux-x64-musl": "16.8.1",
- "@nx/nx-win32-arm64-msvc": "16.8.1",
- "@nx/nx-win32-x64-msvc": "16.8.1"
+ "@nx/nx-darwin-arm64": "16.10.0",
+ "@nx/nx-darwin-x64": "16.10.0",
+ "@nx/nx-freebsd-x64": "16.10.0",
+ "@nx/nx-linux-arm-gnueabihf": "16.10.0",
+ "@nx/nx-linux-arm64-gnu": "16.10.0",
+ "@nx/nx-linux-arm64-musl": "16.10.0",
+ "@nx/nx-linux-x64-gnu": "16.10.0",
+ "@nx/nx-linux-x64-musl": "16.10.0",
+ "@nx/nx-win32-arm64-msvc": "16.10.0",
+ "@nx/nx-win32-x64-msvc": "16.10.0"
},
"peerDependencies": {
- "@swc-node/register": "^1.4.2",
- "@swc/core": "^1.2.173"
+ "@swc-node/register": "^1.6.7",
+ "@swc/core": "^1.3.85"
},
"peerDependenciesMeta": {
"@swc-node/register": {
@@ -40201,9 +40574,9 @@
}
},
"node_modules/nx/node_modules/axios": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
- "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
+ "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@@ -40221,6 +40594,19 @@
"node": ">=8"
}
},
+ "node_modules/nx/node_modules/cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
"node_modules/nx/node_modules/dotenv-expand": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz",
@@ -40237,21 +40623,6 @@
"node": ">=0.8.0"
}
},
- "node_modules/nx/node_modules/fast-glob": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
- "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/nx/node_modules/figures": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
@@ -40267,9 +40638,9 @@
}
},
"node_modules/nx/node_modules/follow-redirects": {
- "version": "1.15.2",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
- "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
+ "version": "1.15.3",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
+ "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
"funding": [
{
"type": "individual",
@@ -41993,6 +42364,15 @@
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz",
"integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ=="
},
+ "node_modules/path-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
+ "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
+ "dependencies": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/path-dirname": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
@@ -43027,12 +43407,12 @@
}
},
"node_modules/query-string": {
- "version": "6.14.1",
- "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz",
- "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==",
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
+ "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
"dev": true,
"dependencies": {
- "decode-uri-component": "^0.2.0",
+ "decode-uri-component": "^0.2.2",
"filter-obj": "^1.1.0",
"split-on-first": "^1.0.0",
"strict-uri-encode": "^2.0.0"
@@ -43250,6 +43630,36 @@
"react": "^18.2.0"
}
},
+ "node_modules/react-element-to-jsx-string": {
+ "version": "15.0.0",
+ "resolved": "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz",
+ "integrity": "sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==",
+ "optional": true,
+ "dependencies": {
+ "@base2/pretty-print-object": "1.0.1",
+ "is-plain-object": "5.0.0",
+ "react-is": "18.1.0"
+ },
+ "peerDependencies": {
+ "react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0",
+ "react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0"
+ }
+ },
+ "node_modules/react-element-to-jsx-string/node_modules/is-plain-object": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
+ "optional": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-element-to-jsx-string/node_modules/react-is": {
+ "version": "18.1.0",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
+ "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
+ "optional": true
+ },
"node_modules/react-github-corner": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/react-github-corner/-/react-github-corner-2.5.0.tgz",
@@ -45379,6 +45789,16 @@
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
},
+ "node_modules/sentence-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
+ "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case-first": "^2.0.2"
+ }
+ },
"node_modules/serialize-javascript": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
@@ -45840,6 +46260,15 @@
"npm": ">= 3.0.0"
}
},
+ "node_modules/snake-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
+ "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==",
+ "dependencies": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/snapdragon": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
@@ -47060,61 +47489,33 @@
}
},
"node_modules/style-dictionary": {
- "version": "2.10.3",
- "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-2.10.3.tgz",
- "integrity": "sha512-iSDb8T2tMSB5JcTQ7uquB+W3oO7kuJbb+QrSQMiQjBCOa7AGYtWzYo/O7rl3f9Hj956w41WVw9HpTpYfFWwU+g==",
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.8.0.tgz",
+ "integrity": "sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==",
"dependencies": {
"chalk": "^4.0.0",
- "commander": "^5.1.0",
- "fs-extra": "^8.1.0",
- "glob": "^7.1.6",
- "json5": "^2.1.3",
+ "change-case": "^4.1.2",
+ "commander": "^8.3.0",
+ "fs-extra": "^10.0.0",
+ "glob": "^7.2.0",
+ "json5": "^2.2.2",
+ "jsonc-parser": "^3.0.0",
"lodash": "^4.17.15",
- "resolve-cwd": "^3.0.0",
"tinycolor2": "^1.4.1"
},
"bin": {
"style-dictionary": "bin/style-dictionary"
},
"engines": {
- "node": ">=8.0.0"
+ "node": ">=12.0.0"
}
},
"node_modules/style-dictionary/node_modules/commander": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
- "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/style-dictionary/node_modules/fs-extra": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
- "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
- "dependencies": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^4.0.0",
- "universalify": "^0.1.0"
- },
- "engines": {
- "node": ">=6 <7 || >=8"
- }
- },
- "node_modules/style-dictionary/node_modules/jsonfile": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/style-dictionary/node_modules/universalify": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
"engines": {
- "node": ">= 4.0.0"
+ "node": ">= 12"
}
},
"node_modules/style-loader": {
@@ -48953,6 +49354,12 @@
"node": ">=0.6.0"
}
},
+ "node_modules/tiny-invariant": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz",
+ "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==",
+ "optional": true
+ },
"node_modules/tinycolor2": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
@@ -50373,6 +50780,22 @@
"node": ">=4"
}
},
+ "node_modules/upper-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz",
+ "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==",
+ "dependencies": {
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/upper-case-first": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz",
+ "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==",
+ "dependencies": {
+ "tslib": "^2.0.3"
+ }
+ },
"node_modules/uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -51207,9 +51630,9 @@
}
},
"node_modules/webpack": {
- "version": "5.88.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz",
- "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==",
+ "version": "5.89.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.89.0.tgz",
+ "integrity": "sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==",
"dependencies": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^1.0.0",
@@ -51595,11 +52018,12 @@
}
},
"node_modules/webpack-merge": {
- "version": "5.9.0",
- "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.9.0.tgz",
- "integrity": "sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==",
+ "version": "5.10.0",
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz",
+ "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==",
"dependencies": {
"clone-deep": "^4.0.1",
+ "flat": "^5.0.2",
"wildcard": "^2.0.0"
},
"engines": {
@@ -52294,9 +52718,9 @@
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
},
"node_modules/yaml": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
- "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz",
+ "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",
"dev": true,
"engines": {
"node": ">= 14"
@@ -52775,7 +53199,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/standalone": "^7.22.15",
+ "@babel/standalone": "^7.23.2",
"@instructure/canvas-high-contrast-theme": "8.46.1",
"@instructure/canvas-theme": "8.46.1",
"@instructure/console": "8.46.1",
@@ -52867,14 +53291,14 @@
"buffer": "^6.0.3",
"codesandbox": "^2.2.3",
"lorem-ipsum": "^2.0.8",
- "marked": "^4.3.0",
+ "marked": "^9.1.2",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-corner": "^2.5.0",
"semver": "^7.5.4",
- "webpack-merge": "^5.9.0"
+ "webpack-merge": "^5.10.0"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
@@ -52882,17 +53306,36 @@
"@instructure/ui-scripts": "8.46.1",
"@instructure/ui-stylelint-config": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
- "@types/marked": "^4.3.1",
+ "@types/marked": "^5.0.2",
"chokidar": "^3.5.3",
- "globby": "^11.1.0",
+ "globby": "^13.2.2",
"gray-matter": "^4.0.3",
"html-webpack-plugin": "^5.5.3",
- "jsdoc-api": "^7.2.0",
- "mkdirp": "^1.0.4",
+ "jsdoc-api": "^8.0.0",
+ "mkdirp": "^3.0.1",
"raw-loader": "^4.0.2",
- "react-docgen": "^6.0.3",
+ "react-docgen": "^6.0.4",
"svg-inline-loader": "^0.8.2",
- "webpack-bundle-analyzer": "^4.9.0"
+ "webpack-bundle-analyzer": "^4.9.1"
+ }
+ },
+ "packages/__docs__/node_modules/globby": {
+ "version": "13.2.2",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
+ "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
+ "dev": true,
+ "dependencies": {
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.3.0",
+ "ignore": "^5.2.4",
+ "merge2": "^1.4.1",
+ "slash": "^4.0.0"
+ },
+ "engines": {
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"packages/__docs__/node_modules/lru-cache": {
@@ -52906,6 +53349,32 @@
"node": ">=10"
}
},
+ "packages/__docs__/node_modules/marked": {
+ "version": "9.1.2",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz",
+ "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w==",
+ "bin": {
+ "marked": "bin/marked.js"
+ },
+ "engines": {
+ "node": ">= 16"
+ }
+ },
+ "packages/__docs__/node_modules/mkdirp": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
+ "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
+ "dev": true,
+ "bin": {
+ "mkdirp": "dist/cjs/src/bin.js"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
"packages/__docs__/node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@@ -52920,6 +53389,18 @@
"node": ">=10"
}
},
+ "packages/__docs__/node_modules/slash": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
+ "dev": true,
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"packages/__docs__/node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
@@ -52930,7 +53411,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/canvas-theme": "8.46.1",
"@instructure/command-utils": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -52944,10 +53425,10 @@
"@storybook/addons": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/theming": "^6.5.16",
- "chromatic": "^6.19.9",
+ "chromatic": "^6.24.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "webpack-merge": "^5.9.0"
+ "webpack-merge": "^5.10.0"
},
"devDependencies": {
"@instructure/ui-scripts": "8.46.1",
@@ -52957,7 +53438,7 @@
"globby": "^11.1.0",
"prop-types": "^15.8.1",
"react-docgen": "6.0.0-alpha.3",
- "webpack": "^5.88.2"
+ "webpack": "^5.89.0"
}
},
"packages/__examples__/node_modules/commander": {
@@ -53019,7 +53500,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
@@ -53033,7 +53514,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
@@ -53083,7 +53564,7 @@
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/babel-plugin-macros": "^3.1.0"
+ "@types/babel-plugin-macros": "^3.1.1"
},
"peerDependencies": {
"react": ">=16.8 <=18"
@@ -53098,8 +53579,8 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"chalk": "^4.1.2",
"cz-customizable": "^6.9.2",
- "inquirer": "^8.2.5",
- "inquirer-autocomplete-prompt": "^2.0.0"
+ "inquirer": "^8.2.6",
+ "inquirer-autocomplete-prompt": "^2.0.1"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
@@ -53190,9 +53671,9 @@
}
},
"packages/cz-lerna-changelog/node_modules/inquirer-autocomplete-prompt": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-2.0.0.tgz",
- "integrity": "sha512-c2LljLP3ewVJe4AUZzKdA6oWjqhpy5pfsisHAjh7mP3WUQ/O02x5OLMMqcLOYuRHx6i2hlVSIhUv0xYGyFxFYA==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-2.0.1.tgz",
+ "integrity": "sha512-jUHrH0btO7j5r8DTQgANf2CBkTZChoVySD8zF/wp5fZCOLIuUbleXhf4ZY5jNBOc1owA3gdfWtfZuppfYBhcUg==",
"dependencies": {
"ansi-escapes": "^4.3.2",
"figures": "^3.2.0",
@@ -53280,7 +53761,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15"
+ "@babel/runtime": "^7.23.2"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1"
@@ -53291,7 +53772,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@emotion/react": "^11.11.1",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53318,7 +53799,7 @@
"dependencies": {
"@instructure/pkg-utils": "8.46.1",
"eslint-module-utils": "^2.8.0",
- "eslint-plugin-import": "^2.27.5"
+ "eslint-plugin-import": "^2.28.1"
},
"peerDependencies": {
"eslint": "^8"
@@ -53329,7 +53810,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
@@ -53355,8 +53836,8 @@
"@instructure/ui-stylelint-config": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
"@lerna/project": "^6.4.1",
- "depcheck": "^1.4.5",
- "fs-extra": "^10.1.0",
+ "depcheck": "^1.4.6",
+ "fs-extra": "^11.1.1",
"lodash.template": "^4.5.0",
"semver": "^7.5.4",
"yargs": "^17.7.2",
@@ -53366,6 +53847,19 @@
"instui": "lib/index.js"
}
},
+ "packages/instui-cli/node_modules/fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"packages/instui-cli/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -53403,10 +53897,23 @@
"dependencies": {
"@instructure/command-utils": "8.46.1",
"@instructure/pkg-utils": "8.46.1",
- "fs-extra": "^10.1.0",
+ "fs-extra": "^11.1.1",
"semver": "^7.5.4"
}
},
+ "packages/instui-config/node_modules/fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"packages/instui-config/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -53482,7 +53989,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
@@ -53505,7 +54012,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1"
},
"devDependencies": {
@@ -53521,7 +54028,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-utils": "8.46.1"
@@ -53536,7 +54043,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
"@instructure/ui-alerts": "8.46.1",
@@ -53614,7 +54121,7 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "jest": "^29.6.4"
+ "jest": "^29.7.0"
},
"peerDependencies": {
"react": ">= 16.8 <= 18",
@@ -53626,7 +54133,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53651,7 +54158,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -53675,7 +54182,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53706,7 +54213,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53723,7 +54230,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -53735,8 +54242,8 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
- "axe-core": "^4.7.2"
+ "@babel/runtime": "^7.23.2",
+ "axe-core": "^4.8.2"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1"
@@ -53747,21 +54254,21 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.22.15",
+ "@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
- "@babel/plugin-proposal-decorators": "^7.22.15",
- "@babel/plugin-proposal-export-default-from": "^7.22.5",
+ "@babel/plugin-proposal-decorators": "^7.23.2",
+ "@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.22.15",
- "@babel/plugin-transform-destructuring": "^7.22.15",
+ "@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/plugin-transform-react-display-name": "^7.22.5",
- "@babel/plugin-transform-runtime": "^7.22.15",
- "@babel/preset-env": "^7.22.15",
+ "@babel/plugin-transform-runtime": "^7.23.2",
+ "@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
- "@babel/preset-typescript": "^7.22.15",
- "@babel/runtime": "^7.22.15",
+ "@babel/preset-typescript": "^7.23.2",
+ "@babel/runtime": "^7.23.2",
"@instructure/babel-plugin-transform-imports": "8.46.1",
"@instructure/browserslist-config-instui": "8.46.1",
"babel-loader": "^9.1.3",
@@ -53771,17 +54278,7 @@
"babel-plugin-transform-ensure-ignore": "^0.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-undefined-to-void": "^6.9.4",
- "core-js": "3.32.1"
- }
- },
- "packages/ui-babel-preset/node_modules/core-js": {
- "version": "3.32.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.1.tgz",
- "integrity": "sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==",
- "hasInstallScript": true,
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
+ "core-js": "3.33.0"
}
},
"packages/ui-badge": {
@@ -53789,7 +54286,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53806,7 +54303,7 @@
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -53818,7 +54315,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-heading": "8.46.1",
@@ -53834,9 +54331,9 @@
"@instructure/ui-icons": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3"
+ "@testing-library/user-event": "^14.5.1"
},
"peerDependencies": {
"react": ">=16.8 <=18"
@@ -53847,7 +54344,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-icons": "8.46.1",
@@ -53865,7 +54362,7 @@
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-scripts": "^8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -53877,7 +54374,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53911,7 +54408,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
@@ -53925,7 +54422,7 @@
"@instructure/ui-color-utils": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -53937,7 +54434,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53967,7 +54464,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -53990,9 +54487,9 @@
"@instructure/ui-color-utils": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3"
+ "@testing-library/user-event": "^14.5.1"
},
"peerDependencies": {
"react": ">=16.8 <=18"
@@ -54003,7 +54500,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -54037,9 +54534,9 @@
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/jscodeshift": "^0.11.6",
+ "@types/jscodeshift": "^0.11.7",
"@types/prettier": "^2.7.3",
- "jest": "^29.6.4"
+ "jest": "^29.7.0"
}
},
"packages/ui-color-picker": {
@@ -54047,7 +54544,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54085,13 +54582,13 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "@types/tinycolor2": "^1.4.3"
+ "@types/tinycolor2": "^1.4.4"
}
},
"packages/ui-date-input": {
@@ -54099,7 +54596,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/ui-calendar": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
@@ -54128,7 +54625,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -54159,7 +54656,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15"
+ "@babel/runtime": "^7.23.2"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1"
@@ -54170,7 +54667,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-utils": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -54193,7 +54690,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1"
},
@@ -54211,7 +54708,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -54245,7 +54742,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54278,7 +54775,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -54308,15 +54805,15 @@
"@instructure/browserslist-config-instui": "8.46.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-compat": "^4.1.4",
- "eslint-plugin-import": "^2.27.5",
+ "eslint-config-prettier": "^8.10.0",
+ "eslint-plugin-compat": "^4.2.0",
+ "eslint-plugin-import": "^2.28.1",
"eslint-plugin-instructure-ui": "8.46.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
- "eslint-plugin-mocha": "^10.1.0",
+ "eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-notice": "^0.9.10",
- "eslint-plugin-react": "^7.32.2"
+ "eslint-plugin-react": "^7.33.2"
},
"peerDependencies": {
"eslint": "^8"
@@ -54327,7 +54824,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-prop-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
@@ -54350,7 +54847,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54379,7 +54876,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54401,7 +54898,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
@@ -54422,7 +54919,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54449,7 +54946,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54475,7 +54972,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54500,7 +54997,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-decorator": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -54514,7 +55011,7 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "@types/hoist-non-react-statics": "^3.3.1"
+ "@types/hoist-non-react-statics": "^3.3.3"
},
"peerDependencies": {
"react": ">=16.8 <=18"
@@ -54525,7 +55022,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-svg-images": "8.46.1",
"prop-types": "^15.8.1"
},
@@ -54588,7 +55085,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54639,7 +55136,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54669,7 +55166,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54695,7 +55192,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54728,7 +55225,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54753,7 +55250,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54787,7 +55284,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -54811,7 +55308,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -54848,7 +55345,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
@@ -54878,7 +55375,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-icons": "8.46.1",
@@ -54904,7 +55401,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54944,7 +55441,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -54970,7 +55467,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -55005,7 +55502,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55034,7 +55531,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-utils": "8.46.1",
@@ -55067,7 +55564,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
"@instructure/ui-i18n": "8.46.1",
@@ -55089,7 +55586,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55118,7 +55615,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55144,7 +55641,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"prop-types": "^15.8.1"
},
"devDependencies": {
@@ -55160,7 +55657,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -55186,7 +55683,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55217,7 +55714,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55245,7 +55742,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@emotion/is-prop-valid": "^1.2.1",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55269,7 +55766,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55293,22 +55790,22 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/cli": "^7.22.15",
+ "@babel/cli": "^7.23.0",
"@instructure/command-utils": "8.46.1",
"@instructure/pkg-utils": "8.46.1",
"@lerna/project": "^6.4.1",
"dotenv": "^16.3.1",
"find-up": "^6.3.0",
- "fs-extra": "^10.1.0",
+ "fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"jscodeshift": "^0.15.0",
"karma-cli": "^2.0.0",
- "lerna": "^7.1.3",
+ "lerna": "^7.3.1",
"lodash.isplainobject": "^4.0.6",
"mocha": "^10.2.0",
- "prettier": "^2.8.8",
+ "prettier": "^3.0.3",
"semver": "^7.5.4",
- "style-dictionary": "2.10.3",
+ "style-dictionary": "3.8.0",
"stylelint": "^15.10.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
@@ -55322,7 +55819,7 @@
"svgo": "^3.0.2"
},
"optionalDependencies": {
- "@storybook/react": "^6.5.16"
+ "@storybook/react": "^7.4.6"
},
"peerDependencies": {
"eslint": "^8",
@@ -55330,6 +55827,522 @@
"webpack": "^5"
}
},
+ "packages/ui-scripts/node_modules/@esbuild/android-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
+ "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
+ "cpu": [
+ "arm"
+ ],
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/android-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
+ "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/android-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
+ "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/darwin-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
+ "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/darwin-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
+ "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
+ "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/freebsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
+ "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
+ "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
+ "cpu": [
+ "arm"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
+ "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
+ "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
+ "cpu": [
+ "ia32"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-loong64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
+ "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
+ "cpu": [
+ "loong64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-mips64el": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
+ "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
+ "cpu": [
+ "mips64el"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-ppc64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
+ "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
+ "cpu": [
+ "ppc64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-riscv64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
+ "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
+ "cpu": [
+ "riscv64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-s390x": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
+ "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
+ "cpu": [
+ "s390x"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/linux-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
+ "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/netbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/openbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/sunos-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
+ "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/win32-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
+ "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
+ "cpu": [
+ "arm64"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/win32-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
+ "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
+ "cpu": [
+ "ia32"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@esbuild/win32-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
+ "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
+ "cpu": [
+ "x64"
+ ],
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/client-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.4.6.tgz",
+ "integrity": "sha512-XDw31ZziU//86PKuMRnmc+L/G0VopaGKENQOGEpvAXCU9IZASwGKlKAtcyosjrpi+ZiUXlMgUXCpXM7x3b1Ehw==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/global": "^5.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/core-client": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-7.4.6.tgz",
+ "integrity": "sha512-tfgxAHeCvMcs6DsVgtb4hQSDaCHeAPJOsoyhb47eDQfk4OmxzriM0qWucJV5DePSMi+KutX/rN2u0JxfOuN68g==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/preview-api": "7.4.6"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/core-common": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-7.4.6.tgz",
+ "integrity": "sha512-05MJFmOM86qvTLtgDskokIFz9txe0Lbhq4L3by1FtF0GwgH+p+W6I94KI7c6ANER+kVZkXQZhiRzwBFnVTW+Cg==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/core-events": "7.4.6",
+ "@storybook/node-logger": "7.4.6",
+ "@storybook/types": "7.4.6",
+ "@types/find-cache-dir": "^3.2.1",
+ "@types/node": "^16.0.0",
+ "@types/node-fetch": "^2.6.4",
+ "@types/pretty-hrtime": "^1.0.0",
+ "chalk": "^4.1.0",
+ "esbuild": "^0.18.0",
+ "esbuild-register": "^3.4.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/core-common/node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "optional": true,
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/core-events": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.4.6.tgz",
+ "integrity": "sha512-r5vrE+32lwrJh1NGFr1a0mWjvxo7q8FXYShylcwRWpacmL5NTtLkrXOoJSeGvJ4yKNYkvxQFtOPId4lzDxa32w==",
+ "optional": true,
+ "dependencies": {
+ "ts-dedent": "^2.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/docs-tools": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-7.4.6.tgz",
+ "integrity": "sha512-nZj1L/8WwKWWJ41FW4MaKGajZUtrhnr9UwflRCkQJaWhAKmDfOb5M5TqI93uCOULpFPOm5wpoMBz2IHInQ2Lrg==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/core-common": "7.4.6",
+ "@storybook/preview-api": "7.4.6",
+ "@storybook/types": "7.4.6",
+ "@types/doctrine": "^0.0.3",
+ "doctrine": "^3.0.0",
+ "lodash": "^4.17.21"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/node-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-7.4.6.tgz",
+ "integrity": "sha512-djZb310Q27GviDug1XBv0jOEDLCiwr4hhDE0aifCEKZpfNCi/EaP31nbWimFzZwxu4hE/YAPWExzScruR1zw9Q==",
+ "optional": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ }
+ },
+ "packages/ui-scripts/node_modules/@storybook/react": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/react/-/react-7.4.6.tgz",
+ "integrity": "sha512-w0dVo64baFFPTGpUOWFqkKsu6pQincoymegSNgqaBd5DxEyMDRiRoTWSJHMKE9BwgE8SyWhRkP1ak1mkccSOhQ==",
+ "optional": true,
+ "dependencies": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-client": "7.4.6",
+ "@storybook/docs-tools": "7.4.6",
+ "@storybook/global": "^5.0.0",
+ "@storybook/preview-api": "7.4.6",
+ "@storybook/react-dom-shim": "7.4.6",
+ "@storybook/types": "7.4.6",
+ "@types/escodegen": "^0.0.6",
+ "@types/estree": "^0.0.51",
+ "@types/node": "^16.0.0",
+ "acorn": "^7.4.1",
+ "acorn-jsx": "^5.3.1",
+ "acorn-walk": "^7.2.0",
+ "escodegen": "^2.1.0",
+ "html-tags": "^3.1.0",
+ "lodash": "^4.17.21",
+ "prop-types": "^15.7.2",
+ "react-element-to-jsx-string": "^15.0.0",
+ "ts-dedent": "^2.0.0",
+ "type-fest": "~2.19",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/storybook"
+ },
+ "peerDependencies": {
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "typescript": "*"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "packages/ui-scripts/node_modules/@types/doctrine": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.3.tgz",
+ "integrity": "sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==",
+ "optional": true
+ },
+ "packages/ui-scripts/node_modules/@types/node": {
+ "version": "16.18.58",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.58.tgz",
+ "integrity": "sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA==",
+ "optional": true
+ },
+ "packages/ui-scripts/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "optional": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
"packages/ui-scripts/node_modules/commander": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
@@ -55425,6 +56438,15 @@
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
+ "packages/ui-scripts/node_modules/dotenv-expand": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz",
+ "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==",
+ "optional": true,
+ "engines": {
+ "node": ">=12"
+ }
+ },
"packages/ui-scripts/node_modules/entities": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
@@ -55437,6 +56459,214 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
+ "packages/ui-scripts/node_modules/esbuild": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
+ "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
+ "hasInstallScript": true,
+ "optional": true,
+ "bin": {
+ "esbuild": "bin/esbuild"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "optionalDependencies": {
+ "@esbuild/android-arm": "0.18.20",
+ "@esbuild/android-arm64": "0.18.20",
+ "@esbuild/android-x64": "0.18.20",
+ "@esbuild/darwin-arm64": "0.18.20",
+ "@esbuild/darwin-x64": "0.18.20",
+ "@esbuild/freebsd-arm64": "0.18.20",
+ "@esbuild/freebsd-x64": "0.18.20",
+ "@esbuild/linux-arm": "0.18.20",
+ "@esbuild/linux-arm64": "0.18.20",
+ "@esbuild/linux-ia32": "0.18.20",
+ "@esbuild/linux-loong64": "0.18.20",
+ "@esbuild/linux-mips64el": "0.18.20",
+ "@esbuild/linux-ppc64": "0.18.20",
+ "@esbuild/linux-riscv64": "0.18.20",
+ "@esbuild/linux-s390x": "0.18.20",
+ "@esbuild/linux-x64": "0.18.20",
+ "@esbuild/netbsd-x64": "0.18.20",
+ "@esbuild/openbsd-x64": "0.18.20",
+ "@esbuild/sunos-x64": "0.18.20",
+ "@esbuild/win32-arm64": "0.18.20",
+ "@esbuild/win32-ia32": "0.18.20",
+ "@esbuild/win32-x64": "0.18.20"
+ }
+ },
+ "packages/ui-scripts/node_modules/file-system-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/file-system-cache/-/file-system-cache-2.3.0.tgz",
+ "integrity": "sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==",
+ "optional": true,
+ "dependencies": {
+ "fs-extra": "11.1.1",
+ "ramda": "0.29.0"
+ }
+ },
+ "packages/ui-scripts/node_modules/find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "optional": true,
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
+ }
+ },
+ "packages/ui-scripts/node_modules/find-cache-dir/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "optional": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "packages/ui-scripts/node_modules/find-cache-dir/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "optional": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "packages/ui-scripts/node_modules/find-cache-dir/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "optional": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "packages/ui-scripts/node_modules/find-cache-dir/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "optional": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "packages/ui-scripts/node_modules/find-cache-dir/node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "optional": true,
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "packages/ui-scripts/node_modules/foreground-child": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
+ "optional": true,
+ "dependencies": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "packages/ui-scripts/node_modules/fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
+ "packages/ui-scripts/node_modules/glob": {
+ "version": "10.3.10",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
+ "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
+ "optional": true,
+ "dependencies": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^2.3.5",
+ "minimatch": "^9.0.1",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
+ "path-scurry": "^1.10.1"
+ },
+ "bin": {
+ "glob": "dist/esm/bin.mjs"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "packages/ui-scripts/node_modules/lazy-universal-dotenv": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/lazy-universal-dotenv/-/lazy-universal-dotenv-4.0.0.tgz",
+ "integrity": "sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==",
+ "optional": true,
+ "dependencies": {
+ "app-root-dir": "^1.0.2",
+ "dotenv": "^16.0.0",
+ "dotenv-expand": "^10.0.0"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "packages/ui-scripts/node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "optional": true,
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"packages/ui-scripts/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -55448,18 +56678,120 @@
"node": ">=10"
}
},
+ "packages/ui-scripts/node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "optional": true,
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "packages/ui-scripts/node_modules/make-dir/node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "optional": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
"packages/ui-scripts/node_modules/mdn-data": {
"version": "2.0.28",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
"integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
"dev": true
},
+ "packages/ui-scripts/node_modules/minimatch": {
+ "version": "9.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
+ "optional": true,
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "packages/ui-scripts/node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "optional": true,
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "packages/ui-scripts/node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "optional": true,
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "packages/ui-scripts/node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "optional": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
"packages/ui-scripts/node_modules/picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
"dev": true
},
+ "packages/ui-scripts/node_modules/prettier": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
+ "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
+ "bin": {
+ "prettier": "bin/prettier.cjs"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/prettier/prettier?sponsor=1"
+ }
+ },
+ "packages/ui-scripts/node_modules/ramda": {
+ "version": "0.29.0",
+ "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz",
+ "integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==",
+ "optional": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/ramda"
+ }
+ },
"packages/ui-scripts/node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@@ -55474,6 +56806,18 @@
"node": ">=10"
}
},
+ "packages/ui-scripts/node_modules/signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "optional": true,
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
"packages/ui-scripts/node_modules/svgo": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz",
@@ -55498,6 +56842,18 @@
"url": "https://opencollective.com/svgo"
}
},
+ "packages/ui-scripts/node_modules/type-fest": {
+ "version": "2.19.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
+ "optional": true,
+ "engines": {
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"packages/ui-scripts/node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
@@ -55508,7 +56864,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -55533,7 +56889,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -55545,7 +56901,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -55568,7 +56924,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -55605,7 +56961,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
@@ -55623,7 +56979,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-utils": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -55635,20 +56991,20 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
- "@codemirror/autocomplete": "^6.8.0",
- "@codemirror/commands": "^6.2.4",
- "@codemirror/lang-css": "^6.0.1",
- "@codemirror/lang-html": "^6.3.1",
- "@codemirror/lang-javascript": "^6.1.1",
+ "@babel/runtime": "^7.23.2",
+ "@codemirror/autocomplete": "^6.10.2",
+ "@codemirror/commands": "^6.3.0",
+ "@codemirror/lang-css": "^6.2.1",
+ "@codemirror/lang-html": "^6.4.6",
+ "@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
- "@codemirror/lang-markdown": "^6.0.5",
- "@codemirror/language": "^6.3.1",
- "@codemirror/legacy-modes": "^6.3.1",
- "@codemirror/lint": "^6.1.0",
- "@codemirror/search": "^6.2.3",
- "@codemirror/state": "^6.1.4",
- "@codemirror/view": "^6.6.0",
+ "@codemirror/lang-markdown": "^6.2.2",
+ "@codemirror/language": "^6.9.1",
+ "@codemirror/legacy-modes": "^6.3.3",
+ "@codemirror/lint": "^6.4.2",
+ "@codemirror/search": "^6.5.4",
+ "@codemirror/state": "^6.3.0",
+ "@codemirror/view": "^6.21.3",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -55660,14 +57016,14 @@
"@instructure/ui-testable": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-utils": "8.46.1",
- "@lezer/highlight": "1.1.3",
+ "@lezer/highlight": "1.1.6",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-queries": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -55679,7 +57035,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55696,7 +57052,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
@@ -55718,7 +57074,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
@@ -55742,7 +57098,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55771,7 +57127,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -55805,7 +57161,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -55850,7 +57206,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-test-queries": "8.46.1"
},
"devDependencies": {
@@ -55866,12 +57222,12 @@
"@instructure/ui-axe-check": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
"keycode": "^2.2.1",
- "pretty-format": "^29.6.3",
+ "pretty-format": "^29.7.0",
"sizzle": "^2.3.10"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/sizzle": "^2.3.3"
+ "@types/sizzle": "^2.3.4"
}
},
"packages/ui-test-queries/node_modules/ansi-styles": {
@@ -55908,13 +57264,13 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"sinon": "^15.2.0"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/mocha": "^10.0.1",
- "@types/sinon": "^10.0.16",
+ "@types/mocha": "^10.0.2",
+ "@types/sinon": "^10.0.19",
"prop-types": "^15.8.1"
},
"peerDependencies": {
@@ -55931,7 +57287,7 @@
"@instructure/ui-test-queries": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
"@sheerun/mutationobserver-shim": "^0.3.3",
- "chai": "^4.3.8",
+ "chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-exclude": "^2.1.0",
"chai-string": "^1.5.0",
@@ -55942,11 +57298,11 @@
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/chai": "^4.3.6",
+ "@types/chai": "^4.3.8",
"@types/chai-as-promised": "^7.1.6",
"@types/chai-string": "^1.4.3",
"@types/dirty-chai": "^2.0.2",
- "@types/sinon-chai": "^3.2.9",
+ "@types/sinon-chai": "^3.2.10",
"prop-types": "^15.8.1"
},
"peerDependencies": {
@@ -55975,7 +57331,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-decorator": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1"
},
@@ -55994,7 +57350,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -56016,7 +57372,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -56045,7 +57401,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -56073,7 +57429,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1"
},
"devDependencies": {
@@ -56103,7 +57459,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
"@instructure/ui-i18n": "8.46.1",
@@ -56130,7 +57486,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-buttons": "8.46.1",
@@ -56164,7 +57520,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-popover": "8.46.1",
@@ -56192,7 +57548,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -56232,7 +57588,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -56262,7 +57618,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-icons": "8.46.1",
@@ -56290,7 +57646,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -56318,7 +57674,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -56347,7 +57703,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
"@types/ua-parser-js": "^0.7.37",
@@ -56394,7 +57750,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -56429,7 +57785,7 @@
"stylelint": "^15.10.3",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^4.0.2",
- "webpack": "^5.88.2"
+ "webpack": "^5.89.0"
}
},
"packages/ui-webpack-config/node_modules/css-loader": {
@@ -56673,7 +58029,7 @@
"version": "8.46.1",
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15"
+ "@babel/runtime": "^7.23.2"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
@@ -56703,19 +58059,26 @@
}
},
"@babel/cli": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.15.tgz",
- "integrity": "sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz",
+ "integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==",
"requires": {
"@jridgewell/trace-mapping": "^0.3.17",
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
"chokidar": "^3.4.0",
"commander": "^4.0.1",
- "convert-source-map": "^1.1.0",
+ "convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.2.0",
"make-dir": "^2.1.0",
"slash": "^2.0.0"
+ },
+ "dependencies": {
+ "convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
+ }
}
},
"@babel/code-frame": {
@@ -56779,38 +58142,45 @@
}
},
"@babel/compat-data": {
- "version": "7.22.9",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz",
- "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ=="
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.2.tgz",
+ "integrity": "sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ=="
},
"@babel/core": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.17.tgz",
- "integrity": "sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.2.tgz",
+ "integrity": "sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==",
"requires": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.22.13",
- "@babel/generator": "^7.22.15",
+ "@babel/generator": "^7.23.0",
"@babel/helper-compilation-targets": "^7.22.15",
- "@babel/helper-module-transforms": "^7.22.17",
- "@babel/helpers": "^7.22.15",
- "@babel/parser": "^7.22.16",
+ "@babel/helper-module-transforms": "^7.23.0",
+ "@babel/helpers": "^7.23.2",
+ "@babel/parser": "^7.23.0",
"@babel/template": "^7.22.15",
- "@babel/traverse": "^7.22.17",
- "@babel/types": "^7.22.17",
- "convert-source-map": "^1.7.0",
+ "@babel/traverse": "^7.23.2",
+ "@babel/types": "^7.23.0",
+ "convert-source-map": "^2.0.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.2.3",
"semver": "^6.3.1"
+ },
+ "dependencies": {
+ "convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
+ }
}
},
"@babel/generator": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.15.tgz",
- "integrity": "sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
+ "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
"requires": {
- "@babel/types": "^7.22.15",
+ "@babel/types": "^7.23.0",
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "^2.5.1"
@@ -56871,9 +58241,9 @@
}
},
"@babel/helper-define-polyfill-provider": {
- "version": "0.4.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz",
- "integrity": "sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==",
+ "version": "0.4.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz",
+ "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==",
"requires": {
"@babel/helper-compilation-targets": "^7.22.6",
"@babel/helper-plugin-utils": "^7.22.5",
@@ -56883,17 +58253,17 @@
}
},
"@babel/helper-environment-visitor": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
- "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q=="
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA=="
},
"@babel/helper-function-name": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
- "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
"requires": {
- "@babel/template": "^7.22.5",
- "@babel/types": "^7.22.5"
+ "@babel/template": "^7.22.15",
+ "@babel/types": "^7.23.0"
}
},
"@babel/helper-hoist-variables": {
@@ -56921,15 +58291,15 @@
}
},
"@babel/helper-module-transforms": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz",
- "integrity": "sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz",
+ "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==",
"requires": {
- "@babel/helper-environment-visitor": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-simple-access": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6",
- "@babel/helper-validator-identifier": "^7.22.15"
+ "@babel/helper-validator-identifier": "^7.22.20"
}
},
"@babel/helper-optimise-call-expression": {
@@ -56946,22 +58316,22 @@
"integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg=="
},
"@babel/helper-remap-async-to-generator": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.17.tgz",
- "integrity": "sha512-bxH77R5gjH3Nkde6/LuncQoLaP16THYPscurp1S8z7S9ZgezCyV3G8Hc+TZiCmY8pz4fp8CvKSgtJMW0FkLAxA==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
+ "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
"requires": {
"@babel/helper-annotate-as-pure": "^7.22.5",
- "@babel/helper-environment-visitor": "^7.22.5",
- "@babel/helper-wrap-function": "^7.22.17"
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-wrap-function": "^7.22.20"
}
},
"@babel/helper-replace-supers": {
- "version": "7.22.9",
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
- "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
+ "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
"requires": {
- "@babel/helper-environment-visitor": "^7.22.5",
- "@babel/helper-member-expression-to-functions": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-member-expression-to-functions": "^7.22.15",
"@babel/helper-optimise-call-expression": "^7.22.5"
}
},
@@ -56995,9 +58365,9 @@
"integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw=="
},
"@babel/helper-validator-identifier": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz",
- "integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ=="
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A=="
},
"@babel/helper-validator-option": {
"version": "7.22.15",
@@ -57005,23 +58375,23 @@
"integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA=="
},
"@babel/helper-wrap-function": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.17.tgz",
- "integrity": "sha512-nAhoheCMlrqU41tAojw9GpVEKDlTS8r3lzFmF0lP52LwblCPbuFSO7nGIZoIcoU5NIm1ABrna0cJExE4Ay6l2Q==",
+ "version": "7.22.20",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
+ "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
"requires": {
"@babel/helper-function-name": "^7.22.5",
"@babel/template": "^7.22.15",
- "@babel/types": "^7.22.17"
+ "@babel/types": "^7.22.19"
}
},
"@babel/helpers": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.15.tgz",
- "integrity": "sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz",
+ "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==",
"requires": {
"@babel/template": "^7.22.15",
- "@babel/traverse": "^7.22.15",
- "@babel/types": "^7.22.15"
+ "@babel/traverse": "^7.23.2",
+ "@babel/types": "^7.23.0"
}
},
"@babel/highlight": {
@@ -57086,9 +58456,9 @@
}
},
"@babel/parser": {
- "version": "7.22.16",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.16.tgz",
- "integrity": "sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA=="
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
+ "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw=="
},
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.22.15",
@@ -57118,13 +58488,13 @@
}
},
"@babel/plugin-proposal-decorators": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.15.tgz",
- "integrity": "sha512-kc0VvbbUyKelvzcKOSyQUSVVXS5pT3UhRB0e3c9An86MvLqs+gx0dN4asllrDluqSa3m9YyooXKGOFVomnyFkg==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.2.tgz",
+ "integrity": "sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==",
"requires": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-replace-supers": "^7.22.9",
+ "@babel/helper-replace-supers": "^7.22.20",
"@babel/helper-split-export-declaration": "^7.22.6",
"@babel/plugin-syntax-decorators": "^7.22.10"
}
@@ -57387,13 +58757,13 @@
}
},
"@babel/plugin-transform-async-generator-functions": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz",
- "integrity": "sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.2.tgz",
+ "integrity": "sha512-BBYVGxbDVHfoeXbOwcagAkOQAm9NxoTdMGfTqghu1GrvadSaw6iW3Je6IcL5PNOw8VwjxqBECXy50/iCQSY/lQ==",
"requires": {
- "@babel/helper-environment-visitor": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-remap-async-to-generator": "^7.22.9",
+ "@babel/helper-remap-async-to-generator": "^7.22.20",
"@babel/plugin-syntax-async-generators": "^7.8.4"
}
},
@@ -57416,9 +58786,9 @@
}
},
"@babel/plugin-transform-block-scoping": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.15.tgz",
- "integrity": "sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz",
+ "integrity": "sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==",
"requires": {
"@babel/helper-plugin-utils": "^7.22.5"
}
@@ -57468,9 +58838,9 @@
}
},
"@babel/plugin-transform-destructuring": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.15.tgz",
- "integrity": "sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz",
+ "integrity": "sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==",
"requires": {
"@babel/helper-plugin-utils": "^7.22.5"
}
@@ -57581,33 +58951,33 @@
}
},
"@babel/plugin-transform-modules-amd": {
- "version": "7.22.5",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
- "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz",
+ "integrity": "sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==",
"requires": {
- "@babel/helper-module-transforms": "^7.22.5",
+ "@babel/helper-module-transforms": "^7.23.0",
"@babel/helper-plugin-utils": "^7.22.5"
}
},
"@babel/plugin-transform-modules-commonjs": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.15.tgz",
- "integrity": "sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz",
+ "integrity": "sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==",
"requires": {
- "@babel/helper-module-transforms": "^7.22.15",
+ "@babel/helper-module-transforms": "^7.23.0",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-simple-access": "^7.22.5"
}
},
"@babel/plugin-transform-modules-systemjs": {
- "version": "7.22.11",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.11.tgz",
- "integrity": "sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz",
+ "integrity": "sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==",
"requires": {
"@babel/helper-hoist-variables": "^7.22.5",
- "@babel/helper-module-transforms": "^7.22.9",
+ "@babel/helper-module-transforms": "^7.23.0",
"@babel/helper-plugin-utils": "^7.22.5",
- "@babel/helper-validator-identifier": "^7.22.5"
+ "@babel/helper-validator-identifier": "^7.22.20"
}
},
"@babel/plugin-transform-modules-umd": {
@@ -57685,9 +59055,9 @@
}
},
"@babel/plugin-transform-optional-chaining": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.15.tgz",
- "integrity": "sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz",
+ "integrity": "sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==",
"requires": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
@@ -57793,15 +59163,15 @@
}
},
"@babel/plugin-transform-runtime": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz",
- "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.2.tgz",
+ "integrity": "sha512-XOntj6icgzMS58jPVtQpiuF6ZFWxQiJavISGx5KGjRj+3gqZr8+N6Kx+N9BApWzgS+DOjIZfXXj0ZesenOWDyA==",
"requires": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
- "babel-plugin-polyfill-corejs2": "^0.4.5",
- "babel-plugin-polyfill-corejs3": "^0.8.3",
- "babel-plugin-polyfill-regenerator": "^0.5.2",
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
"semver": "^6.3.1"
}
},
@@ -57893,11 +59263,11 @@
}
},
"@babel/preset-env": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.15.tgz",
- "integrity": "sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.2.tgz",
+ "integrity": "sha512-BW3gsuDD+rvHL2VO2SjAUNTBe5YrjsTiDyqamPDWY723na3/yPQ65X5oQkFVJZ0o50/2d+svm1rkPoJeR1KxVQ==",
"requires": {
- "@babel/compat-data": "^7.22.9",
+ "@babel/compat-data": "^7.23.2",
"@babel/helper-compilation-targets": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-validator-option": "^7.22.15",
@@ -57923,15 +59293,15 @@
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
"@babel/plugin-transform-arrow-functions": "^7.22.5",
- "@babel/plugin-transform-async-generator-functions": "^7.22.15",
+ "@babel/plugin-transform-async-generator-functions": "^7.23.2",
"@babel/plugin-transform-async-to-generator": "^7.22.5",
"@babel/plugin-transform-block-scoped-functions": "^7.22.5",
- "@babel/plugin-transform-block-scoping": "^7.22.15",
+ "@babel/plugin-transform-block-scoping": "^7.23.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-class-static-block": "^7.22.11",
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/plugin-transform-computed-properties": "^7.22.5",
- "@babel/plugin-transform-destructuring": "^7.22.15",
+ "@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-dotall-regex": "^7.22.5",
"@babel/plugin-transform-duplicate-keys": "^7.22.5",
"@babel/plugin-transform-dynamic-import": "^7.22.11",
@@ -57943,9 +59313,9 @@
"@babel/plugin-transform-literals": "^7.22.5",
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-member-expression-literals": "^7.22.5",
- "@babel/plugin-transform-modules-amd": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.22.15",
- "@babel/plugin-transform-modules-systemjs": "^7.22.11",
+ "@babel/plugin-transform-modules-amd": "^7.23.0",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
+ "@babel/plugin-transform-modules-systemjs": "^7.23.0",
"@babel/plugin-transform-modules-umd": "^7.22.5",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
"@babel/plugin-transform-new-target": "^7.22.5",
@@ -57954,7 +59324,7 @@
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
"@babel/plugin-transform-object-super": "^7.22.5",
"@babel/plugin-transform-optional-catch-binding": "^7.22.11",
- "@babel/plugin-transform-optional-chaining": "^7.22.15",
+ "@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-parameters": "^7.22.15",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
@@ -57971,10 +59341,10 @@
"@babel/plugin-transform-unicode-regex": "^7.22.5",
"@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
"@babel/preset-modules": "0.1.6-no-external-plugins",
- "@babel/types": "^7.22.15",
- "babel-plugin-polyfill-corejs2": "^0.4.5",
- "babel-plugin-polyfill-corejs3": "^0.8.3",
- "babel-plugin-polyfill-regenerator": "^0.5.2",
+ "@babel/types": "^7.23.0",
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
"core-js-compat": "^3.31.0",
"semver": "^6.3.1"
}
@@ -58013,14 +59383,14 @@
}
},
"@babel/preset-typescript": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.15.tgz",
- "integrity": "sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz",
+ "integrity": "sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==",
"requires": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-validator-option": "^7.22.15",
"@babel/plugin-syntax-jsx": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.22.15",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-typescript": "^7.22.15"
}
},
@@ -58042,9 +59412,9 @@
"integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
},
"@babel/runtime": {
- "version": "7.22.15",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz",
- "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz",
+ "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==",
"requires": {
"regenerator-runtime": "^0.14.0"
},
@@ -58057,9 +59427,9 @@
}
},
"@babel/standalone": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.22.17.tgz",
- "integrity": "sha512-Gr713KRqDclP4r4Ds20c/+tFxeHFe8WDHGhc3Q8tVPaJKkLSjDkZjXqcBZ9jPFf5+qXvaKy2mDuAa57tMPDSPA=="
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.23.2.tgz",
+ "integrity": "sha512-VJNw7OS26JvB6rE9XpbT6uQeQIEBWU5eeHGS4VR/+/4ZoKdLBXLcy66ZVJ/9IBkK1RMp8B0cohvhzdKWtJAGmg=="
},
"@babel/template": {
"version": "7.22.15",
@@ -58072,29 +59442,29 @@
}
},
"@babel/traverse": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.17.tgz",
- "integrity": "sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==",
+ "version": "7.23.2",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
+ "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
"requires": {
"@babel/code-frame": "^7.22.13",
- "@babel/generator": "^7.22.15",
- "@babel/helper-environment-visitor": "^7.22.5",
- "@babel/helper-function-name": "^7.22.5",
+ "@babel/generator": "^7.23.0",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
"@babel/helper-hoist-variables": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.6",
- "@babel/parser": "^7.22.16",
- "@babel/types": "^7.22.17",
+ "@babel/parser": "^7.23.0",
+ "@babel/types": "^7.23.0",
"debug": "^4.1.0",
"globals": "^11.1.0"
}
},
"@babel/types": {
- "version": "7.22.17",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.17.tgz",
- "integrity": "sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==",
+ "version": "7.23.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
+ "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
"requires": {
"@babel/helper-string-parser": "^7.22.5",
- "@babel/helper-validator-identifier": "^7.22.15",
+ "@babel/helper-validator-identifier": "^7.22.20",
"to-fast-properties": "^2.0.0"
}
},
@@ -58109,25 +59479,25 @@
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
},
"@codemirror/autocomplete": {
- "version": "6.9.0",
- "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.9.0.tgz",
- "integrity": "sha512-Fbwm0V/Wn3BkEJZRhr0hi5BhCo5a7eBL6LYaliPjOSwCyfOpnjXY59HruSxOUNV+1OYer0Tgx1zRNQttjXyDog==",
+ "version": "6.10.2",
+ "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.10.2.tgz",
+ "integrity": "sha512-3dCL7b0j2GdtZzWN5j7HDpRAJ26ip07R4NGYz7QYthIYMiX8I4E4TNrYcdTayPJGeVQtd/xe7lWU4XL7THFb/w==",
"requires": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
- "@codemirror/view": "^6.6.0",
+ "@codemirror/view": "^6.17.0",
"@lezer/common": "^1.0.0"
}
},
"@codemirror/commands": {
- "version": "6.2.5",
- "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.2.5.tgz",
- "integrity": "sha512-dSi7ow2P2YgPBZflR9AJoaTHvqmeGIgkhignYMd5zK5y6DANTvxKxp6eMEpIDUJkRAaOY/TFZ4jP1ADIO/GLVA==",
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.3.0.tgz",
+ "integrity": "sha512-tFfcxRIlOWiQDFhjBSWJ10MxcvbCIsRr6V64SgrcaY0MwNk32cUOcCuNlWo8VjV4qRQCgNgUAnIeo0svkk4R5Q==",
"requires": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.0.0",
- "@lezer/common": "^1.0.0"
+ "@lezer/common": "^1.1.0"
}
},
"@codemirror/lang-css": {
@@ -58182,9 +59552,9 @@
}
},
"@codemirror/lang-markdown": {
- "version": "6.2.0",
- "resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.2.0.tgz",
- "integrity": "sha512-deKegEQVzfBAcLPqsJEa+IxotqPVwWZi90UOEvQbfa01NTAw8jNinrykuYPTULGUj+gha0ZG2HBsn4s5d64Qrg==",
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.2.2.tgz",
+ "integrity": "sha512-wmwM9Y5n/e4ndU51KcYDaQnb9goYdhXjU71dDW9goOc1VUTIPph6WKAPdJ6BzC0ZFy+UTsDwTXGWSP370RH69Q==",
"requires": {
"@codemirror/autocomplete": "^6.7.1",
"@codemirror/lang-html": "^6.0.0",
@@ -58196,13 +59566,13 @@
}
},
"@codemirror/language": {
- "version": "6.9.0",
- "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.9.0.tgz",
- "integrity": "sha512-nFu311/0ne/qGuGCL3oKuktBgzVOaxCHZPZv1tLSZkNjPYxxvkjSbzno3MlErG2tgw1Yw1yF8BxMCegeMXqpiw==",
+ "version": "6.9.1",
+ "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.9.1.tgz",
+ "integrity": "sha512-lWRP3Y9IUdOms6DXuBpoWwjkR7yRmnS0hKYCbSfPz9v6Em1A1UCRujAkDiCrdYfs1Z0Eu4dGtwovNPStIfkgNA==",
"requires": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
- "@lezer/common": "^1.0.0",
+ "@lezer/common": "^1.1.0",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.0.0",
"style-mod": "^4.0.0"
@@ -58217,9 +59587,9 @@
}
},
"@codemirror/lint": {
- "version": "6.4.1",
- "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.1.tgz",
- "integrity": "sha512-2Hx945qKX7FBan5/gUdTM8fsMYrNG9clIgEcPXestbLVFAUyQYFAuju/5BMNf/PwgpVaX5pvRm4+ovjbp9D9gQ==",
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.2.tgz",
+ "integrity": "sha512-wzRkluWb1ptPKdzlsrbwwjYCPLgzU6N88YBAmlZi8WFyuiEduSd05MnJYNogzyc8rPK7pj6m95ptUApc8sHKVA==",
"requires": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
@@ -58227,9 +59597,9 @@
}
},
"@codemirror/search": {
- "version": "6.5.2",
- "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.2.tgz",
- "integrity": "sha512-WRihpqd0l9cEh9J3IZe45Yi+Z5MfTsEXnyc3V7qXHP4ZYtIYpGOn+EJ7fyLIkyAm/8S6QIr7/mMISfAadf8zCg==",
+ "version": "6.5.4",
+ "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.4.tgz",
+ "integrity": "sha512-YoTrvjv9e8EbPs58opjZKyJ3ewFrVSUzQ/4WXlULQLSDDr1nGPJ67mMXFNNVYwdFhybzhrzrtqgHmtpJwIF+8g==",
"requires": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
@@ -58237,14 +59607,14 @@
}
},
"@codemirror/state": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.2.1.tgz",
- "integrity": "sha512-RupHSZ8+OjNT38zU9fKH2sv+Dnlr8Eb8sl4NOnnqz95mCFTZUaiRP8Xv5MeeaG0px2b8Bnfe7YGwCV3nsBhbuw=="
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.3.0.tgz",
+ "integrity": "sha512-5fIS19U46PEqczbBL6gBAtju9MFDT9TjIC/q2MYblHCEKiU8jhV3cRFhvQu5tQvbtxc5KLWxSnzMNh3ZqeaXVg=="
},
"@codemirror/view": {
- "version": "6.18.1",
- "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.18.1.tgz",
- "integrity": "sha512-xcsXcMkIMd7l3WZEWoc4ljteAiqzxb5gVerRxk5132p5cLix6rTydWTQjsj2oxORepfsrwy1fC4r20iMa9plrg==",
+ "version": "6.21.3",
+ "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.21.3.tgz",
+ "integrity": "sha512-8l1aSQ6MygzL4Nx7GVYhucSXvW4jQd0F6Zm3v9Dg+6nZEfwzJVqi4C2zHfDljID+73gsQrWp9TgHc81xU15O4A==",
"requires": {
"@codemirror/state": "^6.1.4",
"style-mod": "^4.1.0",
@@ -58257,14 +59627,14 @@
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ=="
},
"@commitlint/cli": {
- "version": "17.7.1",
- "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.1.tgz",
- "integrity": "sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.0.tgz",
+ "integrity": "sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==",
"dev": true,
"requires": {
"@commitlint/format": "^17.4.4",
- "@commitlint/lint": "^17.7.0",
- "@commitlint/load": "^17.7.1",
+ "@commitlint/lint": "^17.8.0",
+ "@commitlint/load": "^17.8.0",
"@commitlint/read": "^17.5.1",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0",
@@ -58275,9 +59645,9 @@
}
},
"@commitlint/config-conventional": {
- "version": "17.7.0",
- "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.7.0.tgz",
- "integrity": "sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.0.tgz",
+ "integrity": "sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==",
"dev": true,
"requires": {
"conventional-changelog-conventionalcommits": "^6.1.0"
@@ -58324,9 +59694,9 @@
}
},
"@commitlint/is-ignored": {
- "version": "17.7.0",
- "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.7.0.tgz",
- "integrity": "sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.8.0.tgz",
+ "integrity": "sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==",
"dev": true,
"requires": {
"@commitlint/types": "^17.4.4",
@@ -58360,28 +59730,28 @@
}
},
"@commitlint/lint": {
- "version": "17.7.0",
- "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.7.0.tgz",
- "integrity": "sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.0.tgz",
+ "integrity": "sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==",
"dev": true,
"requires": {
- "@commitlint/is-ignored": "^17.7.0",
+ "@commitlint/is-ignored": "^17.8.0",
"@commitlint/parse": "^17.7.0",
"@commitlint/rules": "^17.7.0",
"@commitlint/types": "^17.4.4"
}
},
"@commitlint/load": {
- "version": "17.7.1",
- "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.7.1.tgz",
- "integrity": "sha512-S/QSOjE1ztdogYj61p6n3UbkUvweR17FQ0zDbNtoTLc+Hz7vvfS7ehoTMQ27hPSjVBpp7SzEcOQu081RLjKHJQ==",
+ "version": "17.8.0",
+ "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.8.0.tgz",
+ "integrity": "sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==",
"dev": true,
"requires": {
"@commitlint/config-validator": "^17.6.7",
"@commitlint/execute-rule": "^17.4.0",
"@commitlint/resolve-extends": "^17.6.7",
"@commitlint/types": "^17.4.4",
- "@types/node": "20.4.7",
+ "@types/node": "20.5.1",
"chalk": "^4.1.0",
"cosmiconfig": "^8.0.0",
"cosmiconfig-typescript-loader": "^4.0.0",
@@ -58690,156 +60060,156 @@
"integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
},
"@esbuild/android-arm": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
- "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.4.tgz",
+ "integrity": "sha512-uBIbiYMeSsy2U0XQoOGVVcpIktjLMEKa7ryz2RLr7L/vTnANNEsPVAh4xOv7ondGz6ac1zVb0F8Jx20rQikffQ==",
"dev": true,
"optional": true
},
"@esbuild/android-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
- "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.4.tgz",
+ "integrity": "sha512-mRsi2vJsk4Bx/AFsNBqOH2fqedxn5L/moT58xgg51DjX1la64Z3Npicut2VbhvDFO26qjWtPMsVxCd80YTFVeg==",
"dev": true,
"optional": true
},
"@esbuild/android-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
- "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.4.tgz",
+ "integrity": "sha512-4iPufZ1TMOD3oBlGFqHXBpa3KFT46aLl6Vy7gwed0ZSYgHaZ/mihbYb4t7Z9etjkC9Al3ZYIoOaHrU60gcMy7g==",
"dev": true,
"optional": true
},
"@esbuild/darwin-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
- "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.4.tgz",
+ "integrity": "sha512-Lviw8EzxsVQKpbS+rSt6/6zjn9ashUZ7Tbuvc2YENgRl0yZTktGlachZ9KMJUsVjZEGFVu336kl5lBgDN6PmpA==",
"dev": true,
"optional": true
},
"@esbuild/darwin-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
- "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.4.tgz",
+ "integrity": "sha512-YHbSFlLgDwglFn0lAO3Zsdrife9jcQXQhgRp77YiTDja23FrC2uwnhXMNkAucthsf+Psr7sTwYEryxz6FPAVqw==",
"dev": true,
"optional": true
},
"@esbuild/freebsd-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
- "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.4.tgz",
+ "integrity": "sha512-vz59ijyrTG22Hshaj620e5yhs2dU1WJy723ofc+KUgxVCM6zxQESmWdMuVmUzxtGqtj5heHyB44PjV/HKsEmuQ==",
"dev": true,
"optional": true
},
"@esbuild/freebsd-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
- "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.4.tgz",
+ "integrity": "sha512-3sRbQ6W5kAiVQRBWREGJNd1YE7OgzS0AmOGjDmX/qZZecq8NFlQsQH0IfXjjmD0XtUYqr64e0EKNFjMUlPL3Cw==",
"dev": true,
"optional": true
},
"@esbuild/linux-arm": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
- "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.4.tgz",
+ "integrity": "sha512-z/4ArqOo9EImzTi4b6Vq+pthLnepFzJ92BnofU1jgNlcVb+UqynVFdoXMCFreTK7FdhqAzH0vmdwW5373Hm9pg==",
"dev": true,
"optional": true
},
"@esbuild/linux-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
- "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.4.tgz",
+ "integrity": "sha512-ZWmWORaPbsPwmyu7eIEATFlaqm0QGt+joRE9sKcnVUG3oBbr/KYdNE2TnkzdQwX6EDRdg/x8Q4EZQTXoClUqqA==",
"dev": true,
"optional": true
},
"@esbuild/linux-ia32": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
- "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.4.tgz",
+ "integrity": "sha512-EGc4vYM7i1GRUIMqRZNCTzJh25MHePYsnQfKDexD8uPTCm9mK56NIL04LUfX2aaJ+C9vyEp2fJ7jbqFEYgO9lQ==",
"dev": true,
"optional": true
},
"@esbuild/linux-loong64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
- "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.4.tgz",
+ "integrity": "sha512-WVhIKO26kmm8lPmNrUikxSpXcgd6HDog0cx12BUfA2PkmURHSgx9G6vA19lrlQOMw+UjMZ+l3PpbtzffCxFDRg==",
"dev": true,
"optional": true
},
"@esbuild/linux-mips64el": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
- "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.4.tgz",
+ "integrity": "sha512-keYY+Hlj5w86hNp5JJPuZNbvW4jql7c1eXdBUHIJGTeN/+0QFutU3GrS+c27L+NTmzi73yhtojHk+lr2+502Mw==",
"dev": true,
"optional": true
},
"@esbuild/linux-ppc64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
- "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.4.tgz",
+ "integrity": "sha512-tQ92n0WMXyEsCH4m32S21fND8VxNiVazUbU4IUGVXQpWiaAxOBvtOtbEt3cXIV3GEBydYsY8pyeRMJx9kn3rvw==",
"dev": true,
"optional": true
},
"@esbuild/linux-riscv64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
- "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.4.tgz",
+ "integrity": "sha512-tRRBey6fG9tqGH6V75xH3lFPpj9E8BH+N+zjSUCnFOX93kEzqS0WdyJHkta/mmJHn7MBaa++9P4ARiU4ykjhig==",
"dev": true,
"optional": true
},
"@esbuild/linux-s390x": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
- "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.4.tgz",
+ "integrity": "sha512-152aLpQqKZYhThiJ+uAM4PcuLCAOxDsCekIbnGzPKVBRUDlgaaAfaUl5NYkB1hgY6WN4sPkejxKlANgVcGl9Qg==",
"dev": true,
"optional": true
},
"@esbuild/linux-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
- "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.4.tgz",
+ "integrity": "sha512-Mi4aNA3rz1BNFtB7aGadMD0MavmzuuXNTaYL6/uiYIs08U7YMPETpgNn5oue3ICr+inKwItOwSsJDYkrE9ekVg==",
"dev": true,
"optional": true
},
"@esbuild/netbsd-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
- "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.4.tgz",
+ "integrity": "sha512-9+Wxx1i5N/CYo505CTT7T+ix4lVzEdz0uCoYGxM5JDVlP2YdDC1Bdz+Khv6IbqmisT0Si928eAxbmGkcbiuM/A==",
"dev": true,
"optional": true
},
"@esbuild/openbsd-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
- "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.4.tgz",
+ "integrity": "sha512-MFsHleM5/rWRW9EivFssop+OulYVUoVcqkyOkjiynKBCGBj9Lihl7kh9IzrreDyXa4sNkquei5/DTP4uCk25xw==",
"dev": true,
"optional": true
},
"@esbuild/sunos-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
- "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.4.tgz",
+ "integrity": "sha512-6Xq8SpK46yLvrGxjp6HftkDwPP49puU4OF0hEL4dTxqCbfx09LyrbUj/D7tmIRMj5D5FCUPksBbxyQhp8tmHzw==",
"dev": true,
"optional": true
},
"@esbuild/win32-arm64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
- "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.4.tgz",
+ "integrity": "sha512-PkIl7Jq4mP6ke7QKwyg4fD4Xvn8PXisagV/+HntWoDEdmerB2LTukRZg728Yd1Fj+LuEX75t/hKXE2Ppk8Hh1w==",
"dev": true,
"optional": true
},
"@esbuild/win32-ia32": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
- "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.4.tgz",
+ "integrity": "sha512-ga676Hnvw7/ycdKB53qPusvsKdwrWzEyJ+AtItHGoARszIqvjffTwaaW3b2L6l90i7MO9i+dlAW415INuRhSGg==",
"dev": true,
"optional": true
},
"@esbuild/win32-x64": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
- "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.4.tgz",
+ "integrity": "sha512-HP0GDNla1T3ZL8Ko/SHAS2GgtjOg+VmWnnYLhuTksr++EnduYB0f3Y2LzHsUwb2iQ13JGoY6G3R8h6Du/WG6uA==",
"dev": true,
"optional": true
},
@@ -58899,9 +60269,9 @@
}
},
"@eslint/js": {
- "version": "8.49.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
- "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w=="
+ "version": "8.51.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
+ "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg=="
},
"@gar/promisify": {
"version": "1.1.3",
@@ -58909,39 +60279,73 @@
"integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw=="
},
"@gitbeaker/core": {
- "version": "21.7.0",
- "resolved": "https://registry.npmjs.org/@gitbeaker/core/-/core-21.7.0.tgz",
- "integrity": "sha512-cw72rE7tA27wc6JJe1WqeAj9v/6w0S7XJcEji+bRNjTlUfE1zgfW0Gf1mbGUi7F37SOABGCosQLfg9Qe63aIqA==",
+ "version": "35.8.1",
+ "resolved": "https://registry.npmjs.org/@gitbeaker/core/-/core-35.8.1.tgz",
+ "integrity": "sha512-KBrDykVKSmU9Q9Gly8KeHOgdc0lZSa435srECxuO0FGqqBcUQ82hPqUc13YFkkdOI9T1JRA3qSFajg8ds0mZKA==",
"dev": true,
"requires": {
- "@gitbeaker/requester-utils": "^21.7.0",
- "form-data": "^3.0.0",
+ "@gitbeaker/requester-utils": "^35.8.1",
+ "form-data": "^4.0.0",
"li": "^1.3.0",
+ "mime": "^3.0.0",
+ "query-string": "^7.0.0",
"xcase": "^2.0.1"
+ },
+ "dependencies": {
+ "form-data": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
+ "dev": true,
+ "requires": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ }
+ },
+ "mime": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
+ "dev": true
+ }
}
},
"@gitbeaker/node": {
- "version": "21.7.0",
- "resolved": "https://registry.npmjs.org/@gitbeaker/node/-/node-21.7.0.tgz",
- "integrity": "sha512-OdM3VcTKYYqboOsnbiPcO0XimXXpYK4gTjARBZ6BWc+1LQXKmqo+OH6oUbyxOoaFu9hHECafIt3WZU3NM4sZTg==",
+ "version": "35.8.1",
+ "resolved": "https://registry.npmjs.org/@gitbeaker/node/-/node-35.8.1.tgz",
+ "integrity": "sha512-g6rX853y61qNhzq9cWtxIEoe2KDeFBtXAeWMGWJnc3nz3WRump2pIICvJqw/yobLZqmTNt+ea6w3/n92Mnbn3g==",
"dev": true,
"requires": {
- "@gitbeaker/core": "^21.7.0",
- "@gitbeaker/requester-utils": "^21.7.0",
- "form-data": "^3.0.0",
- "got": "^11.1.4",
+ "@gitbeaker/core": "^35.8.1",
+ "@gitbeaker/requester-utils": "^35.8.1",
+ "delay": "^5.0.0",
+ "got": "^11.8.3",
"xcase": "^2.0.1"
}
},
"@gitbeaker/requester-utils": {
- "version": "21.7.0",
- "resolved": "https://registry.npmjs.org/@gitbeaker/requester-utils/-/requester-utils-21.7.0.tgz",
- "integrity": "sha512-eLTaVXlBnh8Qimj6QuMMA06mu/mLcJm3dy8nqhhn/Vm/D25sPrvpGwmbfFyvzj6QujPqtHvFfsCHtyZddL01qA==",
+ "version": "35.8.1",
+ "resolved": "https://registry.npmjs.org/@gitbeaker/requester-utils/-/requester-utils-35.8.1.tgz",
+ "integrity": "sha512-MFzdH+Z6eJaCZA5ruWsyvm6SXRyrQHjYVR6aY8POFraIy7ceIHOprWCs1R+0ydDZ8KtBnd8OTHjlJ0sLtSFJCg==",
"dev": true,
"requires": {
- "form-data": "^3.0.0",
- "query-string": "^6.12.1",
+ "form-data": "^4.0.0",
+ "qs": "^6.10.1",
"xcase": "^2.0.1"
+ },
+ "dependencies": {
+ "form-data": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
+ "dev": true,
+ "requires": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ }
+ }
}
},
"@humanwhocodes/config-array": {
@@ -58981,7 +60385,7 @@
"@instructure/canvas-high-contrast-theme": {
"version": "file:packages/canvas-high-contrast-theme",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -58991,7 +60395,7 @@
"@instructure/canvas-theme": {
"version": "file:packages/canvas-theme",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -59023,7 +60427,7 @@
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-module-imports": "^7.22.15",
"@instructure/ui-babel-preset": "8.46.1",
- "@types/babel-plugin-macros": "^3.1.0",
+ "@types/babel-plugin-macros": "^3.1.1",
"babel-plugin-macros": "^3.1.0"
}
},
@@ -59036,8 +60440,8 @@
"@types/inquirer-autocomplete-prompt": "^2.0.0",
"chalk": "^4.1.2",
"cz-customizable": "^6.9.2",
- "inquirer": "^8.2.5",
- "inquirer-autocomplete-prompt": "^2.0.0"
+ "inquirer": "^8.2.6",
+ "inquirer-autocomplete-prompt": "^2.0.1"
},
"dependencies": {
"ansi-escapes": {
@@ -59097,9 +60501,9 @@
}
},
"inquirer-autocomplete-prompt": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-2.0.0.tgz",
- "integrity": "sha512-c2LljLP3ewVJe4AUZzKdA6oWjqhpy5pfsisHAjh7mP3WUQ/O02x5OLMMqcLOYuRHx6i2hlVSIhUv0xYGyFxFYA==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/inquirer-autocomplete-prompt/-/inquirer-autocomplete-prompt-2.0.1.tgz",
+ "integrity": "sha512-jUHrH0btO7j5r8DTQgANf2CBkTZChoVySD8zF/wp5fZCOLIuUbleXhf4ZY5jNBOc1owA3gdfWtfZuppfYBhcUg==",
"requires": {
"ansi-escapes": "^4.3.2",
"figures": "^3.2.0",
@@ -59163,14 +60567,14 @@
"@instructure/debounce": {
"version": "file:packages/debounce",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1"
}
},
"@instructure/emotion": {
"version": "file:packages/emotion",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@emotion/react": "^11.11.1",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59189,7 +60593,7 @@
"@instructure/instructure-theme": {
"version": "file:packages/instructure-theme",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -59211,14 +60615,24 @@
"@instructure/ui-stylelint-config": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
"@lerna/project": "^6.4.1",
- "depcheck": "^1.4.5",
- "fs-extra": "^10.1.0",
+ "depcheck": "^1.4.6",
+ "fs-extra": "^11.1.1",
"lodash.template": "^4.5.0",
"semver": "^7.5.4",
"yargs": "^17.7.2",
"yargs-interactive": "^3.0.1"
},
"dependencies": {
+ "fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
+ },
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -59247,10 +60661,20 @@
"requires": {
"@instructure/command-utils": "8.46.1",
"@instructure/pkg-utils": "8.46.1",
- "fs-extra": "^10.1.0",
+ "fs-extra": "^11.1.1",
"semver": "^7.5.4"
},
"dependencies": {
+ "fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
+ },
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -59306,7 +60730,7 @@
"@instructure/template-component": {
"version": "file:packages/template-component",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -59322,7 +60746,7 @@
"@instructure/template-package": {
"version": "file:packages/template-package",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1"
@@ -59331,7 +60755,7 @@
"@instructure/theme-registry": {
"version": "file:packages/theme-registry",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -59342,7 +60766,7 @@
"@instructure/ui": {
"version": "file:packages/ui",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
"@instructure/ui-alerts": "8.46.1",
@@ -59418,13 +60842,13 @@
"@instructure/ui-truncate-list": "8.46.1",
"@instructure/ui-truncate-text": "8.46.1",
"@instructure/ui-view": "8.46.1",
- "jest": "^29.6.4"
+ "jest": "^29.7.0"
}
},
"@instructure/ui-a11y-content": {
"version": "file:packages/ui-a11y-content",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59442,7 +60866,7 @@
"@instructure/ui-a11y-utils": {
"version": "file:packages/ui-a11y-utils",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -59459,7 +60883,7 @@
"@instructure/ui-alerts": {
"version": "file:packages/ui-alerts",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59482,7 +60906,7 @@
"@instructure/ui-avatar": {
"version": "file:packages/ui-avatar",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59496,7 +60920,7 @@
"@instructure/ui-testable": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-view": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -59504,29 +60928,29 @@
"@instructure/ui-axe-check": {
"version": "file:packages/ui-axe-check",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
- "axe-core": "^4.7.2"
+ "axe-core": "^4.8.2"
}
},
"@instructure/ui-babel-preset": {
"version": "file:packages/ui-babel-preset",
"requires": {
- "@babel/core": "^7.22.15",
+ "@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
- "@babel/plugin-proposal-decorators": "^7.22.15",
- "@babel/plugin-proposal-export-default-from": "^7.22.5",
+ "@babel/plugin-proposal-decorators": "^7.23.2",
+ "@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.22.15",
- "@babel/plugin-transform-destructuring": "^7.22.15",
+ "@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/plugin-transform-react-display-name": "^7.22.5",
- "@babel/plugin-transform-runtime": "^7.22.15",
- "@babel/preset-env": "^7.22.15",
+ "@babel/plugin-transform-runtime": "^7.23.2",
+ "@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
- "@babel/preset-typescript": "^7.22.15",
- "@babel/runtime": "^7.22.15",
+ "@babel/preset-typescript": "^7.23.2",
+ "@babel/runtime": "^7.23.2",
"@instructure/babel-plugin-transform-imports": "8.46.1",
"@instructure/browserslist-config-instui": "8.46.1",
"babel-loader": "^9.1.3",
@@ -59536,20 +60960,13 @@
"babel-plugin-transform-ensure-ignore": "^0.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-undefined-to-void": "^6.9.4",
- "core-js": "3.32.1"
- },
- "dependencies": {
- "core-js": {
- "version": "3.32.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.1.tgz",
- "integrity": "sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ=="
- }
+ "core-js": "3.33.0"
}
},
"@instructure/ui-badge": {
"version": "file:packages/ui-badge",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59563,7 +60980,7 @@
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-utils": "8.46.1",
"@instructure/ui-view": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -59571,7 +60988,7 @@
"@instructure/ui-billboard": {
"version": "file:packages/ui-billboard",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-axe-check": "8.46.1",
@@ -59584,16 +61001,16 @@
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-view": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3",
+ "@testing-library/user-event": "^14.5.1",
"prop-types": "^15.8.1"
}
},
"@instructure/ui-breadcrumb": {
"version": "file:packages/ui-breadcrumb",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-axe-check": "8.46.1",
@@ -59608,7 +61025,7 @@
"@instructure/ui-truncate-text": "8.46.1",
"@instructure/ui-utils": "8.46.1",
"@instructure/ui-view": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -59616,7 +61033,7 @@
"@instructure/ui-buttons": {
"version": "file:packages/ui-buttons",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59643,7 +61060,7 @@
"@instructure/ui-byline": {
"version": "file:packages/ui-byline",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-axe-check": "8.46.1",
@@ -59654,7 +61071,7 @@
"@instructure/ui-testable": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-view": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -59662,7 +61079,7 @@
"@instructure/ui-calendar": {
"version": "file:packages/ui-calendar",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59685,7 +61102,7 @@
"@instructure/ui-checkbox": {
"version": "file:packages/ui-checkbox",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59704,9 +61121,9 @@
"@instructure/ui-utils": "8.46.1",
"@instructure/ui-view": "8.46.1",
"@instructure/uid": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3",
+ "@testing-library/user-event": "^14.5.1",
"keycode": "^2.2.1",
"prop-types": "^15.8.1"
}
@@ -59714,7 +61131,7 @@
"@instructure/ui-code-editor": {
"version": "file:packages/ui-code-editor",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -59736,10 +61153,10 @@
"version": "file:packages/ui-codemods",
"requires": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/jscodeshift": "^0.11.6",
+ "@types/jscodeshift": "^0.11.7",
"@types/prettier": "^2.7.3",
"babel-core": "^7.0.0-bridge.0",
- "jest": "^29.6.4",
+ "jest": "^29.7.0",
"jscodeshift": "^0.15.0",
"prettier": "^2.8.8"
}
@@ -59747,7 +61164,7 @@
"@instructure/ui-color-picker": {
"version": "file:packages/ui-color-picker",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59778,17 +61195,17 @@
"@instructure/ui-color-utils": {
"version": "file:packages/ui-color-utils",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "@types/tinycolor2": "^1.4.3",
+ "@types/tinycolor2": "^1.4.4",
"tinycolor2": "^1.6.0"
}
},
"@instructure/ui-date-input": {
"version": "file:packages/ui-date-input",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-calendar": "8.46.1",
@@ -59810,7 +61227,7 @@
"@instructure/ui-date-time-input": {
"version": "file:packages/ui-date-time-input",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -59834,14 +61251,14 @@
"@instructure/ui-decorator": {
"version": "file:packages/ui-decorator",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1"
}
},
"@instructure/ui-dialog": {
"version": "file:packages/ui-dialog",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-utils": "8.46.1",
@@ -59857,7 +61274,7 @@
"@instructure/ui-dom-utils": {
"version": "file:packages/ui-dom-utils",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -59867,7 +61284,7 @@
"@instructure/ui-drawer-layout": {
"version": "file:packages/ui-drawer-layout",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -59894,7 +61311,7 @@
"@instructure/ui-drilldown": {
"version": "file:packages/ui-drilldown",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59920,7 +61337,7 @@
"@instructure/ui-editable": {
"version": "file:packages/ui-editable",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -59942,21 +61359,21 @@
"@instructure/browserslist-config-instui": "8.46.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-compat": "^4.1.4",
- "eslint-plugin-import": "^2.27.5",
+ "eslint-config-prettier": "^8.10.0",
+ "eslint-plugin-compat": "^4.2.0",
+ "eslint-plugin-import": "^2.28.1",
"eslint-plugin-instructure-ui": "8.46.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
- "eslint-plugin-mocha": "^10.1.0",
+ "eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-notice": "^0.9.10",
- "eslint-plugin-react": "^7.32.2"
+ "eslint-plugin-react": "^7.33.2"
}
},
"@instructure/ui-expandable": {
"version": "file:packages/ui-expandable",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-color-utils": "8.46.1",
@@ -59972,7 +61389,7 @@
"@instructure/ui-file-drop": {
"version": "file:packages/ui-file-drop",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -59994,7 +61411,7 @@
"@instructure/ui-flex": {
"version": "file:packages/ui-flex",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60009,7 +61426,7 @@
"@instructure/ui-focusable": {
"version": "file:packages/ui-focusable",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -60023,7 +61440,7 @@
"@instructure/ui-form-field": {
"version": "file:packages/ui-form-field",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60043,7 +61460,7 @@
"@instructure/ui-grid": {
"version": "file:packages/ui-grid",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60062,7 +61479,7 @@
"@instructure/ui-heading": {
"version": "file:packages/ui-heading",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60080,7 +61497,7 @@
"@instructure/ui-i18n": {
"version": "file:packages/ui-i18n",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-decorator": "8.46.1",
@@ -60089,7 +61506,7 @@
"@instructure/ui-react-utils": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-utils": "8.46.1",
- "@types/hoist-non-react-statics": "^3.3.1",
+ "@types/hoist-non-react-statics": "^3.3.3",
"hoist-non-react-statics": "^3.3.2",
"moment-timezone": "^0.5.43",
"prop-types": "^15.8.1"
@@ -60098,7 +61515,7 @@
"@instructure/ui-icons": {
"version": "file:packages/ui-icons",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-icons-build": "8.46.1",
"@instructure/ui-svg-images": "8.46.1",
@@ -60143,7 +61560,7 @@
"@instructure/ui-img": {
"version": "file:packages/ui-img",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60181,7 +61598,7 @@
"@instructure/ui-link": {
"version": "file:packages/ui-link",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60204,7 +61621,7 @@
"@instructure/ui-list": {
"version": "file:packages/ui-list",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60223,7 +61640,7 @@
"@instructure/ui-menu": {
"version": "file:packages/ui-menu",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60249,7 +61666,7 @@
"@instructure/ui-metric": {
"version": "file:packages/ui-metric",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60267,7 +61684,7 @@
"@instructure/ui-modal": {
"version": "file:packages/ui-modal",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60294,7 +61711,7 @@
"@instructure/ui-motion": {
"version": "file:packages/ui-motion",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -60311,7 +61728,7 @@
"@instructure/ui-navigation": {
"version": "file:packages/ui-navigation",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -60341,7 +61758,7 @@
"@instructure/ui-number-input": {
"version": "file:packages/ui-number-input",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-axe-check": "8.46.1",
@@ -60364,7 +61781,7 @@
"@instructure/ui-options": {
"version": "file:packages/ui-options",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -60383,7 +61800,7 @@
"@instructure/ui-overlays": {
"version": "file:packages/ui-overlays",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60416,7 +61833,7 @@
"@instructure/ui-pages": {
"version": "file:packages/ui-pages",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60435,7 +61852,7 @@
"@instructure/ui-pagination": {
"version": "file:packages/ui-pagination",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -60463,7 +61880,7 @@
"@instructure/ui-pill": {
"version": "file:packages/ui-pill",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60485,7 +61902,7 @@
"@instructure/ui-popover": {
"version": "file:packages/ui-popover",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-utils": "8.46.1",
@@ -60511,7 +61928,7 @@
"@instructure/ui-portal": {
"version": "file:packages/ui-portal",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -60525,7 +61942,7 @@
"@instructure/ui-position": {
"version": "file:packages/ui-position",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60547,7 +61964,7 @@
"@instructure/ui-progress": {
"version": "file:packages/ui-progress",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60566,7 +61983,7 @@
"@instructure/ui-prop-types": {
"version": "file:packages/ui-prop-types",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"prop-types": "^15.8.1"
@@ -60575,7 +61992,7 @@
"@instructure/ui-radio-input": {
"version": "file:packages/ui-radio-input",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -60594,7 +62011,7 @@
"@instructure/ui-range-input": {
"version": "file:packages/ui-range-input",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60618,7 +62035,7 @@
"@instructure/ui-rating": {
"version": "file:packages/ui-rating",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60639,7 +62056,7 @@
"@instructure/ui-react-utils": {
"version": "file:packages/ui-react-utils",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@emotion/is-prop-valid": "^1.2.1",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60655,7 +62072,7 @@
"@instructure/ui-responsive": {
"version": "file:packages/ui-responsive",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60672,23 +62089,23 @@
"@instructure/ui-scripts": {
"version": "file:packages/ui-scripts",
"requires": {
- "@babel/cli": "^7.22.15",
+ "@babel/cli": "^7.23.0",
"@instructure/command-utils": "8.46.1",
"@instructure/pkg-utils": "8.46.1",
"@lerna/project": "^6.4.1",
- "@storybook/react": "^6.5.16",
+ "@storybook/react": "^7.4.6",
"dotenv": "^16.3.1",
"find-up": "^6.3.0",
- "fs-extra": "^10.1.0",
+ "fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"jscodeshift": "^0.15.0",
"karma-cli": "^2.0.0",
- "lerna": "^7.1.3",
+ "lerna": "^7.3.1",
"lodash.isplainobject": "^4.0.6",
"mocha": "^10.2.0",
- "prettier": "^2.8.8",
+ "prettier": "^3.0.3",
"semver": "^7.5.4",
- "style-dictionary": "2.10.3",
+ "style-dictionary": "3.8.0",
"stylelint": "^15.10.3",
"svg-to-jsx": "^1.0.4",
"svgo": "^3.0.2",
@@ -60697,6 +62114,279 @@
"yargs": "^17.7.2"
},
"dependencies": {
+ "@esbuild/android-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
+ "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
+ "optional": true
+ },
+ "@esbuild/android-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
+ "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
+ "optional": true
+ },
+ "@esbuild/android-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
+ "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
+ "optional": true
+ },
+ "@esbuild/darwin-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
+ "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
+ "optional": true
+ },
+ "@esbuild/darwin-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
+ "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
+ "optional": true
+ },
+ "@esbuild/freebsd-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
+ "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
+ "optional": true
+ },
+ "@esbuild/freebsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
+ "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
+ "optional": true
+ },
+ "@esbuild/linux-arm": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
+ "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
+ "optional": true
+ },
+ "@esbuild/linux-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
+ "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
+ "optional": true
+ },
+ "@esbuild/linux-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
+ "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
+ "optional": true
+ },
+ "@esbuild/linux-loong64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
+ "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
+ "optional": true
+ },
+ "@esbuild/linux-mips64el": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
+ "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
+ "optional": true
+ },
+ "@esbuild/linux-ppc64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
+ "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
+ "optional": true
+ },
+ "@esbuild/linux-riscv64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
+ "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
+ "optional": true
+ },
+ "@esbuild/linux-s390x": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
+ "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
+ "optional": true
+ },
+ "@esbuild/linux-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
+ "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
+ "optional": true
+ },
+ "@esbuild/netbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
+ "optional": true
+ },
+ "@esbuild/openbsd-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
+ "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
+ "optional": true
+ },
+ "@esbuild/sunos-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
+ "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
+ "optional": true
+ },
+ "@esbuild/win32-arm64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
+ "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
+ "optional": true
+ },
+ "@esbuild/win32-ia32": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
+ "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
+ "optional": true
+ },
+ "@esbuild/win32-x64": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
+ "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
+ "optional": true
+ },
+ "@storybook/client-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.4.6.tgz",
+ "integrity": "sha512-XDw31ZziU//86PKuMRnmc+L/G0VopaGKENQOGEpvAXCU9IZASwGKlKAtcyosjrpi+ZiUXlMgUXCpXM7x3b1Ehw==",
+ "optional": true,
+ "requires": {
+ "@storybook/global": "^5.0.0"
+ }
+ },
+ "@storybook/core-client": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-7.4.6.tgz",
+ "integrity": "sha512-tfgxAHeCvMcs6DsVgtb4hQSDaCHeAPJOsoyhb47eDQfk4OmxzriM0qWucJV5DePSMi+KutX/rN2u0JxfOuN68g==",
+ "optional": true,
+ "requires": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/preview-api": "7.4.6"
+ }
+ },
+ "@storybook/core-common": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-7.4.6.tgz",
+ "integrity": "sha512-05MJFmOM86qvTLtgDskokIFz9txe0Lbhq4L3by1FtF0GwgH+p+W6I94KI7c6ANER+kVZkXQZhiRzwBFnVTW+Cg==",
+ "optional": true,
+ "requires": {
+ "@storybook/core-events": "7.4.6",
+ "@storybook/node-logger": "7.4.6",
+ "@storybook/types": "7.4.6",
+ "@types/find-cache-dir": "^3.2.1",
+ "@types/node": "^16.0.0",
+ "@types/node-fetch": "^2.6.4",
+ "@types/pretty-hrtime": "^1.0.0",
+ "chalk": "^4.1.0",
+ "esbuild": "^0.18.0",
+ "esbuild-register": "^3.4.0",
+ "file-system-cache": "2.3.0",
+ "find-cache-dir": "^3.0.0",
+ "find-up": "^5.0.0",
+ "fs-extra": "^11.1.0",
+ "glob": "^10.0.0",
+ "handlebars": "^4.7.7",
+ "lazy-universal-dotenv": "^4.0.0",
+ "node-fetch": "^2.0.0",
+ "picomatch": "^2.3.0",
+ "pkg-dir": "^5.0.0",
+ "pretty-hrtime": "^1.0.3",
+ "resolve-from": "^5.0.0",
+ "ts-dedent": "^2.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "optional": true,
+ "requires": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@storybook/core-events": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.4.6.tgz",
+ "integrity": "sha512-r5vrE+32lwrJh1NGFr1a0mWjvxo7q8FXYShylcwRWpacmL5NTtLkrXOoJSeGvJ4yKNYkvxQFtOPId4lzDxa32w==",
+ "optional": true,
+ "requires": {
+ "ts-dedent": "^2.0.0"
+ }
+ },
+ "@storybook/docs-tools": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-7.4.6.tgz",
+ "integrity": "sha512-nZj1L/8WwKWWJ41FW4MaKGajZUtrhnr9UwflRCkQJaWhAKmDfOb5M5TqI93uCOULpFPOm5wpoMBz2IHInQ2Lrg==",
+ "optional": true,
+ "requires": {
+ "@storybook/core-common": "7.4.6",
+ "@storybook/preview-api": "7.4.6",
+ "@storybook/types": "7.4.6",
+ "@types/doctrine": "^0.0.3",
+ "doctrine": "^3.0.0",
+ "lodash": "^4.17.21"
+ }
+ },
+ "@storybook/node-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-7.4.6.tgz",
+ "integrity": "sha512-djZb310Q27GviDug1XBv0jOEDLCiwr4hhDE0aifCEKZpfNCi/EaP31nbWimFzZwxu4hE/YAPWExzScruR1zw9Q==",
+ "optional": true
+ },
+ "@storybook/react": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/react/-/react-7.4.6.tgz",
+ "integrity": "sha512-w0dVo64baFFPTGpUOWFqkKsu6pQincoymegSNgqaBd5DxEyMDRiRoTWSJHMKE9BwgE8SyWhRkP1ak1mkccSOhQ==",
+ "optional": true,
+ "requires": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-client": "7.4.6",
+ "@storybook/docs-tools": "7.4.6",
+ "@storybook/global": "^5.0.0",
+ "@storybook/preview-api": "7.4.6",
+ "@storybook/react-dom-shim": "7.4.6",
+ "@storybook/types": "7.4.6",
+ "@types/escodegen": "^0.0.6",
+ "@types/estree": "^0.0.51",
+ "@types/node": "^16.0.0",
+ "acorn": "^7.4.1",
+ "acorn-jsx": "^5.3.1",
+ "acorn-walk": "^7.2.0",
+ "escodegen": "^2.1.0",
+ "html-tags": "^3.1.0",
+ "lodash": "^4.17.21",
+ "prop-types": "^15.7.2",
+ "react-element-to-jsx-string": "^15.0.0",
+ "ts-dedent": "^2.0.0",
+ "type-fest": "~2.19",
+ "util-deprecate": "^1.0.2"
+ }
+ },
+ "@types/doctrine": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.3.tgz",
+ "integrity": "sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==",
+ "optional": true
+ },
+ "@types/node": {
+ "version": "16.18.58",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.58.tgz",
+ "integrity": "sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA==",
+ "optional": true
+ },
+ "brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "optional": true,
+ "requires": {
+ "balanced-match": "^1.0.0"
+ }
+ },
"commander": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
@@ -60766,12 +62456,170 @@
"domhandler": "^5.0.3"
}
},
+ "dotenv-expand": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz",
+ "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==",
+ "optional": true
+ },
"entities": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
"dev": true
},
+ "esbuild": {
+ "version": "0.18.20",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
+ "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
+ "optional": true,
+ "requires": {
+ "@esbuild/android-arm": "0.18.20",
+ "@esbuild/android-arm64": "0.18.20",
+ "@esbuild/android-x64": "0.18.20",
+ "@esbuild/darwin-arm64": "0.18.20",
+ "@esbuild/darwin-x64": "0.18.20",
+ "@esbuild/freebsd-arm64": "0.18.20",
+ "@esbuild/freebsd-x64": "0.18.20",
+ "@esbuild/linux-arm": "0.18.20",
+ "@esbuild/linux-arm64": "0.18.20",
+ "@esbuild/linux-ia32": "0.18.20",
+ "@esbuild/linux-loong64": "0.18.20",
+ "@esbuild/linux-mips64el": "0.18.20",
+ "@esbuild/linux-ppc64": "0.18.20",
+ "@esbuild/linux-riscv64": "0.18.20",
+ "@esbuild/linux-s390x": "0.18.20",
+ "@esbuild/linux-x64": "0.18.20",
+ "@esbuild/netbsd-x64": "0.18.20",
+ "@esbuild/openbsd-x64": "0.18.20",
+ "@esbuild/sunos-x64": "0.18.20",
+ "@esbuild/win32-arm64": "0.18.20",
+ "@esbuild/win32-ia32": "0.18.20",
+ "@esbuild/win32-x64": "0.18.20"
+ }
+ },
+ "file-system-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/file-system-cache/-/file-system-cache-2.3.0.tgz",
+ "integrity": "sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==",
+ "optional": true,
+ "requires": {
+ "fs-extra": "11.1.1",
+ "ramda": "0.29.0"
+ }
+ },
+ "find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "optional": true,
+ "requires": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "optional": true,
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "optional": true,
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "optional": true,
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "optional": true,
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ },
+ "pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "optional": true,
+ "requires": {
+ "find-up": "^4.0.0"
+ }
+ }
+ }
+ },
+ "foreground-child": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
+ "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
+ "optional": true,
+ "requires": {
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^4.0.1"
+ }
+ },
+ "fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
+ },
+ "glob": {
+ "version": "10.3.10",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
+ "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
+ "optional": true,
+ "requires": {
+ "foreground-child": "^3.1.0",
+ "jackspeak": "^2.3.5",
+ "minimatch": "^9.0.1",
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
+ "path-scurry": "^1.10.1"
+ }
+ },
+ "lazy-universal-dotenv": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/lazy-universal-dotenv/-/lazy-universal-dotenv-4.0.0.tgz",
+ "integrity": "sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==",
+ "optional": true,
+ "requires": {
+ "app-root-dir": "^1.0.2",
+ "dotenv": "^16.0.0",
+ "dotenv-expand": "^10.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "optional": true,
+ "requires": {
+ "p-locate": "^5.0.0"
+ }
+ },
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -60780,18 +62628,79 @@
"yallist": "^4.0.0"
}
},
+ "make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "optional": true,
+ "requires": {
+ "semver": "^6.0.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "optional": true
+ }
+ }
+ },
"mdn-data": {
"version": "2.0.28",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
"integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
"dev": true
},
+ "minimatch": {
+ "version": "9.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
+ "optional": true,
+ "requires": {
+ "brace-expansion": "^2.0.1"
+ }
+ },
+ "p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "optional": true,
+ "requires": {
+ "yocto-queue": "^0.1.0"
+ }
+ },
+ "p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "optional": true,
+ "requires": {
+ "p-limit": "^3.0.2"
+ }
+ },
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "optional": true
+ },
"picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
"dev": true
},
+ "prettier": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
+ "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg=="
+ },
+ "ramda": {
+ "version": "0.29.0",
+ "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz",
+ "integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==",
+ "optional": true
+ },
"semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@@ -60800,6 +62709,12 @@
"lru-cache": "^6.0.0"
}
},
+ "signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "optional": true
+ },
"svgo": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz",
@@ -60814,6 +62729,12 @@
"picocolors": "^1.0.0"
}
},
+ "type-fest": {
+ "version": "2.19.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
+ "optional": true
+ },
"yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
@@ -60824,7 +62745,7 @@
"@instructure/ui-select": {
"version": "file:packages/ui-select",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -60846,7 +62767,7 @@
"@instructure/ui-utils": "8.46.1",
"@instructure/ui-view": "8.46.1",
"@instructure/uid": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -60854,7 +62775,7 @@
"@instructure/ui-selectable": {
"version": "file:packages/ui-selectable",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -60870,7 +62791,7 @@
"@instructure/ui-side-nav-bar": {
"version": "file:packages/ui-side-nav-bar",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -60900,7 +62821,7 @@
"@instructure/ui-simple-select": {
"version": "file:packages/ui-simple-select",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -60915,7 +62836,7 @@
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-testable": "8.46.1",
"@instructure/ui-utils": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -60923,20 +62844,20 @@
"@instructure/ui-source-code-editor": {
"version": "file:packages/ui-source-code-editor",
"requires": {
- "@babel/runtime": "^7.22.15",
- "@codemirror/autocomplete": "^6.8.0",
- "@codemirror/commands": "^6.2.4",
- "@codemirror/lang-css": "^6.0.1",
- "@codemirror/lang-html": "^6.3.1",
- "@codemirror/lang-javascript": "^6.1.1",
+ "@babel/runtime": "^7.23.2",
+ "@codemirror/autocomplete": "^6.10.2",
+ "@codemirror/commands": "^6.3.0",
+ "@codemirror/lang-css": "^6.2.1",
+ "@codemirror/lang-html": "^6.4.6",
+ "@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
- "@codemirror/lang-markdown": "^6.0.5",
- "@codemirror/language": "^6.3.1",
- "@codemirror/legacy-modes": "^6.3.1",
- "@codemirror/lint": "^6.1.0",
- "@codemirror/search": "^6.2.3",
- "@codemirror/state": "^6.1.4",
- "@codemirror/view": "^6.6.0",
+ "@codemirror/lang-markdown": "^6.2.2",
+ "@codemirror/language": "^6.9.1",
+ "@codemirror/legacy-modes": "^6.3.3",
+ "@codemirror/lint": "^6.4.2",
+ "@codemirror/search": "^6.5.4",
+ "@codemirror/state": "^6.3.0",
+ "@codemirror/view": "^6.21.3",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -60951,8 +62872,8 @@
"@instructure/ui-testable": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-utils": "8.46.1",
- "@lezer/highlight": "1.1.3",
- "@testing-library/jest-dom": "^5.17.0",
+ "@lezer/highlight": "1.1.6",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -60960,7 +62881,7 @@
"@instructure/ui-spinner": {
"version": "file:packages/ui-spinner",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -60974,7 +62895,7 @@
"@instructure/ui-utils": "8.46.1",
"@instructure/ui-view": "8.46.1",
"@instructure/uid": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"prop-types": "^15.8.1"
}
@@ -60990,7 +62911,7 @@
"@instructure/ui-svg-images": {
"version": "file:packages/ui-svg-images",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -61007,7 +62928,7 @@
"@instructure/ui-table": {
"version": "file:packages/ui-table",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -61029,7 +62950,7 @@
"@instructure/ui-tabs": {
"version": "file:packages/ui-tabs",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -61056,7 +62977,7 @@
"@instructure/ui-tag": {
"version": "file:packages/ui-tag",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -61076,7 +62997,7 @@
"@instructure/ui-test-locator": {
"version": "file:packages/ui-test-locator",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-queries": "8.46.1"
}
@@ -61088,9 +63009,9 @@
"@instructure/ui-axe-check": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
- "@types/sizzle": "^2.3.3",
+ "@types/sizzle": "^2.3.4",
"keycode": "^2.2.1",
- "pretty-format": "^29.6.3",
+ "pretty-format": "^29.7.0",
"sizzle": "^2.3.10"
},
"dependencies": {
@@ -61119,10 +63040,10 @@
"@instructure/ui-test-sandbox": {
"version": "file:packages/ui-test-sandbox",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
- "@types/mocha": "^10.0.1",
- "@types/sinon": "^10.0.16",
+ "@types/mocha": "^10.0.2",
+ "@types/sinon": "^10.0.19",
"prop-types": "^15.8.1",
"sinon": "^15.2.0"
}
@@ -61135,12 +63056,12 @@
"@instructure/ui-test-queries": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
"@sheerun/mutationobserver-shim": "^0.3.3",
- "@types/chai": "^4.3.6",
+ "@types/chai": "^4.3.8",
"@types/chai-as-promised": "^7.1.6",
"@types/chai-string": "^1.4.3",
"@types/dirty-chai": "^2.0.2",
- "@types/sinon-chai": "^3.2.9",
- "chai": "^4.3.8",
+ "@types/sinon-chai": "^3.2.10",
+ "chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-exclude": "^2.1.0",
"chai-string": "^1.5.0",
@@ -61159,7 +63080,7 @@
"@instructure/ui-testable": {
"version": "file:packages/ui-testable",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-decorator": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -61170,7 +63091,7 @@
"@instructure/ui-text": {
"version": "file:packages/ui-text",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -61185,7 +63106,7 @@
"@instructure/ui-text-area": {
"version": "file:packages/ui-text-area",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -61207,7 +63128,7 @@
"@instructure/ui-text-input": {
"version": "file:packages/ui-text-input",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -61228,7 +63149,7 @@
"@instructure/ui-theme-tokens": {
"version": "file:packages/ui-theme-tokens",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-color-utils": "8.46.1",
@@ -61250,7 +63171,7 @@
"@instructure/ui-time-select": {
"version": "file:packages/ui-time-select",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
@@ -61270,7 +63191,7 @@
"@instructure/ui-toggle-details": {
"version": "file:packages/ui-toggle-details",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -61297,7 +63218,7 @@
"@instructure/ui-tooltip": {
"version": "file:packages/ui-tooltip",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -61318,7 +63239,7 @@
"@instructure/ui-top-nav-bar": {
"version": "file:packages/ui-top-nav-bar",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -61351,7 +63272,7 @@
"@instructure/ui-tray": {
"version": "file:packages/ui-tray",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -61374,7 +63295,7 @@
"@instructure/ui-tree-browser": {
"version": "file:packages/ui-tree-browser",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -61395,7 +63316,7 @@
"@instructure/ui-truncate-list": {
"version": "file:packages/ui-truncate-list",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -61416,7 +63337,7 @@
"@instructure/ui-truncate-text": {
"version": "file:packages/ui-truncate-text",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
@@ -61438,7 +63359,7 @@
"@instructure/ui-utils": {
"version": "file:packages/ui-utils",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
@@ -61462,7 +63383,7 @@
"@instructure/ui-view": {
"version": "file:packages/ui-view",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -61490,7 +63411,7 @@
"stylelint": "^15.10.3",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^4.0.2",
- "webpack": "^5.88.2"
+ "webpack": "^5.89.0"
},
"dependencies": {
"css-loader": {
@@ -61631,7 +63552,7 @@
"@instructure/uid": {
"version": "file:packages/uid",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1"
}
@@ -62215,9 +64136,9 @@
"integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A=="
},
"@lerna/child-process": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.2.0.tgz",
- "integrity": "sha512-8cRsYYX8rGZTXL1KcLBv0RHD9PMvphWZay8yg4qf2giX6x86dQyTetSU4SplG2LBGVClilmNHJa/CQwvPQNUFA==",
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.3.1.tgz",
+ "integrity": "sha512-9neRI51jOhyIGT3/xKUQZftzg78ZY5Ya8iBCmVQYWwo8rLiMqUqcgwIwFHFFYyY41Sb4/HXatQ0iiuTTB/vr8A==",
"requires": {
"chalk": "^4.1.0",
"execa": "^5.0.0",
@@ -62225,11 +64146,11 @@
}
},
"@lerna/create": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.2.0.tgz",
- "integrity": "sha512-bBypNfwqOQNcfR2nXJ3mWUeIAIoSFpXg8MjuFSf87PzIiyeTEKa3Z57vAa3bDbHQtcB7x6f0rWysK1eQZSH15Q==",
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.3.1.tgz",
+ "integrity": "sha512-+gHt9rzWYaC0pxE/xMC8hQaLXJKW24rWlWJ7Vq6gETsl6D5v3rSy2VIlvoDE9WsvROnMSoXw2PZY371X79hNBw==",
"requires": {
- "@lerna/child-process": "7.2.0",
+ "@lerna/child-process": "7.3.1",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
@@ -62260,7 +64181,7 @@
"libnpmpublish": "7.3.0",
"load-json-file": "6.2.0",
"lodash": "^4.17.21",
- "make-dir": "3.1.0",
+ "make-dir": "4.0.0",
"minimatch": "3.0.5",
"multimatch": "5.0.0",
"node-fetch": "2.6.7",
@@ -62336,9 +64257,9 @@
}
},
"@octokit/openapi-types": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
- "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
+ "version": "18.1.1",
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz",
+ "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw=="
},
"@octokit/plugin-paginate-rest": {
"version": "6.1.2",
@@ -62610,18 +64531,11 @@
}
},
"make-dir": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"requires": {
- "semver": "^6.0.0"
- },
- "dependencies": {
- "semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
- }
+ "semver": "^7.5.3"
}
},
"minimatch": {
@@ -62743,9 +64657,9 @@
},
"dependencies": {
"minipass": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg=="
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ=="
}
}
}
@@ -62910,9 +64824,9 @@
}
},
"@lezer/common": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.0.4.tgz",
- "integrity": "sha512-lZHlk8p67x4aIDtJl6UQrXSOP6oi7dQR3W/geFVrENdA1JDaAJWldnVqVjPMJupbTKbzDfFcePfKttqVidS/dg=="
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.1.0.tgz",
+ "integrity": "sha512-XPIN3cYDXsoJI/oDWoR2tD++juVrhgIago9xyKhZ7IhGlzdDM9QgC8D8saKNCz5pindGcznFr2HBSsEQSWnSjw=="
},
"@lezer/css": {
"version": "1.1.3",
@@ -62924,9 +64838,9 @@
}
},
"@lezer/highlight": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.1.3.tgz",
- "integrity": "sha512-3vLKLPThO4td43lYRBygmMY18JN3CPh9w+XS2j8WC30vR4yZeFG4z1iFe4jXE43NtGqe//zHW5q8ENLlHvz9gw==",
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.1.6.tgz",
+ "integrity": "sha512-cmSJYa2us+r3SePpRCjN5ymCqCPv+zyXmDl0ciWtVaNiORT/MxM7ZgOMQZADD0o51qOaOg24qc/zBViOIwAjJg==",
"requires": {
"@lezer/common": "^1.0.0"
}
@@ -63298,28 +65212,28 @@
}
},
"@nrwl/devkit": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-16.8.1.tgz",
- "integrity": "sha512-Y7yYDh62Hi4q99Q4+ipIQ3K9iLuAld3WcwjLv6vtl6Livu+TU3eqbraBEno7DQL8JuIuwgBT4lX7Bp3w3N9RDg==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-16.10.0.tgz",
+ "integrity": "sha512-fRloARtsDQoQgQ7HKEy0RJiusg/HSygnmg4gX/0n/Z+SUS+4KoZzvHjXc6T5ZdEiSjvLypJ+HBM8dQzIcVACPQ==",
"requires": {
- "@nx/devkit": "16.8.1"
+ "@nx/devkit": "16.10.0"
}
},
"@nrwl/tao": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-16.8.1.tgz",
- "integrity": "sha512-hgGFLyEgONSofxnJsXN9NlUx4J8/YSLUkfZKdR8Qa97+JGZT8FEuk7NLFJOWdYYqROoCzXLHK0d+twFFNPS5BQ==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-16.10.0.tgz",
+ "integrity": "sha512-QNAanpINbr+Pod6e1xNgFbzK1x5wmZl+jMocgiEFXZ67KHvmbD6MAQQr0MMz+GPhIu7EE4QCTLTyCEMlAG+K5Q==",
"requires": {
- "nx": "16.8.1",
+ "nx": "16.10.0",
"tslib": "^2.3.0"
}
},
"@nx/devkit": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-16.8.1.tgz",
- "integrity": "sha512-I+Cg+lXk0wRz6KC9FZbWFuJWQTXAt5O3bNl9ksISmzqmEyuy72Cv+/MBHvF7o54Sq80DNw+RKWB1re5HFOsqCA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-16.10.0.tgz",
+ "integrity": "sha512-IvKQqRJFDDiaj33SPfGd3ckNHhHi6ceEoqCbAP4UuMXOPPVOX6H0KVk+9tknkPb48B7jWIw6/AgOeWkBxPRO5w==",
"requires": {
- "@nrwl/devkit": "16.8.1",
+ "@nrwl/devkit": "16.10.0",
"ejs": "^3.1.7",
"enquirer": "~2.3.6",
"ignore": "^5.0.4",
@@ -63360,63 +65274,63 @@
}
},
"@nx/nx-darwin-arm64": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.8.1.tgz",
- "integrity": "sha512-xOflqyIVcyLPzdJOZcucI+5ClwnTgK8zIvpjbxHokrO9McJJglhfUyP0bbTHpEpWqzA+GaPA/6/Qdu0ATzqQBQ==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.10.0.tgz",
+ "integrity": "sha512-YF+MIpeuwFkyvM5OwgY/rTNRpgVAI/YiR0yTYCZR+X3AAvP775IVlusNgQ3oedTBRUzyRnI4Tknj1WniENFsvQ==",
"optional": true
},
"@nx/nx-darwin-x64": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-16.8.1.tgz",
- "integrity": "sha512-JJGrlOvEpDMWnM6YKaA1WOnzHgiw5vRKEowX9ba+jxhmCvtdjbLSxi228kv92JtQPPQ91zvtsNM+BFY0EbPOlA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-16.10.0.tgz",
+ "integrity": "sha512-ypi6YxwXgb0kg2ixKXE3pwf5myVNUgWf1CsV5OzVccCM8NzheMO51KDXTDmEpXdzUsfT0AkO1sk5GZeCjhVONg==",
"optional": true
},
"@nx/nx-freebsd-x64": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-16.8.1.tgz",
- "integrity": "sha512-aZdJQ7cIQfXOmfk4vRXvVYxuV68xz8YyhNZ0IvBfJ16uZQ+YNl4BpklRLEIdaloSbwz9M1NNewmL+AgklEBxlA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-16.10.0.tgz",
+ "integrity": "sha512-UeEYFDmdbbDkTQamqvtU8ibgu5jQLgFF1ruNb/U4Ywvwutw2d4ruOMl2e0u9hiNja9NFFAnDbvzrDcMo7jYqYw==",
"optional": true
},
"@nx/nx-linux-arm-gnueabihf": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-16.8.1.tgz",
- "integrity": "sha512-JzjrTf7FFgikoVUbRs0hKvwHRR6SyqT4yIdk/YyiCt2mWY9w4m5DWtHM/9kJzhckkH9MY66m+X/zG6+NKsEMvg==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-16.10.0.tgz",
+ "integrity": "sha512-WV3XUC2DB6/+bz1sx+d1Ai9q2Cdr+kTZRN50SOkfmZUQyEBaF6DRYpx/a4ahhxH3ktpNfyY8Maa9OEYxGCBkQA==",
"optional": true
},
"@nx/nx-linux-arm64-gnu": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-16.8.1.tgz",
- "integrity": "sha512-CF0s981myBWusW7iW2+fKPa7ceYYe+NO5EdKe9l27fpHDkcA71KZU3q7U823QpO/7tYvVdBevJp3CCn2/GBURQ==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-16.10.0.tgz",
+ "integrity": "sha512-aWIkOUw995V3ItfpAi5FuxQ+1e9EWLS1cjWM1jmeuo+5WtaKToJn5itgQOkvSlPz+HSLgM3VfXMvOFALNk125g==",
"optional": true
},
"@nx/nx-linux-arm64-musl": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-16.8.1.tgz",
- "integrity": "sha512-X4TobxRt1dALvoeKC3/t1CqZCMUqtEhGG+KQLT/51sG54HdxmTAWRFlvj8PvLH0QSBk4e+uRZAo45qpt3iSnBg==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-16.10.0.tgz",
+ "integrity": "sha512-uO6Gg+irqpVcCKMcEPIQcTFZ+tDI02AZkqkP7koQAjniLEappd8DnUBSQdcn53T086pHpdc264X/ZEpXFfrKWQ==",
"optional": true
},
"@nx/nx-linux-x64-gnu": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.8.1.tgz",
- "integrity": "sha512-lHvv2FD14Lpxh7muMLStH2tC1opQOaepO4nXwb1LaaoIpMym7kBgCK8AQuI98/oNQiMDXMNDKWQZCjxnJGDIPw==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.10.0.tgz",
+ "integrity": "sha512-134PW/u/arNFAQKpqMJniC7irbChMPz+W+qtyKPAUXE0XFKPa7c1GtlI/wK2dvP9qJDZ6bKf0KtA0U/m2HMUOA==",
"optional": true
},
"@nx/nx-linux-x64-musl": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-16.8.1.tgz",
- "integrity": "sha512-c4gQvNgIjggD1A5sYhftQEC1PtAhV3sEnv60X00v9wmjl57Wj4Ty0TgyzpYglLysVRiko/B58S8NYS0jKvMmeA==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-16.10.0.tgz",
+ "integrity": "sha512-q8sINYLdIJxK/iUx9vRk5jWAWb/2O0PAbOJFwv4qkxBv4rLoN7y+otgCZ5v0xfx/zztFgk/oNY4lg5xYjIso2Q==",
"optional": true
},
"@nx/nx-win32-arm64-msvc": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-16.8.1.tgz",
- "integrity": "sha512-GKHPy/MyGFoV9cdKgcWLZZK2vDdxt5bQ53ss0k+BDKRP+YwLKm7tJl23eeM7JdB4GLCBntEQPC+dBqxOA8Ze/w==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-16.10.0.tgz",
+ "integrity": "sha512-moJkL9kcqxUdJSRpG7dET3UeLIciwrfP08mzBQ12ewo8K8FzxU8ZUsTIVVdNrwt01CXOdXoweGfdQLjJ4qTURA==",
"optional": true
},
"@nx/nx-win32-x64-msvc": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-16.8.1.tgz",
- "integrity": "sha512-yHZ5FAcx54rVc31R0yIpniepkHMPwaxG23l8E/ZYbL1iPwE/Wc1HeUzUvxUuSXtguRp7ihcRhaUEPkcSl2EAVw==",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-16.10.0.tgz",
+ "integrity": "sha512-5iV2NKZnzxJwZZ4DM5JVbRG/nkhAbzEskKaLBB82PmYGKzaDHuMHP1lcPoD/rtYMlowZgNA/RQndfKvPBPwmXA==",
"optional": true
},
"@octokit/auth-token": {
@@ -67544,6 +69458,12 @@
"regenerator-runtime": "^0.13.7"
}
},
+ "@storybook/global": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz",
+ "integrity": "sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==",
+ "optional": true
+ },
"@storybook/manager-webpack4": {
"version": "6.5.16",
"resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.16.tgz",
@@ -68917,6 +70837,86 @@
}
}
},
+ "@storybook/preview-api": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-7.4.6.tgz",
+ "integrity": "sha512-byUS/Opt3ytWD4cWz3sNEKw5Yks8MkQgRN+GDSyIomaEAQkLAM0rchPC0MYjwCeUSecV7IIQweNX5RbV4a34BA==",
+ "optional": true,
+ "requires": {
+ "@storybook/channels": "7.4.6",
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-events": "7.4.6",
+ "@storybook/csf": "^0.1.0",
+ "@storybook/global": "^5.0.0",
+ "@storybook/types": "7.4.6",
+ "@types/qs": "^6.9.5",
+ "dequal": "^2.0.2",
+ "lodash": "^4.17.21",
+ "memoizerific": "^1.11.3",
+ "qs": "^6.10.0",
+ "synchronous-promise": "^2.0.15",
+ "ts-dedent": "^2.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "dependencies": {
+ "@storybook/channels": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.4.6.tgz",
+ "integrity": "sha512-yPv/sfo2c18fM3fvG0i1xse63vG8l33Al/OU0k/dtovltPu001/HVa1QgBgsb/QrEfZtvGjGhmtdVeYb39fv3A==",
+ "optional": true,
+ "requires": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-events": "7.4.6",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ }
+ },
+ "@storybook/client-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.4.6.tgz",
+ "integrity": "sha512-XDw31ZziU//86PKuMRnmc+L/G0VopaGKENQOGEpvAXCU9IZASwGKlKAtcyosjrpi+ZiUXlMgUXCpXM7x3b1Ehw==",
+ "optional": true,
+ "requires": {
+ "@storybook/global": "^5.0.0"
+ }
+ },
+ "@storybook/core-events": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.4.6.tgz",
+ "integrity": "sha512-r5vrE+32lwrJh1NGFr1a0mWjvxo7q8FXYShylcwRWpacmL5NTtLkrXOoJSeGvJ4yKNYkvxQFtOPId4lzDxa32w==",
+ "optional": true,
+ "requires": {
+ "ts-dedent": "^2.0.0"
+ }
+ },
+ "@storybook/csf": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.1.tgz",
+ "integrity": "sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==",
+ "optional": true,
+ "requires": {
+ "type-fest": "^2.19.0"
+ }
+ },
+ "telejson": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/telejson/-/telejson-7.2.0.tgz",
+ "integrity": "sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==",
+ "optional": true,
+ "requires": {
+ "memoizerific": "^1.11.3"
+ }
+ },
+ "type-fest": {
+ "version": "2.19.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
+ "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
+ "optional": true
+ }
+ }
+ },
"@storybook/preview-web": {
"version": "6.5.16",
"resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.16.tgz",
@@ -69087,6 +71087,13 @@
}
}
},
+ "@storybook/react-dom-shim": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-7.4.6.tgz",
+ "integrity": "sha512-DSq8l9FDocUF1ooVI+TF83pddj1LynE/Hv0/y8XZhc3IgJ/HkuOQuUmfz29ezgfAi9gFYUR8raTIBi3/xdoRmw==",
+ "optional": true,
+ "requires": {}
+ },
"@storybook/router": {
"version": "6.5.16",
"resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.16.tgz",
@@ -69212,6 +71219,88 @@
"regenerator-runtime": "^0.13.7"
}
},
+ "@storybook/types": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.4.6.tgz",
+ "integrity": "sha512-6QLXtMVsFZFpzPkdGWsu/iuc8na9dnS67AMOBKm5qCLPwtUJOYkwhMdFRSSeJthLRpzV7JLAL8Kwvl7MFP3QSw==",
+ "optional": true,
+ "requires": {
+ "@storybook/channels": "7.4.6",
+ "@types/babel__core": "^7.0.0",
+ "@types/express": "^4.7.0",
+ "file-system-cache": "2.3.0"
+ },
+ "dependencies": {
+ "@storybook/channels": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.4.6.tgz",
+ "integrity": "sha512-yPv/sfo2c18fM3fvG0i1xse63vG8l33Al/OU0k/dtovltPu001/HVa1QgBgsb/QrEfZtvGjGhmtdVeYb39fv3A==",
+ "optional": true,
+ "requires": {
+ "@storybook/client-logger": "7.4.6",
+ "@storybook/core-events": "7.4.6",
+ "@storybook/global": "^5.0.0",
+ "qs": "^6.10.0",
+ "telejson": "^7.2.0",
+ "tiny-invariant": "^1.3.1"
+ }
+ },
+ "@storybook/client-logger": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.4.6.tgz",
+ "integrity": "sha512-XDw31ZziU//86PKuMRnmc+L/G0VopaGKENQOGEpvAXCU9IZASwGKlKAtcyosjrpi+ZiUXlMgUXCpXM7x3b1Ehw==",
+ "optional": true,
+ "requires": {
+ "@storybook/global": "^5.0.0"
+ }
+ },
+ "@storybook/core-events": {
+ "version": "7.4.6",
+ "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.4.6.tgz",
+ "integrity": "sha512-r5vrE+32lwrJh1NGFr1a0mWjvxo7q8FXYShylcwRWpacmL5NTtLkrXOoJSeGvJ4yKNYkvxQFtOPId4lzDxa32w==",
+ "optional": true,
+ "requires": {
+ "ts-dedent": "^2.0.0"
+ }
+ },
+ "file-system-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/file-system-cache/-/file-system-cache-2.3.0.tgz",
+ "integrity": "sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==",
+ "optional": true,
+ "requires": {
+ "fs-extra": "11.1.1",
+ "ramda": "0.29.0"
+ }
+ },
+ "fs-extra": {
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
+ "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
+ "optional": true,
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
+ },
+ "ramda": {
+ "version": "0.29.0",
+ "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz",
+ "integrity": "sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==",
+ "optional": true
+ },
+ "telejson": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/telejson/-/telejson-7.2.0.tgz",
+ "integrity": "sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==",
+ "optional": true,
+ "requires": {
+ "memoizerific": "^1.11.3"
+ }
+ }
+ }
+ },
"@storybook/ui": {
"version": "6.5.16",
"resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.16.tgz",
@@ -69243,9 +71332,9 @@
}
},
"@testing-library/dom": {
- "version": "9.3.1",
- "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.1.tgz",
- "integrity": "sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==",
+ "version": "9.3.3",
+ "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.3.tgz",
+ "integrity": "sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@@ -69259,14 +71348,13 @@
}
},
"@testing-library/jest-dom": {
- "version": "5.17.0",
- "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz",
- "integrity": "sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==",
+ "version": "6.1.4",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz",
+ "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==",
"dev": true,
"requires": {
- "@adobe/css-tools": "^4.0.1",
+ "@adobe/css-tools": "^4.3.1",
"@babel/runtime": "^7.9.2",
- "@types/testing-library__jest-dom": "^5.9.1",
"aria-query": "^5.0.0",
"chalk": "^3.0.0",
"css.escape": "^1.5.1",
@@ -69299,9 +71387,9 @@
}
},
"@testing-library/user-event": {
- "version": "14.4.3",
- "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.4.3.tgz",
- "integrity": "sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==",
+ "version": "14.5.1",
+ "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.1.tgz",
+ "integrity": "sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==",
"dev": true,
"requires": {}
},
@@ -69381,7 +71469,7 @@
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz",
"integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==",
- "dev": true,
+ "devOptional": true,
"requires": {
"@babel/parser": "^7.20.7",
"@babel/types": "^7.20.7",
@@ -69394,7 +71482,7 @@
"version": "7.6.4",
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
"integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
- "dev": true,
+ "devOptional": true,
"requires": {
"@babel/types": "^7.0.0"
}
@@ -69403,7 +71491,7 @@
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
"integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
- "dev": true,
+ "devOptional": true,
"requires": {
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0"
@@ -69413,15 +71501,15 @@
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz",
"integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==",
- "dev": true,
+ "devOptional": true,
"requires": {
"@babel/types": "^7.20.7"
}
},
"@types/babel-plugin-macros": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@types/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
- "integrity": "sha512-kxYWx+NISzy46KMgnXUthHJNbcGw9w1jn6e1LZAciTv8KKO5z9z1LakHnXCj5aYrwydZ5dGE3MAgEu4X/MdWkA==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@types/babel-plugin-macros/-/babel-plugin-macros-3.1.1.tgz",
+ "integrity": "sha512-pSCcaqY5GpyqOqq+3CUpbpOkQmgoGDPvKA389d4nWsjepN3To+iJdf7fDJoAnOe3U/xlO5Wd0SnjZvixjTr1Xw==",
"dev": true,
"requires": {
"@types/babel__core": "*"
@@ -69457,9 +71545,9 @@
}
},
"@types/chai": {
- "version": "4.3.6",
- "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.6.tgz",
- "integrity": "sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==",
+ "version": "4.3.8",
+ "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz",
+ "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==",
"dev": true
},
"@types/chai-as-promised": {
@@ -69541,6 +71629,12 @@
"integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"dev": true
},
+ "@types/escodegen": {
+ "version": "0.0.6",
+ "resolved": "https://registry.npmjs.org/@types/escodegen/-/escodegen-0.0.6.tgz",
+ "integrity": "sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==",
+ "optional": true
+ },
"@types/eslint": {
"version": "8.44.2",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.2.tgz",
@@ -69586,6 +71680,12 @@
"@types/send": "*"
}
},
+ "@types/find-cache-dir": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/@types/find-cache-dir/-/find-cache-dir-3.2.1.tgz",
+ "integrity": "sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==",
+ "optional": true
+ },
"@types/glob": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz",
@@ -69613,9 +71713,9 @@
}
},
"@types/hoist-non-react-statics": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
- "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.3.tgz",
+ "integrity": "sha512-Wny3a2UXn5FEA1l7gc6BbpoV5mD1XijZqgkp4TRgDCDL5r3B5ieOFGUX5h3n78Tr1MEG7BfvoM8qeztdvNU0fw==",
"dev": true,
"requires": {
"@types/react": "*",
@@ -69629,9 +71729,9 @@
"dev": true
},
"@types/http-cache-semantics": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
- "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.2.tgz",
+ "integrity": "sha512-FD+nQWA2zJjh4L9+pFXqWOi0Hs1ryBCfI+985NjluQ1p8EYtoLvjLOKidXBtZ4/IcxDX4o8/E8qDS3540tNliw==",
"dev": true
},
"@types/http-errors": {
@@ -69695,9 +71795,9 @@
}
},
"@types/jest": {
- "version": "29.5.4",
- "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz",
- "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==",
+ "version": "29.5.5",
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz",
+ "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==",
"dev": true,
"requires": {
"expect": "^29.0.0",
@@ -69730,9 +71830,9 @@
}
},
"@types/jscodeshift": {
- "version": "0.11.6",
- "resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.6.tgz",
- "integrity": "sha512-3lJ4DajWkk4MZ1F7q+1C7jE0z0xOtbu0VU/Kg3wdPq2DUvJjySSlu3B5Q/bICrTxugLhONBO7inRUWsymOID/A==",
+ "version": "0.11.7",
+ "resolved": "https://registry.npmjs.org/@types/jscodeshift/-/jscodeshift-0.11.7.tgz",
+ "integrity": "sha512-YJ+dQlL2a8dR+iNExYVxiFMa4nhoUgIhYN47rCCdwkRPYdURkee4bCskMhNNCUNo14wbjVf7C0iIKL5tQ9jecw==",
"dev": true,
"requires": {
"ast-types": "^0.14.1",
@@ -69843,9 +71943,9 @@
}
},
"@types/marked": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/@types/marked/-/marked-4.3.1.tgz",
- "integrity": "sha512-vSSbKZFbNktrQ15v7o1EaH78EbWV+sPQbPjHG+Cp8CaNcPFUEfjZ0Iml/V0bFDwsTlYe8o6XC5Hfdp91cqPV2g==",
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/@types/marked/-/marked-5.0.2.tgz",
+ "integrity": "sha512-OucS4KMHhFzhz27KxmWg7J+kIYqyqoW5kdIEI319hqARQQUTqhao3M/F+uFnDXD0Rg72iDDZxZNxq5gvctmLlg==",
"dev": true
},
"@types/mdast": {
@@ -69878,9 +71978,9 @@
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ=="
},
"@types/mocha": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
- "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
+ "version": "10.0.2",
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz",
+ "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==",
"dev": true
},
"@types/no-scroll": {
@@ -69890,9 +71990,9 @@
"dev": true
},
"@types/node": {
- "version": "20.4.7",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.7.tgz",
- "integrity": "sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g=="
+ "version": "20.5.1",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
+ "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg=="
},
"@types/node-fetch": {
"version": "2.6.4",
@@ -69977,9 +72077,9 @@
"dev": true
},
"@types/responselike": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz",
- "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.1.tgz",
+ "integrity": "sha512-TiGnitEDxj2X0j+98Eqk5lv/Cij8oHd32bU4D/Yw6AOq7vvTk0gSD2GPj0G/HkvhMoVsdlhYF4yqqlyPBTM6Sg==",
"dev": true,
"requires": {
"@types/node": "*"
@@ -70029,18 +72129,18 @@
}
},
"@types/sinon": {
- "version": "10.0.16",
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.16.tgz",
- "integrity": "sha512-j2Du5SYpXZjJVJtXBokASpPRj+e2z+VUhCPHmM6WMfe3dpHu6iVKJMU6AiBcMp/XTAYnEj6Wc1trJUWwZ0QaAQ==",
+ "version": "10.0.19",
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.19.tgz",
+ "integrity": "sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==",
"dev": true,
"requires": {
"@types/sinonjs__fake-timers": "*"
}
},
"@types/sinon-chai": {
- "version": "3.2.9",
- "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.9.tgz",
- "integrity": "sha512-/19t63pFYU0ikrdbXKBWj9PCdnKyTd0Qkz0X91Ta081cYsq90OxYdcWwK/dwEoDa6dtXgj2HJfmzgq+QZTHdmQ==",
+ "version": "3.2.10",
+ "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.10.tgz",
+ "integrity": "sha512-D+VFqUjMqeku/FGl4Ioo+fDeWOaIfbZ6Oj+glgFUgz5m5RJ4kgCER3FdV1uvhmEt0A+FRz+juPdybFlg5Hxfow==",
"dev": true,
"requires": {
"@types/chai": "*",
@@ -70054,9 +72154,9 @@
"dev": true
},
"@types/sizzle": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.3.tgz",
- "integrity": "sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==",
+ "version": "2.3.4",
+ "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.4.tgz",
+ "integrity": "sha512-jA2llq2zNkg8HrALI7DtWzhALcVH0l7i89yhY3iBdOz6cBPeACoFq+fkQrjHA39t1hnSFOboZ7A/AY5MMZSlag==",
"dev": true
},
"@types/sockjs": {
@@ -70092,15 +72192,6 @@
"@types/estree": "*"
}
},
- "@types/testing-library__jest-dom": {
- "version": "5.14.9",
- "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz",
- "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==",
- "dev": true,
- "requires": {
- "@types/jest": "*"
- }
- },
"@types/through": {
"version": "0.0.31",
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.31.tgz",
@@ -71524,9 +73615,9 @@
"integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw=="
},
"axe-core": {
- "version": "4.8.1",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.1.tgz",
- "integrity": "sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ=="
+ "version": "4.8.2",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.2.tgz",
+ "integrity": "sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g=="
},
"axios": {
"version": "0.18.1",
@@ -71717,30 +73808,30 @@
"dev": true
},
"babel-plugin-polyfill-corejs2": {
- "version": "0.4.5",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz",
- "integrity": "sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==",
+ "version": "0.4.6",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz",
+ "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==",
"requires": {
"@babel/compat-data": "^7.22.6",
- "@babel/helper-define-polyfill-provider": "^0.4.2",
+ "@babel/helper-define-polyfill-provider": "^0.4.3",
"semver": "^6.3.1"
}
},
"babel-plugin-polyfill-corejs3": {
- "version": "0.8.3",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz",
- "integrity": "sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==",
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.5.tgz",
+ "integrity": "sha512-Q6CdATeAvbScWPNLB8lzSO7fgUVBkQt6zLgNlfyeCr/EQaEQR+bWiBYYPYAFyE528BMjRhL+1QBMOI4jc/c5TA==",
"requires": {
- "@babel/helper-define-polyfill-provider": "^0.4.2",
- "core-js-compat": "^3.31.0"
+ "@babel/helper-define-polyfill-provider": "^0.4.3",
+ "core-js-compat": "^3.32.2"
}
},
"babel-plugin-polyfill-regenerator": {
- "version": "0.5.2",
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz",
- "integrity": "sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==",
+ "version": "0.5.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz",
+ "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==",
"requires": {
- "@babel/helper-define-polyfill-provider": "^0.4.2"
+ "@babel/helper-define-polyfill-provider": "^0.4.3"
}
},
"babel-plugin-react-docgen": {
@@ -72679,6 +74770,16 @@
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz",
"integrity": "sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q=="
},
+ "capital-case": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz",
+ "integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==",
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case-first": "^2.0.2"
+ }
+ },
"capture-stack-trace": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.2.tgz",
@@ -72714,17 +74815,17 @@
"integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg=="
},
"chai": {
- "version": "4.3.8",
- "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.8.tgz",
- "integrity": "sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==",
+ "version": "4.3.10",
+ "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz",
+ "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==",
"requires": {
"assertion-error": "^1.1.0",
- "check-error": "^1.0.2",
- "deep-eql": "^4.1.2",
- "get-func-name": "^2.0.0",
- "loupe": "^2.3.1",
+ "check-error": "^1.0.3",
+ "deep-eql": "^4.1.3",
+ "get-func-name": "^2.0.2",
+ "loupe": "^2.3.6",
"pathval": "^1.1.1",
- "type-detect": "^4.0.5"
+ "type-detect": "^4.0.8"
}
},
"chai-as-promised": {
@@ -72758,6 +74859,25 @@
"supports-color": "^7.1.0"
}
},
+ "change-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
+ "integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
+ "requires": {
+ "camel-case": "^4.1.2",
+ "capital-case": "^1.0.4",
+ "constant-case": "^3.0.4",
+ "dot-case": "^3.0.4",
+ "header-case": "^2.0.4",
+ "no-case": "^3.0.4",
+ "param-case": "^3.0.4",
+ "pascal-case": "^3.1.2",
+ "path-case": "^3.0.4",
+ "sentence-case": "^3.0.4",
+ "snake-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"char-regex": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
@@ -72785,9 +74905,12 @@
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
},
"check-error": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz",
- "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA=="
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
+ "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==",
+ "requires": {
+ "get-func-name": "^2.0.2"
+ }
},
"cheerio": {
"version": "0.22.0",
@@ -73892,6 +76015,16 @@
"bluebird": "^3.1.1"
}
},
+ "constant-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
+ "integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==",
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case": "^2.0.2"
+ }
+ },
"constants-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
@@ -74201,9 +76334,9 @@
}
},
"core-js": {
- "version": "3.32.2",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.32.2.tgz",
- "integrity": "sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ=="
+ "version": "3.33.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz",
+ "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw=="
},
"core-js-compat": {
"version": "3.32.2",
@@ -74954,12 +77087,13 @@
"integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
},
"danger": {
- "version": "11.2.8",
- "resolved": "https://registry.npmjs.org/danger/-/danger-11.2.8.tgz",
- "integrity": "sha512-d3iYhIJmo3V5WatWjsHbFpx/V5nz7fKsM7rQi91f/9CemLCH8wt3Jg1JKsEpiTHUtzNplOpudk0yFsWeHygd/w==",
+ "version": "11.3.0",
+ "resolved": "https://registry.npmjs.org/danger/-/danger-11.3.0.tgz",
+ "integrity": "sha512-h4zkvmEfRVZp2EIKlQSky0IotxrDbJZtXgMTvyN1nwPCfg0JgvQVmVbvOZXrOgNVlgL+42ZDjNL2qAwVmJypNw==",
"dev": true,
"requires": {
- "@gitbeaker/node": "^21.3.0",
+ "@gitbeaker/core": "^35.8.1",
+ "@gitbeaker/node": "^35.8.1",
"@octokit/rest": "^18.12.0",
"async-retry": "1.2.3",
"chalk": "^2.3.0",
@@ -75517,6 +77651,12 @@
}
}
},
+ "delay": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz",
+ "integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==",
+ "dev": true
+ },
"delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
@@ -75797,7 +77937,7 @@
"docs-app": {
"version": "file:packages/__docs__",
"requires": {
- "@babel/standalone": "^7.22.15",
+ "@babel/standalone": "^7.23.2",
"@instructure/canvas-high-contrast-theme": "8.46.1",
"@instructure/canvas-theme": "8.46.1",
"@instructure/console": "8.46.1",
@@ -75890,31 +78030,44 @@
"@instructure/ui-utils": "8.46.1",
"@instructure/ui-view": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
- "@types/marked": "^4.3.1",
+ "@types/marked": "^5.0.2",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"chokidar": "^3.5.3",
"codesandbox": "^2.2.3",
- "globby": "^11.1.0",
+ "globby": "^13.2.2",
"gray-matter": "^4.0.3",
"html-webpack-plugin": "^5.5.3",
- "jsdoc-api": "^7.2.0",
+ "jsdoc-api": "^8.0.0",
"lorem-ipsum": "^2.0.8",
- "marked": "^4.3.0",
- "mkdirp": "^1.0.4",
+ "marked": "^9.1.2",
+ "mkdirp": "^3.0.1",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
- "react-docgen": "^6.0.3",
+ "react-docgen": "^6.0.4",
"react-dom": "^18.2.0",
"react-github-corner": "^2.5.0",
"semver": "^7.5.4",
"svg-inline-loader": "^0.8.2",
- "webpack-bundle-analyzer": "^4.9.0",
- "webpack-merge": "^5.9.0"
+ "webpack-bundle-analyzer": "^4.9.1",
+ "webpack-merge": "^5.10.0"
},
"dependencies": {
+ "globby": {
+ "version": "13.2.2",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
+ "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
+ "dev": true,
+ "requires": {
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.3.0",
+ "ignore": "^5.2.4",
+ "merge2": "^1.4.1",
+ "slash": "^4.0.0"
+ }
+ },
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -75923,6 +78076,17 @@
"yallist": "^4.0.0"
}
},
+ "marked": {
+ "version": "9.1.2",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.2.tgz",
+ "integrity": "sha512-qoKMJqK0w6vkLk8+KnKZAH6neUZSNaQqVZ/h2yZ9S7CbLuFHyS2viB0jnqcWF9UKjwsAbMrQtnQhdmdvOVOw9w=="
+ },
+ "mkdirp": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
+ "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
+ "dev": true
+ },
"semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
@@ -75931,6 +78095,12 @@
"lru-cache": "^6.0.0"
}
},
+ "slash": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
+ "dev": true
+ },
"yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
@@ -75941,7 +78111,7 @@
"docs-examples": {
"version": "file:packages/__examples__",
"requires": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/canvas-theme": "8.46.1",
"@instructure/command-utils": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -75959,14 +78129,14 @@
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/theming": "^6.5.16",
- "chromatic": "^6.19.9",
+ "chromatic": "^6.24.1",
"globby": "^11.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-docgen": "6.0.0-alpha.3",
"react-dom": "^18.2.0",
- "webpack": "^5.88.2",
- "webpack-merge": "^5.9.0"
+ "webpack": "^5.89.0",
+ "webpack-merge": "^5.10.0"
},
"dependencies": {
"commander": {
@@ -76714,33 +78884,42 @@
}
},
"esbuild": {
- "version": "0.18.20",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
- "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
- "dev": true,
+ "version": "0.19.4",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.4.tgz",
+ "integrity": "sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==",
+ "devOptional": true,
+ "requires": {
+ "@esbuild/android-arm": "0.19.4",
+ "@esbuild/android-arm64": "0.19.4",
+ "@esbuild/android-x64": "0.19.4",
+ "@esbuild/darwin-arm64": "0.19.4",
+ "@esbuild/darwin-x64": "0.19.4",
+ "@esbuild/freebsd-arm64": "0.19.4",
+ "@esbuild/freebsd-x64": "0.19.4",
+ "@esbuild/linux-arm": "0.19.4",
+ "@esbuild/linux-arm64": "0.19.4",
+ "@esbuild/linux-ia32": "0.19.4",
+ "@esbuild/linux-loong64": "0.19.4",
+ "@esbuild/linux-mips64el": "0.19.4",
+ "@esbuild/linux-ppc64": "0.19.4",
+ "@esbuild/linux-riscv64": "0.19.4",
+ "@esbuild/linux-s390x": "0.19.4",
+ "@esbuild/linux-x64": "0.19.4",
+ "@esbuild/netbsd-x64": "0.19.4",
+ "@esbuild/openbsd-x64": "0.19.4",
+ "@esbuild/sunos-x64": "0.19.4",
+ "@esbuild/win32-arm64": "0.19.4",
+ "@esbuild/win32-ia32": "0.19.4",
+ "@esbuild/win32-x64": "0.19.4"
+ }
+ },
+ "esbuild-register": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.5.0.tgz",
+ "integrity": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==",
+ "optional": true,
"requires": {
- "@esbuild/android-arm": "0.18.20",
- "@esbuild/android-arm64": "0.18.20",
- "@esbuild/android-x64": "0.18.20",
- "@esbuild/darwin-arm64": "0.18.20",
- "@esbuild/darwin-x64": "0.18.20",
- "@esbuild/freebsd-arm64": "0.18.20",
- "@esbuild/freebsd-x64": "0.18.20",
- "@esbuild/linux-arm": "0.18.20",
- "@esbuild/linux-arm64": "0.18.20",
- "@esbuild/linux-ia32": "0.18.20",
- "@esbuild/linux-loong64": "0.18.20",
- "@esbuild/linux-mips64el": "0.18.20",
- "@esbuild/linux-ppc64": "0.18.20",
- "@esbuild/linux-riscv64": "0.18.20",
- "@esbuild/linux-s390x": "0.18.20",
- "@esbuild/linux-x64": "0.18.20",
- "@esbuild/netbsd-x64": "0.18.20",
- "@esbuild/openbsd-x64": "0.18.20",
- "@esbuild/sunos-x64": "0.18.20",
- "@esbuild/win32-arm64": "0.18.20",
- "@esbuild/win32-ia32": "0.18.20",
- "@esbuild/win32-x64": "0.18.20"
+ "debug": "^4.3.4"
}
},
"escalade": {
@@ -76778,14 +78957,14 @@
}
},
"eslint": {
- "version": "8.49.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
- "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
+ "version": "8.51.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
+ "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
"requires": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^2.1.2",
- "@eslint/js": "8.49.0",
+ "@eslint/js": "8.51.0",
"@humanwhocodes/config-array": "^0.11.11",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
@@ -77083,7 +79262,7 @@
"requires": {
"@instructure/pkg-utils": "8.46.1",
"eslint-module-utils": "^2.8.0",
- "eslint-plugin-import": "^2.27.5"
+ "eslint-plugin-import": "^2.28.1"
}
},
"eslint-plugin-jsx-a11y": {
@@ -77117,12 +79296,12 @@
}
},
"eslint-plugin-mocha": {
- "version": "10.1.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz",
- "integrity": "sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==",
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz",
+ "integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==",
"requires": {
"eslint-utils": "^3.0.0",
- "rambda": "^7.1.0"
+ "rambda": "^7.4.0"
}
},
"eslint-plugin-no-explicit-type-exports": {
@@ -78504,9 +80683,9 @@
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
},
"get-func-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz",
- "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig=="
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
+ "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ=="
},
"get-intrinsic": {
"version": "1.2.1",
@@ -80591,6 +82770,15 @@
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
},
+ "header-case": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz",
+ "integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==",
+ "requires": {
+ "capital-case": "^1.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"hmac-drbg": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
@@ -81968,9 +84156,9 @@
}
},
"jackspeak": {
- "version": "2.3.3",
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.3.tgz",
- "integrity": "sha512-R2bUw+kVZFS/h1AZqBKrSgDmdmjApzgY0AlCPumopFiAlbUxE2gf+SCuBzQ0cP5hHmUmFYF5yw55T97Th5Kstg==",
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
+ "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
"requires": {
"@isaacs/cliui": "^8.0.2",
"@pkgjs/parseargs": "^0.11.0"
@@ -82895,9 +85083,9 @@
}
},
"jsdoc-api": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-7.2.0.tgz",
- "integrity": "sha512-93YDnlm/OYTlLOFeNs4qAv0RBCJ0kGj67xQaWy8wrbk97Rw1EySitoOTHsTHXPEs3uyx2IStPKGrbE7LTnZXbA==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-8.0.0.tgz",
+ "integrity": "sha512-Rnhor0suB1Ds1abjmFkFfKeD+kSMRN9oHMTMZoJVUrmtCGDwXty+sWMA9sa4xbe4UyxuPjhC7tavZ40mDKK6QQ==",
"dev": true,
"requires": {
"array-back": "^6.2.2",
@@ -83615,12 +85803,12 @@
}
},
"lerna": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.2.0.tgz",
- "integrity": "sha512-E13iAY4Tdo+86m4ClAe0j0bP7f8QG2neJReglILPOe+gAOoX17TGqEWanmkDELlUXOrTTwnte0ewc6I6/NOqpg==",
+ "version": "7.3.1",
+ "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.3.1.tgz",
+ "integrity": "sha512-4Lt6nKIqCDqWgRlKu02g6+0Gfl5Hx9ZK3EIJTjMntea6QBuOgfSpJEj3j20osmE1tzFCkbAltJRyeLE1CImv+A==",
"requires": {
- "@lerna/child-process": "7.2.0",
- "@lerna/create": "7.2.0",
+ "@lerna/child-process": "7.3.1",
+ "@lerna/create": "7.3.1",
"@npmcli/run-script": "6.0.2",
"@nx/devkit": ">=16.5.1 < 17",
"@octokit/plugin-enterprise-rest": "6.0.1",
@@ -83657,7 +85845,7 @@
"libnpmpublish": "7.3.0",
"load-json-file": "6.2.0",
"lodash": "^4.17.21",
- "make-dir": "3.1.0",
+ "make-dir": "4.0.0",
"minimatch": "3.0.5",
"multimatch": "5.0.0",
"node-fetch": "2.6.7",
@@ -84010,18 +86198,11 @@
}
},
"make-dir": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
"requires": {
- "semver": "^6.0.0"
- },
- "dependencies": {
- "semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
- }
+ "semver": "^7.5.3"
}
},
"minimatch": {
@@ -84360,9 +86541,9 @@
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA=="
},
"minipass": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz",
- "integrity": "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg=="
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
+ "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ=="
},
"normalize-package-data": {
"version": "5.0.0",
@@ -84575,21 +86756,21 @@
}
},
"lint-staged": {
- "version": "13.3.0",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz",
- "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==",
+ "version": "15.0.1",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.0.1.tgz",
+ "integrity": "sha512-2IU5OWmCaxch0X0+IBF4/v7sutpB+F3qoXbro43pYjQTOo5wumckjxoxn47pQBqqBsCWrD5HnI2uG/zJA7isew==",
"dev": true,
"requires": {
"chalk": "5.3.0",
- "commander": "11.0.0",
+ "commander": "11.1.0",
"debug": "4.3.4",
- "execa": "7.2.0",
+ "execa": "8.0.1",
"lilconfig": "2.1.0",
- "listr2": "6.6.1",
+ "listr2": "7.0.1",
"micromatch": "4.0.5",
"pidtree": "0.6.0",
"string-argv": "0.3.2",
- "yaml": "2.3.1"
+ "yaml": "2.3.2"
},
"dependencies": {
"chalk": {
@@ -84599,32 +86780,38 @@
"dev": true
},
"commander": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz",
- "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==",
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
+ "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
"dev": true
},
"execa": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
- "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
+ "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
"dev": true,
"requires": {
"cross-spawn": "^7.0.3",
- "get-stream": "^6.0.1",
- "human-signals": "^4.3.0",
+ "get-stream": "^8.0.1",
+ "human-signals": "^5.0.0",
"is-stream": "^3.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^5.1.0",
"onetime": "^6.0.0",
- "signal-exit": "^3.0.7",
+ "signal-exit": "^4.1.0",
"strip-final-newline": "^3.0.0"
}
},
+ "get-stream": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
+ "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
+ "dev": true
+ },
"human-signals": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
- "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
+ "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
"dev": true
},
"is-stream": {
@@ -84663,6 +86850,12 @@
"integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
"dev": true
},
+ "signal-exit": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
+ "dev": true
+ },
"strip-final-newline": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
@@ -84672,9 +86865,9 @@
}
},
"listr2": {
- "version": "6.6.1",
- "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz",
- "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/listr2/-/listr2-7.0.1.tgz",
+ "integrity": "sha512-nz+7hwgbDp8eWNoDgzdl4hA/xDSLrNRzPu1TLgOYs6l5Y+Ma6zVWWy9Oyt9TQFONwKoSPoka3H50D3vD5EuNwg==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",
@@ -89451,21 +91644,21 @@
"dev": true
},
"nx": {
- "version": "16.8.1",
- "resolved": "https://registry.npmjs.org/nx/-/nx-16.8.1.tgz",
- "integrity": "sha512-K5KrwNdPz0eEe6SY5wrnhZcigjfIJkttPrIJRXNBQTE50NGcOfz1TjMXPdTWBxBCCua5PAealO3OrE8jpv+QnQ==",
- "requires": {
- "@nrwl/tao": "16.8.1",
- "@nx/nx-darwin-arm64": "16.8.1",
- "@nx/nx-darwin-x64": "16.8.1",
- "@nx/nx-freebsd-x64": "16.8.1",
- "@nx/nx-linux-arm-gnueabihf": "16.8.1",
- "@nx/nx-linux-arm64-gnu": "16.8.1",
- "@nx/nx-linux-arm64-musl": "16.8.1",
- "@nx/nx-linux-x64-gnu": "16.8.1",
- "@nx/nx-linux-x64-musl": "16.8.1",
- "@nx/nx-win32-arm64-msvc": "16.8.1",
- "@nx/nx-win32-x64-msvc": "16.8.1",
+ "version": "16.10.0",
+ "resolved": "https://registry.npmjs.org/nx/-/nx-16.10.0.tgz",
+ "integrity": "sha512-gZl4iCC0Hx0Qe1VWmO4Bkeul2nttuXdPpfnlcDKSACGu3ZIo+uySqwOF8yBAxSTIf8xe2JRhgzJN1aFkuezEBg==",
+ "requires": {
+ "@nrwl/tao": "16.10.0",
+ "@nx/nx-darwin-arm64": "16.10.0",
+ "@nx/nx-darwin-x64": "16.10.0",
+ "@nx/nx-freebsd-x64": "16.10.0",
+ "@nx/nx-linux-arm-gnueabihf": "16.10.0",
+ "@nx/nx-linux-arm64-gnu": "16.10.0",
+ "@nx/nx-linux-arm64-musl": "16.10.0",
+ "@nx/nx-linux-x64-gnu": "16.10.0",
+ "@nx/nx-linux-x64-musl": "16.10.0",
+ "@nx/nx-win32-arm64-msvc": "16.10.0",
+ "@nx/nx-win32-x64-msvc": "16.10.0",
"@parcel/watcher": "2.0.4",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.46",
@@ -89474,16 +91667,16 @@
"chalk": "^4.1.0",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
- "cliui": "^7.0.2",
+ "cliui": "^8.0.1",
"dotenv": "~16.3.1",
"dotenv-expand": "~10.0.0",
"enquirer": "~2.3.6",
- "fast-glob": "3.2.7",
"figures": "3.2.0",
"flat": "^5.0.2",
"fs-extra": "^11.1.0",
"glob": "7.1.4",
"ignore": "^5.0.4",
+ "jest-diff": "^29.4.1",
"js-yaml": "4.1.0",
"jsonc-parser": "3.2.0",
"lines-and-columns": "~2.0.3",
@@ -89504,9 +91697,9 @@
},
"dependencies": {
"axios": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
- "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
+ "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
@@ -89521,6 +91714,16 @@
"restore-cursor": "^3.1.0"
}
},
+ "cliui": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
+ "requires": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.1",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
"dotenv-expand": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz",
@@ -89531,18 +91734,6 @@
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
},
- "fast-glob": {
- "version": "3.2.7",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
- "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
- "requires": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- }
- },
"figures": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
@@ -89552,9 +91743,9 @@
}
},
"follow-redirects": {
- "version": "1.15.2",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
- "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA=="
+ "version": "1.15.3",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
+ "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q=="
},
"form-data": {
"version": "4.0.0",
@@ -90918,6 +93109,15 @@
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz",
"integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ=="
},
+ "path-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
+ "integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
+ "requires": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"path-dirname": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
@@ -91692,12 +93892,12 @@
}
},
"query-string": {
- "version": "6.14.1",
- "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz",
- "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==",
+ "version": "7.1.3",
+ "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
+ "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
"dev": true,
"requires": {
- "decode-uri-component": "^0.2.0",
+ "decode-uri-component": "^0.2.2",
"filter-obj": "^1.1.0",
"split-on-first": "^1.0.0",
"strict-uri-encode": "^2.0.0"
@@ -91850,6 +94050,31 @@
"scheduler": "^0.23.0"
}
},
+ "react-element-to-jsx-string": {
+ "version": "15.0.0",
+ "resolved": "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz",
+ "integrity": "sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==",
+ "optional": true,
+ "requires": {
+ "@base2/pretty-print-object": "1.0.1",
+ "is-plain-object": "5.0.0",
+ "react-is": "18.1.0"
+ },
+ "dependencies": {
+ "is-plain-object": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
+ "optional": true
+ },
+ "react-is": {
+ "version": "18.1.0",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz",
+ "integrity": "sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==",
+ "optional": true
+ }
+ }
+ },
"react-github-corner": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/react-github-corner/-/react-github-corner-2.5.0.tgz",
@@ -93428,6 +95653,16 @@
}
}
},
+ "sentence-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
+ "integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==",
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3",
+ "upper-case-first": "^2.0.2"
+ }
+ },
"serialize-javascript": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
@@ -93802,6 +96037,15 @@
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg=="
},
+ "snake-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
+ "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==",
+ "requires": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
"snapdragon": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
@@ -94780,47 +97024,25 @@
}
},
"style-dictionary": {
- "version": "2.10.3",
- "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-2.10.3.tgz",
- "integrity": "sha512-iSDb8T2tMSB5JcTQ7uquB+W3oO7kuJbb+QrSQMiQjBCOa7AGYtWzYo/O7rl3f9Hj956w41WVw9HpTpYfFWwU+g==",
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.8.0.tgz",
+ "integrity": "sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==",
"requires": {
"chalk": "^4.0.0",
- "commander": "^5.1.0",
- "fs-extra": "^8.1.0",
- "glob": "^7.1.6",
- "json5": "^2.1.3",
+ "change-case": "^4.1.2",
+ "commander": "^8.3.0",
+ "fs-extra": "^10.0.0",
+ "glob": "^7.2.0",
+ "json5": "^2.2.2",
+ "jsonc-parser": "^3.0.0",
"lodash": "^4.17.15",
- "resolve-cwd": "^3.0.0",
"tinycolor2": "^1.4.1"
},
"dependencies": {
"commander": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
- "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg=="
- },
- "fs-extra": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
- "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
- "requires": {
- "graceful-fs": "^4.2.0",
- "jsonfile": "^4.0.0",
- "universalify": "^0.1.0"
- }
- },
- "jsonfile": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
- "requires": {
- "graceful-fs": "^4.1.6"
- }
- },
- "universalify": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
}
}
},
@@ -96202,6 +98424,12 @@
"setimmediate": "^1.0.4"
}
},
+ "tiny-invariant": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz",
+ "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==",
+ "optional": true
+ },
"tinycolor2": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
@@ -97227,6 +99455,22 @@
}
}
},
+ "upper-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz",
+ "integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==",
+ "requires": {
+ "tslib": "^2.0.3"
+ }
+ },
+ "upper-case-first": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz",
+ "integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==",
+ "requires": {
+ "tslib": "^2.0.3"
+ }
+ },
"uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -97919,9 +100163,9 @@
"dev": true
},
"webpack": {
- "version": "5.88.2",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz",
- "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==",
+ "version": "5.89.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.89.0.tgz",
+ "integrity": "sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==",
"requires": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^1.0.0",
@@ -98251,11 +100495,12 @@
}
},
"webpack-merge": {
- "version": "5.9.0",
- "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.9.0.tgz",
- "integrity": "sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==",
+ "version": "5.10.0",
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz",
+ "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==",
"requires": {
"clone-deep": "^4.0.1",
+ "flat": "^5.0.2",
"wildcard": "^2.0.0"
}
},
@@ -98683,9 +100928,9 @@
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
},
"yaml": {
- "version": "2.3.1",
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
- "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz",
+ "integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",
"dev": true
},
"yargs": {
diff --git a/package.json b/package.json
index c49f0b2d1c..e7a4d6f17b 100644
--- a/package.json
+++ b/package.json
@@ -65,31 +65,34 @@
"@storybook/react/webpack": "^5"
},
"devDependencies": {
- "@babel/cli": "^7.22.15",
- "@commitlint/cli": "^17.7.1",
- "@commitlint/config-conventional": "^17.7.0",
- "@instructure/ui-scripts": "8.41.1",
- "@testing-library/dom": "^9.3.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@babel/cli": "^7.23.0",
+ "@commitlint/cli": "^17.8.0",
+ "@commitlint/config-conventional": "^17.8.0",
+ "@instructure/ui-scripts": "8",
+ "@testing-library/dom": "^9.3.3",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3",
- "@types/jest": "^29.5.3",
- "@types/react-dom": "^18.2.7",
+ "@testing-library/user-event": "^14.5.1",
+ "@types/jest": "^29.5.5",
+ "@types/react-dom": "^18.2",
"chalk": "^4.1.2",
"commitizen": "^4.3.0",
"cross-spawn": "^7.0.3",
- "danger": "^11.2.8",
- "esbuild": "^0.18.12",
- "eslint": "^8.44.0",
+ "danger": "^11.3.0",
+ "esbuild": "^0.19.4",
+ "eslint": "^8.51.0",
"husky": "^8.0.3",
- "jest": "^29.6.4",
- "jest-environment-jsdom": "^29.6.4",
- "lerna": "^7.1.3",
- "lint-staged": "^13.2.3",
+ "jest": "^29.7.0",
+ "jest-environment-jsdom": "^29.7.0",
+ "lerna": "^7.3.1",
+ "lint-staged": "^15.0.1",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
- "webpack": "^5.88.2"
+ "webpack": "^5.89.0"
+ },
+ "//dependency-comments": {
+ "chalk": "IMPORTANT: Chalk 5 is ESM. If you want to use Chalk with TypeScript or a build tool, you will probably want to use Chalk 4 for now."
},
"engines": {
"node": ">=14",
diff --git a/packages/__docs__/buildScripts/build-docs.mts b/packages/__docs__/buildScripts/build-docs.mts
index 7002461fdb..6945af94fe 100644
--- a/packages/__docs__/buildScripts/build-docs.mts
+++ b/packages/__docs__/buildScripts/build-docs.mts
@@ -22,7 +22,7 @@
* SOFTWARE.
*/
-import globby from 'globby'
+import { globby } from 'globby'
import path from 'path'
import { getClientProps } from './utils/getClientProps.mjs'
import { processFile } from './processFile.mjs'
diff --git a/packages/__docs__/package.json b/packages/__docs__/package.json
index 7cec1f037f..8be279451f 100644
--- a/packages/__docs__/package.json
+++ b/packages/__docs__/package.json
@@ -24,7 +24,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/standalone": "^7.22.15",
+ "@babel/standalone": "^7.23.2",
"@instructure/canvas-high-contrast-theme": "8.46.1",
"@instructure/canvas-theme": "8.46.1",
"@instructure/console": "8.46.1",
@@ -116,14 +116,14 @@
"buffer": "^6.0.3",
"codesandbox": "^2.2.3",
"lorem-ipsum": "^2.0.8",
- "marked": "^4.3.0",
+ "marked": "^9.1.2",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-corner": "^2.5.0",
"semver": "^7.5.4",
- "webpack-merge": "^5.9.0"
+ "webpack-merge": "^5.10.0"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
@@ -131,16 +131,16 @@
"@instructure/ui-scripts": "8.46.1",
"@instructure/ui-stylelint-config": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
- "@types/marked": "^4.3.1",
+ "@types/marked": "^5.0.2",
"chokidar": "^3.5.3",
- "globby": "^11.1.0",
+ "globby": "^13.2.2",
"gray-matter": "^4.0.3",
"html-webpack-plugin": "^5.5.3",
- "jsdoc-api": "^7.2.0",
- "mkdirp": "^1.0.4",
+ "jsdoc-api": "^8.0.0",
+ "mkdirp": "^3.0.1",
"raw-loader": "^4.0.2",
- "react-docgen": "^6.0.3",
+ "react-docgen": "^6.0.4",
"svg-inline-loader": "^0.8.2",
- "webpack-bundle-analyzer": "^4.9.0"
+ "webpack-bundle-analyzer": "^4.9.1"
}
}
diff --git a/packages/__examples__/package.json b/packages/__examples__/package.json
index b8f166cdcc..19b80bbc8f 100644
--- a/packages/__examples__/package.json
+++ b/packages/__examples__/package.json
@@ -21,7 +21,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/canvas-theme": "8.46.1",
"@instructure/command-utils": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
@@ -35,10 +35,10 @@
"@storybook/addons": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/theming": "^6.5.16",
- "chromatic": "^6.19.9",
+ "chromatic": "^6.24.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "webpack-merge": "^5.9.0"
+ "webpack-merge": "^5.10.0"
},
"devDependencies": {
"@instructure/ui-scripts": "8.46.1",
@@ -48,7 +48,10 @@
"globby": "^11.1.0",
"prop-types": "^15.8.1",
"react-docgen": "6.0.0-alpha.3",
- "webpack": "^5.88.2"
+ "webpack": "^5.89.0"
+ },
+ "//dependency-comments": {
+ "globby": "since 12.0.0 globby is pure ESM, it cannot be require()'d"
},
"resolutions": {
"@storybook/react/webpack": "^5"
diff --git a/packages/babel-plugin-transform-imports/package.json b/packages/babel-plugin-transform-imports/package.json
index ff60042a4e..9c994d4a86 100644
--- a/packages/babel-plugin-transform-imports/package.json
+++ b/packages/babel-plugin-transform-imports/package.json
@@ -18,6 +18,9 @@
"dependencies": {
"globby": "^11.1.0"
},
+ "//dependency-comments": {
+ "globby": "since 12.0.0 globby is pure ESM, it cannot be require()'d"
+ },
"publishConfig": {
"access": "public"
}
diff --git a/packages/canvas-high-contrast-theme/package.json b/packages/canvas-high-contrast-theme/package.json
index b712142745..f21c42f2ff 100644
--- a/packages/canvas-high-contrast-theme/package.json
+++ b/packages/canvas-high-contrast-theme/package.json
@@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
diff --git a/packages/canvas-theme/package.json b/packages/canvas-theme/package.json
index ac9d28d59c..66fd9babe2 100644
--- a/packages/canvas-theme/package.json
+++ b/packages/canvas-theme/package.json
@@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
diff --git a/packages/console/package.json b/packages/console/package.json
index f3adcc1026..3ffd03b925 100644
--- a/packages/console/package.json
+++ b/packages/console/package.json
@@ -24,7 +24,7 @@
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/babel-plugin-macros": "^3.1.0"
+ "@types/babel-plugin-macros": "^3.1.1"
},
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
diff --git a/packages/cz-lerna-changelog/package.json b/packages/cz-lerna-changelog/package.json
index 5098387a15..bceab6f9f3 100644
--- a/packages/cz-lerna-changelog/package.json
+++ b/packages/cz-lerna-changelog/package.json
@@ -26,8 +26,8 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"chalk": "^4.1.2",
"cz-customizable": "^6.9.2",
- "inquirer": "^8.2.5",
- "inquirer-autocomplete-prompt": "^2.0.0"
+ "inquirer": "^8.2.6",
+ "inquirer-autocomplete-prompt": "^2.0.1"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
diff --git a/packages/debounce/package.json b/packages/debounce/package.json
index 529390fd45..331a81a0aa 100644
--- a/packages/debounce/package.json
+++ b/packages/debounce/package.json
@@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15"
+ "@babel/runtime": "^7.23.2"
},
"publishConfig": {
"access": "public"
diff --git a/packages/emotion/package.json b/packages/emotion/package.json
index 4c95e6a2ad..75e1eaad01 100644
--- a/packages/emotion/package.json
+++ b/packages/emotion/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@emotion/react": "^11.11.1",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/eslint-plugin-instructure-ui/package.json b/packages/eslint-plugin-instructure-ui/package.json
index e61709bab4..677a41a09b 100644
--- a/packages/eslint-plugin-instructure-ui/package.json
+++ b/packages/eslint-plugin-instructure-ui/package.json
@@ -18,7 +18,7 @@
"dependencies": {
"@instructure/pkg-utils": "8.46.1",
"eslint-module-utils": "^2.8.0",
- "eslint-plugin-import": "^2.27.5"
+ "eslint-plugin-import": "^2.28.1"
},
"peerDependencies": {
"eslint": "^8"
diff --git a/packages/instructure-theme/package.json b/packages/instructure-theme/package.json
index 6b48b08fb7..3a9ee778d1 100644
--- a/packages/instructure-theme/package.json
+++ b/packages/instructure-theme/package.json
@@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/theme-registry": "8.46.1",
"@instructure/ui-theme-tokens": "8.46.1"
diff --git a/packages/instui-cli/package.json b/packages/instui-cli/package.json
index dbebb6e7a1..91d720b45c 100644
--- a/packages/instui-cli/package.json
+++ b/packages/instui-cli/package.json
@@ -38,8 +38,8 @@
"@instructure/ui-stylelint-config": "8.46.1",
"@instructure/ui-webpack-config": "8.46.1",
"@lerna/project": "^6.4.1",
- "depcheck": "^1.4.5",
- "fs-extra": "^10.1.0",
+ "depcheck": "^1.4.6",
+ "fs-extra": "^11.1.1",
"lodash.template": "^4.5.0",
"semver": "^7.5.4",
"yargs": "^17.7.2",
diff --git a/packages/instui-config/package.json b/packages/instui-config/package.json
index e863422903..51fc5ffacb 100644
--- a/packages/instui-config/package.json
+++ b/packages/instui-config/package.json
@@ -19,7 +19,7 @@
"dependencies": {
"@instructure/command-utils": "8.46.1",
"@instructure/pkg-utils": "8.46.1",
- "fs-extra": "^10.1.0",
+ "fs-extra": "^11.1.1",
"semver": "^7.5.4"
}
}
diff --git a/packages/pkg-utils/package.json b/packages/pkg-utils/package.json
index 4c24c14caa..78db80a959 100644
--- a/packages/pkg-utils/package.json
+++ b/packages/pkg-utils/package.json
@@ -19,6 +19,9 @@
"@lerna/package": "^6.4.1",
"read-pkg-up": "^7.0.1"
},
+ "//dependency-comments": {
+ "read-pkg-up": "Since 8.0.0 this package is pure ESM and it cannot be require()'d"
+ },
"publishConfig": {
"access": "public"
}
diff --git a/packages/template-component/package.json b/packages/template-component/package.json
index 1649194739..63c837011f 100644
--- a/packages/template-component/package.json
+++ b/packages/template-component/package.json
@@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
diff --git a/packages/template-package/package.json b/packages/template-package/package.json
index b4f8c50164..07f31c11ae 100644
--- a/packages/template-package/package.json
+++ b/packages/template-package/package.json
@@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1"
},
"devDependencies": {
diff --git a/packages/theme-registry/package.json b/packages/theme-registry/package.json
index 775131d500..0c45e069a2 100644
--- a/packages/theme-registry/package.json
+++ b/packages/theme-registry/package.json
@@ -21,7 +21,7 @@
"access": "public"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-utils": "8.46.1"
diff --git a/packages/ui-a11y-content/package.json b/packages/ui-a11y-content/package.json
index 8001e5e409..2e37c07505 100644
--- a/packages/ui-a11y-content/package.json
+++ b/packages/ui-a11y-content/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-a11y-utils/package.json b/packages/ui-a11y-utils/package.json
index f1a9d13842..eb9c64a02d 100644
--- a/packages/ui-a11y-utils/package.json
+++ b/packages/ui-a11y-utils/package.json
@@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-alerts/package.json b/packages/ui-alerts/package.json
index 9c0a02defc..f8a71626cf 100644
--- a/packages/ui-alerts/package.json
+++ b/packages/ui-alerts/package.json
@@ -28,7 +28,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json
index 29de2ae690..3f5beb8fdc 100644
--- a/packages/ui-avatar/package.json
+++ b/packages/ui-avatar/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -40,7 +40,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
diff --git a/packages/ui-avatar/src/Avatar/__new-tests__/Avatar.test.tsx b/packages/ui-avatar/src/Avatar/__new-tests__/Avatar.test.tsx
index af3da6439f..3446b8c6d0 100644
--- a/packages/ui-avatar/src/Avatar/__new-tests__/Avatar.test.tsx
+++ b/packages/ui-avatar/src/Avatar/__new-tests__/Avatar.test.tsx
@@ -25,7 +25,7 @@ import React from 'react'
import { fireEvent, render, screen } from '@testing-library/react'
import { runAxeCheck } from '@instructure/ui-axe-check'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import Avatar from '../index'
import { IconGroupLine } from '@instructure/ui-icons'
diff --git a/packages/ui-axe-check/package.json b/packages/ui-axe-check/package.json
index 905e0cf381..e7b947000d 100644
--- a/packages/ui-axe-check/package.json
+++ b/packages/ui-axe-check/package.json
@@ -25,8 +25,8 @@
"@instructure/ui-babel-preset": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
- "axe-core": "^4.7.2"
+ "@babel/runtime": "^7.23.2",
+ "axe-core": "^4.8.2"
},
"publishConfig": {
"access": "public"
diff --git a/packages/ui-babel-preset/package.json b/packages/ui-babel-preset/package.json
index 2687dda29d..71796b9e43 100644
--- a/packages/ui-babel-preset/package.json
+++ b/packages/ui-babel-preset/package.json
@@ -16,21 +16,21 @@
},
"license": "MIT",
"dependencies": {
- "@babel/core": "^7.22.15",
+ "@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
- "@babel/plugin-proposal-decorators": "^7.22.15",
- "@babel/plugin-proposal-export-default-from": "^7.22.5",
+ "@babel/plugin-proposal-decorators": "^7.23.2",
+ "@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.22.15",
- "@babel/plugin-transform-destructuring": "^7.22.15",
+ "@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/plugin-transform-react-display-name": "^7.22.5",
- "@babel/plugin-transform-runtime": "^7.22.15",
- "@babel/preset-env": "^7.22.15",
+ "@babel/plugin-transform-runtime": "^7.23.2",
+ "@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
- "@babel/preset-typescript": "^7.22.15",
- "@babel/runtime": "^7.22.15",
+ "@babel/preset-typescript": "^7.23.2",
+ "@babel/runtime": "^7.23.2",
"@instructure/babel-plugin-transform-imports": "8.46.1",
"@instructure/browserslist-config-instui": "8.46.1",
"babel-loader": "^9.1.3",
@@ -40,7 +40,7 @@
"babel-plugin-transform-ensure-ignore": "^0.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-undefined-to-void": "^6.9.4",
- "core-js": "3.32.1"
+ "core-js": "3.33.0"
},
"publishConfig": {
"access": "public"
diff --git a/packages/ui-badge/package.json b/packages/ui-badge/package.json
index 077f9a4768..2a21068339 100644
--- a/packages/ui-badge/package.json
+++ b/packages/ui-badge/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -40,7 +40,7 @@
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
diff --git a/packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx b/packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx
index 28c0862e94..47369063a3 100644
--- a/packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx
+++ b/packages/ui-badge/src/Badge/__new-tests__/Badge.test.tsx
@@ -25,7 +25,7 @@ import React from 'react'
import { render, screen } from '@testing-library/react'
import { runAxeCheck } from '@instructure/ui-axe-check'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { Badge } from '../index'
import type { BadgeProps } from '../props'
diff --git a/packages/ui-billboard/package.json b/packages/ui-billboard/package.json
index 3380e02dad..fe3d3dad59 100644
--- a/packages/ui-billboard/package.json
+++ b/packages/ui-billboard/package.json
@@ -29,12 +29,12 @@
"@instructure/ui-icons": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3"
+ "@testing-library/user-event": "^14.5.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-heading": "8.46.1",
diff --git a/packages/ui-billboard/src/Billboard/__new-tests__/Billboard.test.tsx b/packages/ui-billboard/src/Billboard/__new-tests__/Billboard.test.tsx
index 9a34415845..4d23435b0c 100644
--- a/packages/ui-billboard/src/Billboard/__new-tests__/Billboard.test.tsx
+++ b/packages/ui-billboard/src/Billboard/__new-tests__/Billboard.test.tsx
@@ -25,7 +25,7 @@
import React from 'react'
import { fireEvent, render, screen } from '@testing-library/react'
import userEvent from '@testing-library/user-event'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { Billboard } from '../index'
import { IconUserLine } from '@instructure/ui-icons'
diff --git a/packages/ui-breadcrumb/package.json b/packages/ui-breadcrumb/package.json
index 4750452e56..7f07941563 100644
--- a/packages/ui-breadcrumb/package.json
+++ b/packages/ui-breadcrumb/package.json
@@ -27,11 +27,11 @@
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-axe-check": "8.46.1",
"@instructure/ui-scripts": "^8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-icons": "8.46.1",
diff --git a/packages/ui-breadcrumb/src/Breadcrumb/BreadcrumbLink/__new-tests__/BreadcrumbLink.test.tsx b/packages/ui-breadcrumb/src/Breadcrumb/BreadcrumbLink/__new-tests__/BreadcrumbLink.test.tsx
index 71f308a319..943691a013 100644
--- a/packages/ui-breadcrumb/src/Breadcrumb/BreadcrumbLink/__new-tests__/BreadcrumbLink.test.tsx
+++ b/packages/ui-breadcrumb/src/Breadcrumb/BreadcrumbLink/__new-tests__/BreadcrumbLink.test.tsx
@@ -24,7 +24,7 @@
import React from 'react'
import { fireEvent, render, screen } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { runAxeCheck } from '@instructure/ui-axe-check'
import { BreadcrumbLink } from '../index'
diff --git a/packages/ui-breadcrumb/src/Breadcrumb/__new-tests__/Breadcrumb.test.tsx b/packages/ui-breadcrumb/src/Breadcrumb/__new-tests__/Breadcrumb.test.tsx
index 6601cf3fe4..fe74ce57fd 100644
--- a/packages/ui-breadcrumb/src/Breadcrumb/__new-tests__/Breadcrumb.test.tsx
+++ b/packages/ui-breadcrumb/src/Breadcrumb/__new-tests__/Breadcrumb.test.tsx
@@ -24,7 +24,7 @@
import React from 'react'
import { render, screen } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
// eslint-disable-next-line no-restricted-imports
import { generateA11yTests } from '@instructure/ui-scripts/lib/test/generateA11yTests'
diff --git a/packages/ui-buttons/package.json b/packages/ui-buttons/package.json
index 6e6c40e205..a469f8b9e1 100644
--- a/packages/ui-buttons/package.json
+++ b/packages/ui-buttons/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-byline/package.json b/packages/ui-byline/package.json
index 6a98dc6ac2..f1220676bd 100644
--- a/packages/ui-byline/package.json
+++ b/packages/ui-byline/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
@@ -37,7 +37,7 @@
"@instructure/ui-color-utils": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
diff --git a/packages/ui-byline/src/Byline/__new-tests__/Byline.test.tsx b/packages/ui-byline/src/Byline/__new-tests__/Byline.test.tsx
index e4927f03ee..8d2ca7aca8 100644
--- a/packages/ui-byline/src/Byline/__new-tests__/Byline.test.tsx
+++ b/packages/ui-byline/src/Byline/__new-tests__/Byline.test.tsx
@@ -24,7 +24,7 @@
import React, { ComponentType } from 'react'
import { render, screen } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { Byline } from '../index'
import { BylineProps } from '../props'
diff --git a/packages/ui-calendar/package.json b/packages/ui-calendar/package.json
index 2090fbeaa2..7d622f5bd0 100644
--- a/packages/ui-calendar/package.json
+++ b/packages/ui-calendar/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-checkbox/package.json b/packages/ui-checkbox/package.json
index 9ff481fa8f..94202e4f2f 100644
--- a/packages/ui-checkbox/package.json
+++ b/packages/ui-checkbox/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -46,9 +46,9 @@
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-axe-check": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
- "@testing-library/user-event": "^14.4.3"
+ "@testing-library/user-event": "^14.5.1"
},
"peerDependencies": {
"react": ">=16.8 <=18"
diff --git a/packages/ui-checkbox/src/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.tsx b/packages/ui-checkbox/src/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.tsx
index 5515afc147..390a816d3e 100644
--- a/packages/ui-checkbox/src/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.tsx
+++ b/packages/ui-checkbox/src/Checkbox/CheckboxFacade/__new-tests__/CheckboxFacade.test.tsx
@@ -24,7 +24,7 @@
import React from 'react'
import { render, screen } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { runAxeCheck } from '@instructure/ui-axe-check'
import { CheckboxFacade } from '../index'
diff --git a/packages/ui-checkbox/src/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.tsx b/packages/ui-checkbox/src/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.tsx
index 3de5ca16eb..6ae3998ff9 100644
--- a/packages/ui-checkbox/src/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.tsx
+++ b/packages/ui-checkbox/src/Checkbox/ToggleFacade/__new-tests__/ToggleFacade.test.tsx
@@ -24,7 +24,7 @@
import React from 'react'
import { render, screen } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { runAxeCheck } from '@instructure/ui-axe-check'
import { ToggleFacade } from '../index'
diff --git a/packages/ui-checkbox/src/Checkbox/__new-tests__/Checkbox.test.tsx b/packages/ui-checkbox/src/Checkbox/__new-tests__/Checkbox.test.tsx
index d83027f658..1877967428 100644
--- a/packages/ui-checkbox/src/Checkbox/__new-tests__/Checkbox.test.tsx
+++ b/packages/ui-checkbox/src/Checkbox/__new-tests__/Checkbox.test.tsx
@@ -25,7 +25,7 @@
import React from 'react'
import { fireEvent, render, screen, waitFor } from '@testing-library/react'
import userEvent from '@testing-library/user-event'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { runAxeCheck } from '@instructure/ui-axe-check'
import { Checkbox } from '../index'
diff --git a/packages/ui-checkbox/src/CheckboxGroup/__new-tests__/CheckboxGroup.test.tsx b/packages/ui-checkbox/src/CheckboxGroup/__new-tests__/CheckboxGroup.test.tsx
index 1f8b869abe..55b90278d3 100644
--- a/packages/ui-checkbox/src/CheckboxGroup/__new-tests__/CheckboxGroup.test.tsx
+++ b/packages/ui-checkbox/src/CheckboxGroup/__new-tests__/CheckboxGroup.test.tsx
@@ -25,7 +25,7 @@
import React from 'react'
import { fireEvent, render, screen, waitFor } from '@testing-library/react'
import userEvent from '@testing-library/user-event'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import { runAxeCheck } from '@instructure/ui-axe-check'
import { CheckboxGroup } from '../index'
diff --git a/packages/ui-code-editor/package.json b/packages/ui-code-editor/package.json
index 8757ef5132..cd5dced92a 100644
--- a/packages/ui-code-editor/package.json
+++ b/packages/ui-code-editor/package.json
@@ -29,7 +29,7 @@
"@types/codemirror": "5.x"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
diff --git a/packages/ui-codemods/package.json b/packages/ui-codemods/package.json
index ae70fe2022..bdaf4da384 100644
--- a/packages/ui-codemods/package.json
+++ b/packages/ui-codemods/package.json
@@ -18,9 +18,9 @@
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/jscodeshift": "^0.11.6",
+ "@types/jscodeshift": "^0.11.7",
"@types/prettier": "^2.7.3",
- "jest": "^29.6.4"
+ "jest": "^29.7.0"
},
"dependencies": {
"babel-core": "^7.0.0-bridge.0",
diff --git a/packages/ui-color-picker/package.json b/packages/ui-color-picker/package.json
index 83ecbe3793..347b29d9bb 100644
--- a/packages/ui-color-picker/package.json
+++ b/packages/ui-color-picker/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-color-utils/package.json b/packages/ui-color-utils/package.json
index a6759bdb46..7db598820e 100644
--- a/packages/ui-color-utils/package.json
+++ b/packages/ui-color-utils/package.json
@@ -24,10 +24,10 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "@types/tinycolor2": "^1.4.3"
+ "@types/tinycolor2": "^1.4.4"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"tinycolor2": "^1.6.0"
},
"publishConfig": {
diff --git a/packages/ui-date-input/package.json b/packages/ui-date-input/package.json
index 7ea254afb4..d140077ccc 100644
--- a/packages/ui-date-input/package.json
+++ b/packages/ui-date-input/package.json
@@ -28,7 +28,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/ui-calendar": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
diff --git a/packages/ui-date-time-input/package.json b/packages/ui-date-time-input/package.json
index a2567648f7..cc3bf25ce6 100644
--- a/packages/ui-date-time-input/package.json
+++ b/packages/ui-date-time-input/package.json
@@ -28,7 +28,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
diff --git a/packages/ui-decorator/package.json b/packages/ui-decorator/package.json
index d2c1632d7c..9cc86c0ed3 100644
--- a/packages/ui-decorator/package.json
+++ b/packages/ui-decorator/package.json
@@ -25,7 +25,7 @@
"@instructure/ui-babel-preset": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15"
+ "@babel/runtime": "^7.23.2"
},
"publishConfig": {
"access": "public"
diff --git a/packages/ui-dialog/package.json b/packages/ui-dialog/package.json
index 168e0e85ec..43c93962e3 100644
--- a/packages/ui-dialog/package.json
+++ b/packages/ui-dialog/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-utils": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-dom-utils/package.json b/packages/ui-dom-utils/package.json
index 553213d10d..53b39f3b4f 100644
--- a/packages/ui-dom-utils/package.json
+++ b/packages/ui-dom-utils/package.json
@@ -26,7 +26,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1"
},
diff --git a/packages/ui-drawer-layout/package.json b/packages/ui-drawer-layout/package.json
index 824a116899..1373864216 100644
--- a/packages/ui-drawer-layout/package.json
+++ b/packages/ui-drawer-layout/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
diff --git a/packages/ui-drilldown/package.json b/packages/ui-drilldown/package.json
index d83df8627c..f41e8b670e 100644
--- a/packages/ui-drilldown/package.json
+++ b/packages/ui-drilldown/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-editable/package.json b/packages/ui-editable/package.json
index 816e5479de..8dd4390c0f 100644
--- a/packages/ui-editable/package.json
+++ b/packages/ui-editable/package.json
@@ -27,7 +27,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
diff --git a/packages/ui-eslint-config/package.json b/packages/ui-eslint-config/package.json
index ace02adb99..afd08d962c 100644
--- a/packages/ui-eslint-config/package.json
+++ b/packages/ui-eslint-config/package.json
@@ -19,15 +19,15 @@
"@instructure/browserslist-config-instui": "8.46.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-compat": "^4.1.4",
- "eslint-plugin-import": "^2.27.5",
+ "eslint-config-prettier": "^8.10.0",
+ "eslint-plugin-compat": "^4.2.0",
+ "eslint-plugin-import": "^2.28.1",
"eslint-plugin-instructure-ui": "8.46.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
- "eslint-plugin-mocha": "^10.1.0",
+ "eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-notice": "^0.9.10",
- "eslint-plugin-react": "^7.32.2"
+ "eslint-plugin-react": "^7.33.2"
},
"peerDependencies": {
"eslint": "^8"
diff --git a/packages/ui-expandable/package.json b/packages/ui-expandable/package.json
index 0b32107eda..6eddcafdc2 100644
--- a/packages/ui-expandable/package.json
+++ b/packages/ui-expandable/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-prop-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
diff --git a/packages/ui-file-drop/package.json b/packages/ui-file-drop/package.json
index 20a250d2d7..c60bedaf03 100644
--- a/packages/ui-file-drop/package.json
+++ b/packages/ui-file-drop/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-flex/package.json b/packages/ui-flex/package.json
index 951175004f..650a9cde3d 100644
--- a/packages/ui-flex/package.json
+++ b/packages/ui-flex/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-focusable/package.json b/packages/ui-focusable/package.json
index a0cbd364d1..f92ca9ce0e 100644
--- a/packages/ui-focusable/package.json
+++ b/packages/ui-focusable/package.json
@@ -27,7 +27,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
diff --git a/packages/ui-form-field/package.json b/packages/ui-form-field/package.json
index b33566ccb9..ca41f3c195 100644
--- a/packages/ui-form-field/package.json
+++ b/packages/ui-form-field/package.json
@@ -28,7 +28,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-grid/package.json b/packages/ui-grid/package.json
index ae46d80cc6..6df2d9343f 100644
--- a/packages/ui-grid/package.json
+++ b/packages/ui-grid/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-heading/package.json b/packages/ui-heading/package.json
index fd1863549a..75c1b347ae 100644
--- a/packages/ui-heading/package.json
+++ b/packages/ui-heading/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-i18n/package.json b/packages/ui-i18n/package.json
index bc0b3b02da..4132778aa4 100644
--- a/packages/ui-i18n/package.json
+++ b/packages/ui-i18n/package.json
@@ -25,10 +25,10 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "@types/hoist-non-react-statics": "^3.3.1"
+ "@types/hoist-non-react-statics": "^3.3.3"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-decorator": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json
index 0ebca59182..73d70b2351 100644
--- a/packages/ui-icons/package.json
+++ b/packages/ui-icons/package.json
@@ -28,7 +28,7 @@
"gulp": "^4.0.2"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-svg-images": "8.46.1",
"prop-types": "^15.8.1"
},
diff --git a/packages/ui-img/package.json b/packages/ui-img/package.json
index 3969cbc08d..6f5d661c6c 100644
--- a/packages/ui-img/package.json
+++ b/packages/ui-img/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-karma-config/package.json b/packages/ui-karma-config/package.json
index f5e548f423..47f3c279c8 100644
--- a/packages/ui-karma-config/package.json
+++ b/packages/ui-karma-config/package.json
@@ -33,6 +33,9 @@
"karma-webpack": "^5.0.0",
"process": "^0.11.10"
},
+ "//dependency-comments": {
+ "globby": "since 12.0.0 globby is pure ESM, it cannot be require()'d"
+ },
"peerDependencies": {
"mocha": "^10",
"webpack": "^5"
diff --git a/packages/ui-link/package.json b/packages/ui-link/package.json
index 9f92b29367..4602beb0dd 100644
--- a/packages/ui-link/package.json
+++ b/packages/ui-link/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-list/package.json b/packages/ui-list/package.json
index 24a3b6a5c9..3a0c8bc027 100644
--- a/packages/ui-list/package.json
+++ b/packages/ui-list/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-menu/package.json b/packages/ui-menu/package.json
index 226958e2a0..a6d3ae88fb 100644
--- a/packages/ui-menu/package.json
+++ b/packages/ui-menu/package.json
@@ -31,7 +31,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-metric/package.json b/packages/ui-metric/package.json
index f1454eba14..57cab686c1 100644
--- a/packages/ui-metric/package.json
+++ b/packages/ui-metric/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-modal/package.json b/packages/ui-modal/package.json
index 57f9a6c931..9e9a1347fe 100644
--- a/packages/ui-modal/package.json
+++ b/packages/ui-modal/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-motion/package.json b/packages/ui-motion/package.json
index c891b7c82e..52e2812511 100644
--- a/packages/ui-motion/package.json
+++ b/packages/ui-motion/package.json
@@ -29,7 +29,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-navigation/package.json b/packages/ui-navigation/package.json
index d650995f8c..92202b54c2 100644
--- a/packages/ui-navigation/package.json
+++ b/packages/ui-navigation/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
diff --git a/packages/ui-number-input/package.json b/packages/ui-number-input/package.json
index c90e7ca9b4..4afbde6c79 100644
--- a/packages/ui-number-input/package.json
+++ b/packages/ui-number-input/package.json
@@ -32,7 +32,7 @@
"@testing-library/react": "^14.0.0"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
diff --git a/packages/ui-options/package.json b/packages/ui-options/package.json
index e41ad3d9ec..9d595a3e34 100644
--- a/packages/ui-options/package.json
+++ b/packages/ui-options/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-icons": "8.46.1",
diff --git a/packages/ui-overlays/package.json b/packages/ui-overlays/package.json
index 6df593244e..7f12007fbd 100644
--- a/packages/ui-overlays/package.json
+++ b/packages/ui-overlays/package.json
@@ -31,7 +31,7 @@
"@types/no-scroll": "^2.1.0"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-pages/package.json b/packages/ui-pages/package.json
index c423819c5d..72e30c6b32 100644
--- a/packages/ui-pages/package.json
+++ b/packages/ui-pages/package.json
@@ -29,7 +29,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-pagination/package.json b/packages/ui-pagination/package.json
index c891830e71..a53a33fce3 100644
--- a/packages/ui-pagination/package.json
+++ b/packages/ui-pagination/package.json
@@ -29,7 +29,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
diff --git a/packages/ui-pill/package.json b/packages/ui-pill/package.json
index 2f690a2604..26f0f7a55f 100644
--- a/packages/ui-pill/package.json
+++ b/packages/ui-pill/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-popover/package.json b/packages/ui-popover/package.json
index 980b1a4c47..8e012bb5fa 100644
--- a/packages/ui-popover/package.json
+++ b/packages/ui-popover/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-utils": "8.46.1",
diff --git a/packages/ui-portal/package.json b/packages/ui-portal/package.json
index fad6062bac..730bbfab5a 100644
--- a/packages/ui-portal/package.json
+++ b/packages/ui-portal/package.json
@@ -27,7 +27,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
"@instructure/ui-i18n": "8.46.1",
diff --git a/packages/ui-position/package.json b/packages/ui-position/package.json
index 5e65735571..db8c1e6d31 100644
--- a/packages/ui-position/package.json
+++ b/packages/ui-position/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-progress/package.json b/packages/ui-progress/package.json
index d88fd8f869..3b9aba1168 100644
--- a/packages/ui-progress/package.json
+++ b/packages/ui-progress/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-prop-types/package.json b/packages/ui-prop-types/package.json
index be788999ca..2344631426 100644
--- a/packages/ui-prop-types/package.json
+++ b/packages/ui-prop-types/package.json
@@ -26,7 +26,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"prop-types": "^15.8.1"
},
"peerDependencies": {
diff --git a/packages/ui-radio-input/package.json b/packages/ui-radio-input/package.json
index 4c1236676e..aefe969b67 100644
--- a/packages/ui-radio-input/package.json
+++ b/packages/ui-radio-input/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-range-input/package.json b/packages/ui-range-input/package.json
index 068b32b5c4..fd9dac69d3 100644
--- a/packages/ui-range-input/package.json
+++ b/packages/ui-range-input/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-rating/package.json b/packages/ui-rating/package.json
index 25c4eb90c5..9ab62224ff 100644
--- a/packages/ui-rating/package.json
+++ b/packages/ui-rating/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-react-utils/package.json b/packages/ui-react-utils/package.json
index 13ef2de815..e43c16928c 100644
--- a/packages/ui-react-utils/package.json
+++ b/packages/ui-react-utils/package.json
@@ -26,7 +26,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@emotion/is-prop-valid": "^1.2.1",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-responsive/package.json b/packages/ui-responsive/package.json
index 0a51a55623..e8abdc1283 100644
--- a/packages/ui-responsive/package.json
+++ b/packages/ui-responsive/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-scripts/package.json b/packages/ui-scripts/package.json
index 199ee128f4..236b175eec 100644
--- a/packages/ui-scripts/package.json
+++ b/packages/ui-scripts/package.json
@@ -19,29 +19,29 @@
},
"license": "MIT",
"dependencies": {
- "@babel/cli": "^7.22.15",
+ "@babel/cli": "^7.23.0",
"@instructure/command-utils": "8.46.1",
"@instructure/pkg-utils": "8.46.1",
"@lerna/project": "^6.4.1",
"dotenv": "^16.3.1",
"find-up": "^6.3.0",
- "fs-extra": "^10.1.0",
+ "fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"jscodeshift": "^0.15.0",
"karma-cli": "^2.0.0",
- "lerna": "^7.1.3",
+ "lerna": "^7.3.1",
"lodash.isplainobject": "^4.0.6",
"mocha": "^10.2.0",
- "prettier": "^2.8.8",
+ "prettier": "^3.0.3",
"semver": "^7.5.4",
- "style-dictionary": "2.10.3",
+ "style-dictionary": "3.8.0",
"stylelint": "^15.10.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"yargs": "^17.7.2"
},
"optionalDependencies": {
- "@storybook/react": "^6.5.16"
+ "@storybook/react": "^7.4.6"
},
"peerDependencies": {
"eslint": "^8",
diff --git a/packages/ui-select/package.json b/packages/ui-select/package.json
index 2f53f82fbf..29730b072a 100644
--- a/packages/ui-select/package.json
+++ b/packages/ui-select/package.json
@@ -28,11 +28,11 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-select/src/Select/__new-tests__/Select.test.tsx b/packages/ui-select/src/Select/__new-tests__/Select.test.tsx
index 07fd517415..72059b2b41 100644
--- a/packages/ui-select/src/Select/__new-tests__/Select.test.tsx
+++ b/packages/ui-select/src/Select/__new-tests__/Select.test.tsx
@@ -23,7 +23,7 @@
*/
import React from 'react'
import { render } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import Select from '../index'
import * as utils from '@instructure/ui-utils'
diff --git a/packages/ui-selectable/package.json b/packages/ui-selectable/package.json
index 331e32ccf8..20f2cdaa81 100644
--- a/packages/ui-selectable/package.json
+++ b/packages/ui-selectable/package.json
@@ -27,7 +27,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-side-nav-bar/package.json b/packages/ui-side-nav-bar/package.json
index 22b49bd6d5..a04e05b2fd 100644
--- a/packages/ui-side-nav-bar/package.json
+++ b/packages/ui-side-nav-bar/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
diff --git a/packages/ui-simple-select/package.json b/packages/ui-simple-select/package.json
index ce3d2f6a82..4f529826c1 100644
--- a/packages/ui-simple-select/package.json
+++ b/packages/ui-simple-select/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
@@ -41,7 +41,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-utils": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
diff --git a/packages/ui-simple-select/src/SimpleSelect/__new-tests__/SimpleSelect.test.tsx b/packages/ui-simple-select/src/SimpleSelect/__new-tests__/SimpleSelect.test.tsx
index b321020af6..626989a971 100644
--- a/packages/ui-simple-select/src/SimpleSelect/__new-tests__/SimpleSelect.test.tsx
+++ b/packages/ui-simple-select/src/SimpleSelect/__new-tests__/SimpleSelect.test.tsx
@@ -23,7 +23,7 @@
*/
import React from 'react'
import { render } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import SimpleSelect from '../index'
import * as utils from '@instructure/ui-utils'
diff --git a/packages/ui-source-code-editor/package.json b/packages/ui-source-code-editor/package.json
index 70950df9b9..bb48e4472a 100644
--- a/packages/ui-source-code-editor/package.json
+++ b/packages/ui-source-code-editor/package.json
@@ -26,24 +26,24 @@
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-queries": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
- "@codemirror/autocomplete": "^6.8.0",
- "@codemirror/commands": "^6.2.4",
- "@codemirror/lang-css": "^6.0.1",
- "@codemirror/lang-html": "^6.3.1",
- "@codemirror/lang-javascript": "^6.1.1",
+ "@babel/runtime": "^7.23.2",
+ "@codemirror/autocomplete": "^6.10.2",
+ "@codemirror/commands": "^6.3.0",
+ "@codemirror/lang-css": "^6.2.1",
+ "@codemirror/lang-html": "^6.4.6",
+ "@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
- "@codemirror/lang-markdown": "^6.0.5",
- "@codemirror/language": "^6.3.1",
- "@codemirror/legacy-modes": "^6.3.1",
- "@codemirror/lint": "^6.1.0",
- "@codemirror/search": "^6.2.3",
- "@codemirror/state": "^6.1.4",
- "@codemirror/view": "^6.6.0",
+ "@codemirror/lang-markdown": "^6.2.2",
+ "@codemirror/language": "^6.9.1",
+ "@codemirror/legacy-modes": "^6.3.3",
+ "@codemirror/lint": "^6.4.2",
+ "@codemirror/search": "^6.5.4",
+ "@codemirror/state": "^6.3.0",
+ "@codemirror/view": "^6.21.3",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
@@ -55,7 +55,7 @@
"@instructure/ui-testable": "8.46.1",
"@instructure/ui-themes": "8.46.1",
"@instructure/ui-utils": "8.46.1",
- "@lezer/highlight": "1.1.3",
+ "@lezer/highlight": "1.1.6",
"prop-types": "^15.8.1"
},
"peerDependencies": {
diff --git a/packages/ui-source-code-editor/src/SourceCodeEditor/__new-tests__/SourceCodeEditor.test.tsx b/packages/ui-source-code-editor/src/SourceCodeEditor/__new-tests__/SourceCodeEditor.test.tsx
index 614497288c..655319fb89 100644
--- a/packages/ui-source-code-editor/src/SourceCodeEditor/__new-tests__/SourceCodeEditor.test.tsx
+++ b/packages/ui-source-code-editor/src/SourceCodeEditor/__new-tests__/SourceCodeEditor.test.tsx
@@ -24,7 +24,7 @@
import React from 'react'
import { render } from '@testing-library/react'
import SourceCodeEditor from '../index'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
describe('', () => {
describe('syntax highlight', () => {
diff --git a/packages/ui-spinner/package.json b/packages/ui-spinner/package.json
index 96c802e56b..e26e2a3b5b 100644
--- a/packages/ui-spinner/package.json
+++ b/packages/ui-spinner/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
@@ -40,7 +40,7 @@
"@instructure/ui-test-locator": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
"@instructure/ui-themes": "8.46.1",
- "@testing-library/jest-dom": "^5.17.0",
+ "@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
diff --git a/packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx b/packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx
index 3fcde37c88..ac63d20b9f 100644
--- a/packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx
+++ b/packages/ui-spinner/src/Spinner/__new-tests__/Spinner.test.tsx
@@ -24,7 +24,7 @@
import React from 'react'
import { render, waitFor } from '@testing-library/react'
-import '@testing-library/jest-dom/extend-expect'
+import '@testing-library/jest-dom'
import Spinner from '../index'
describe('', () => {
diff --git a/packages/ui-svg-images/package.json b/packages/ui-svg-images/package.json
index 7426fcc09d..3e818dcf20 100644
--- a/packages/ui-svg-images/package.json
+++ b/packages/ui-svg-images/package.json
@@ -29,7 +29,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-react-utils": "8.46.1",
diff --git a/packages/ui-table/package.json b/packages/ui-table/package.json
index 85534a6177..7bafdc9feb 100644
--- a/packages/ui-table/package.json
+++ b/packages/ui-table/package.json
@@ -29,7 +29,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-tabs/package.json b/packages/ui-tabs/package.json
index 9917143c65..ac37ce239f 100644
--- a/packages/ui-tabs/package.json
+++ b/packages/ui-tabs/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
diff --git a/packages/ui-tag/package.json b/packages/ui-tag/package.json
index 877cb29ff8..02f24bfe46 100644
--- a/packages/ui-tag/package.json
+++ b/packages/ui-tag/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-test-locator/package.json b/packages/ui-test-locator/package.json
index 396fbeff08..dd095cacfc 100644
--- a/packages/ui-test-locator/package.json
+++ b/packages/ui-test-locator/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-test-queries": "8.46.1"
},
"devDependencies": {
diff --git a/packages/ui-test-queries/package.json b/packages/ui-test-queries/package.json
index 2a2098c29d..78618c0a13 100644
--- a/packages/ui-test-queries/package.json
+++ b/packages/ui-test-queries/package.json
@@ -27,12 +27,12 @@
"@instructure/ui-axe-check": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
"keycode": "^2.2.1",
- "pretty-format": "^29.6.3",
+ "pretty-format": "^29.7.0",
"sizzle": "^2.3.10"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/sizzle": "^2.3.3"
+ "@types/sizzle": "^2.3.4"
},
"publishConfig": {
"access": "public"
diff --git a/packages/ui-test-sandbox/package.json b/packages/ui-test-sandbox/package.json
index 34d238da0a..bca564b9f9 100644
--- a/packages/ui-test-sandbox/package.json
+++ b/packages/ui-test-sandbox/package.json
@@ -23,13 +23,13 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"sinon": "^15.2.0"
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/mocha": "^10.0.1",
- "@types/sinon": "^10.0.16",
+ "@types/mocha": "^10.0.2",
+ "@types/sinon": "^10.0.19",
"prop-types": "^15.8.1"
},
"peerDependencies": {
diff --git a/packages/ui-test-utils/package.json b/packages/ui-test-utils/package.json
index d6b80fb84e..7d88b44d63 100644
--- a/packages/ui-test-utils/package.json
+++ b/packages/ui-test-utils/package.json
@@ -23,11 +23,11 @@
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
- "@types/chai": "^4.3.6",
+ "@types/chai": "^4.3.8",
"@types/chai-as-promised": "^7.1.6",
"@types/chai-string": "^1.4.3",
"@types/dirty-chai": "^2.0.2",
- "@types/sinon-chai": "^3.2.9",
+ "@types/sinon-chai": "^3.2.10",
"prop-types": "^15.8.1"
},
"dependencies": {
@@ -35,7 +35,7 @@
"@instructure/ui-test-queries": "8.46.1",
"@instructure/ui-test-sandbox": "8.46.1",
"@sheerun/mutationobserver-shim": "^0.3.3",
- "chai": "^4.3.8",
+ "chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-exclude": "^2.1.0",
"chai-string": "^1.5.0",
diff --git a/packages/ui-testable/package.json b/packages/ui-testable/package.json
index b67408d44d..3cfd9ecf94 100644
--- a/packages/ui-testable/package.json
+++ b/packages/ui-testable/package.json
@@ -27,7 +27,7 @@
"prop-types": "^15.8.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/ui-decorator": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1"
},
diff --git a/packages/ui-text-area/package.json b/packages/ui-text-area/package.json
index a52555737e..ddcee994c0 100644
--- a/packages/ui-text-area/package.json
+++ b/packages/ui-text-area/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-text-input/package.json b/packages/ui-text-input/package.json
index bda1de515b..d90857b09a 100644
--- a/packages/ui-text-input/package.json
+++ b/packages/ui-text-input/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
diff --git a/packages/ui-text/package.json b/packages/ui-text/package.json
index 322a305cf5..e6da12f0f9 100644
--- a/packages/ui-text/package.json
+++ b/packages/ui-text/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-theme-tokens/package.json b/packages/ui-theme-tokens/package.json
index c010e33e61..b583027a83 100644
--- a/packages/ui-theme-tokens/package.json
+++ b/packages/ui-theme-tokens/package.json
@@ -27,7 +27,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1"
},
"publishConfig": {
diff --git a/packages/ui-time-select/package.json b/packages/ui-time-select/package.json
index ef7b28cd5c..210f1950be 100644
--- a/packages/ui-time-select/package.json
+++ b/packages/ui-time-select/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-form-field": "8.46.1",
"@instructure/ui-i18n": "8.46.1",
diff --git a/packages/ui-toggle-details/package.json b/packages/ui-toggle-details/package.json
index 91331f3e15..4ea755066a 100644
--- a/packages/ui-toggle-details/package.json
+++ b/packages/ui-toggle-details/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-buttons": "8.46.1",
diff --git a/packages/ui-tooltip/package.json b/packages/ui-tooltip/package.json
index 8311bf4827..7e85fbaa9b 100644
--- a/packages/ui-tooltip/package.json
+++ b/packages/ui-tooltip/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-popover": "8.46.1",
diff --git a/packages/ui-top-nav-bar/package.json b/packages/ui-top-nav-bar/package.json
index 475138988a..cd905b4dc1 100644
--- a/packages/ui-top-nav-bar/package.json
+++ b/packages/ui-top-nav-bar/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-tray/package.json b/packages/ui-tray/package.json
index d99952a474..5ad25dabd9 100644
--- a/packages/ui-tray/package.json
+++ b/packages/ui-tray/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-tree-browser/package.json b/packages/ui-tree-browser/package.json
index 8359941ac2..566a1704ab 100644
--- a/packages/ui-tree-browser/package.json
+++ b/packages/ui-tree-browser/package.json
@@ -30,7 +30,7 @@
"@instructure/ui-themes": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
"@instructure/ui-icons": "8.46.1",
diff --git a/packages/ui-truncate-list/package.json b/packages/ui-truncate-list/package.json
index 87dcdf33cd..9e2bc0ea11 100644
--- a/packages/ui-truncate-list/package.json
+++ b/packages/ui-truncate-list/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
diff --git a/packages/ui-truncate-text/package.json b/packages/ui-truncate-text/package.json
index f3dc277c33..97f76819d1 100644
--- a/packages/ui-truncate-text/package.json
+++ b/packages/ui-truncate-text/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/debounce": "8.46.1",
"@instructure/emotion": "8.46.1",
diff --git a/packages/ui-utils/package.json b/packages/ui-utils/package.json
index d1aa8cb91f..7eee007953 100644
--- a/packages/ui-utils/package.json
+++ b/packages/ui-utils/package.json
@@ -27,7 +27,7 @@
"@types/json-stable-stringify": "^1.0.34"
},
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/ui-dom-utils": "8.46.1",
"@types/ua-parser-js": "^0.7.37",
diff --git a/packages/ui-view/package.json b/packages/ui-view/package.json
index a14a54e1e2..d753923ef7 100644
--- a/packages/ui-view/package.json
+++ b/packages/ui-view/package.json
@@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/console": "8.46.1",
"@instructure/emotion": "8.46.1",
"@instructure/shared-types": "8.46.1",
diff --git a/packages/ui-webpack-config/package.json b/packages/ui-webpack-config/package.json
index 6c6128a64f..b7c3eafad1 100644
--- a/packages/ui-webpack-config/package.json
+++ b/packages/ui-webpack-config/package.json
@@ -25,7 +25,7 @@
"stylelint": "^15.10.3",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^4.0.2",
- "webpack": "^5.88.2"
+ "webpack": "^5.89.0"
},
"publishConfig": {
"access": "public"
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 5826591735..33c9df0657 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -24,7 +24,7 @@
},
"license": "MIT",
"dependencies": {
- "@babel/runtime": "^7.22.15",
+ "@babel/runtime": "^7.23.2",
"@instructure/emotion": "8.46.1",
"@instructure/ui-a11y-content": "8.46.1",
"@instructure/ui-alerts": "8.46.1",
@@ -102,7 +102,7 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-test-utils": "8.46.1",
- "jest": "^29.6.4"
+ "jest": "^29.7.0"
},
"publishConfig": {
"access": "public"
diff --git a/packages/uid/package.json b/packages/uid/package.json
index 3d943a7ff9..2679c0be2e 100644
--- a/packages/uid/package.json
+++ b/packages/uid/package.json
@@ -26,7 +26,7 @@
"@instructure/ui-test-utils": "8.46.1"
},
"dependencies": {
- "@babel/runtime": "^7.22.15"
+ "@babel/runtime": "^7.23.2"
},
"publishConfig": {
"access": "public"
diff --git a/regression-test/package.json b/regression-test/package.json
index e2ecf91447..5201485f70 100644
--- a/regression-test/package.json
+++ b/regression-test/package.json
@@ -17,20 +17,20 @@
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "7",
- "@babel/preset-react": "^7.16.7",
- "@types/prop-types": "^15.7.4",
+ "@babel/preset-react": "^7.22.15",
+ "@types/prop-types": "^15.7.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-cli": "^6.26.0",
- "babel-loader": "^8.2.3",
- "esbuild": "^0.14.23",
- "serve": "^13.0.2",
+ "babel-loader": "^8.3.0",
+ "esbuild": "^0.19.4",
+ "serve": "^13.0.4",
"testcafe": "^2",
"testcafe-react-selectors": "^5",
"ts-loader": "8",
- "typescript": "^4.6.2",
+ "typescript": "^4.9.5",
"webpack": "4",
- "webpack-cli": "^4.9.2"
+ "webpack-cli": "^4.10.0"
},
"dependencies": {
"react": "^18",