diff --git a/package-lock.json b/package-lock.json index 1590a41463..29685429c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,27 +13,27 @@ "packages/*" ], "devDependencies": { - "@babel/cli": "^7.22.15", - "@commitlint/cli": "^17.7.1", + "@babel/cli": "^7.23.0", + "@commitlint/cli": "^17.7.2", "@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", + "@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", + "danger": "^11.3.0", "esbuild": "^0.18.12", - "eslint": "^8.44.0", + "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": "^14.0.1", "npm-run-all": "^4.1.5", "ts-jest": "^29.1.1", "typescript": "5.2.2", @@ -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", @@ -2098,9 +2103,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" }, @@ -2335,14 +2340,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.7.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.2.tgz", + "integrity": "sha512-t3N7TZq7lOeqTOyEgfGcaltHqEJf7YDlPg75MldeVPPyz14jZq/+mbGF9tueDLFX8R6RwdymrN6D+U5XwZ8Iwg==", "dev": true, "dependencies": { "@commitlint/format": "^17.4.4", "@commitlint/lint": "^17.7.0", - "@commitlint/load": "^17.7.1", + "@commitlint/load": "^17.7.2", "@commitlint/read": "^17.5.1", "@commitlint/types": "^17.4.4", "execa": "^5.0.0", @@ -2484,16 +2489,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.7.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.7.2.tgz", + "integrity": "sha512-XA7WTnsjHZ4YH6ZYsrnxgLdXzriwMMq+utZUET6spbOEEIPBCDLdOQXS26P+v3TTO4hUHOEhzUquaBv3jbBixw==", "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", @@ -3359,9 +3364,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 +3377,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 +4709,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 +4757,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 +4793,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 +4848,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 +5223,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 +5397,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" } @@ -6065,19 +6104,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 +6124,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 +6182,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 +6197,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 +6212,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 +6227,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 +6242,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 +6257,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 +6272,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 +6287,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 +6302,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 +6317,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" ], @@ -14043,9 +14082,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 +14101,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 +14116,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 +14173,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", @@ -14295,9 +14353,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": { @@ -14451,9 +14509,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 +14525,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 +14591,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", @@ -14699,9 +14757,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": "4.3.2", + "resolved": "https://registry.npmjs.org/@types/marked/-/marked-4.3.2.tgz", + "integrity": "sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w==", "dev": true }, "node_modules/@types/mdast": { @@ -14734,9 +14792,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 +14804,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 +14891,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 +14943,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 +14968,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 +15006,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", @@ -18403,17 +18452,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" @@ -18506,9 +18555,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": "*" } @@ -21282,12 +21334,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 +22083,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", @@ -23384,14 +23449,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", @@ -25591,9 +25656,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": "*" } @@ -32244,12 +32309,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 +32351,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 +32393,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 +32823,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 +33283,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,9 +33548,9 @@ } }, "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": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -40130,12 +40187,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 +40201,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 +40233,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 +40258,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 +40278,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 +40307,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 +40322,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", @@ -43027,12 +43082,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" @@ -52882,7 +52937,7 @@ "@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": "^4.3.2", "chokidar": "^3.5.3", "globby": "^11.1.0", "gray-matter": "^4.0.3", @@ -52890,9 +52945,9 @@ "jsdoc-api": "^7.2.0", "mkdirp": "^1.0.4", "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/lru-cache": { @@ -52930,7 +52985,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", @@ -52956,51 +53011,10 @@ "@storybook/manager-webpack5": "^6.5.16", "globby": "^11.1.0", "prop-types": "^15.8.1", - "react-docgen": "6.0.0-alpha.3", + "react-docgen": "6.0.4", "webpack": "^5.88.2" } }, - "packages/__examples__/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "packages/__examples__/node_modules/react-docgen": { - "version": "6.0.0-alpha.3", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "^7.7.5", - "@babel/generator": "^7.12.11", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "estree-to-babel": "^3.1.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "resolve": "^1.17.0", - "strip-indent": "^3.0.0" - }, - "bin": { - "react-docgen": "bin/react-docgen.js" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "packages/__examples__/node_modules/strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, - "dependencies": { - "min-indent": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, "packages/babel-plugin-transform-imports": { "name": "@instructure/babel-plugin-transform-imports", "version": "8.46.1", @@ -53019,7 +53033,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 +53047,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" @@ -53098,8 +53112,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 +53204,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 +53294,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 +53305,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", @@ -53329,7 +53343,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,7 +53369,7 @@ "@instructure/ui-stylelint-config": "8.46.1", "@instructure/ui-webpack-config": "8.46.1", "@lerna/project": "^6.4.1", - "depcheck": "^1.4.5", + "depcheck": "^1.4.6", "fs-extra": "^10.1.0", "lodash.template": "^4.5.0", "semver": "^7.5.4", @@ -53482,7 +53496,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 +53519,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 +53535,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 +53550,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 +53628,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 +53640,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 +53665,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 +53689,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 +53720,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 +53737,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,7 +53749,7 @@ "version": "8.46.1", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.22.15", + "@babel/runtime": "^7.23.2", "axe-core": "^4.7.2" }, "devDependencies": { @@ -53761,7 +53775,7 @@ "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", - "@babel/runtime": "^7.22.15", + "@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 +53785,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.32.2" } }, "packages/ui-badge": { @@ -53789,7 +53793,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 +53810,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 +53822,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,7 +53838,7 @@ "@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" }, @@ -53847,7 +53851,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", @@ -53875,7 +53879,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", @@ -53909,7 +53913,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", @@ -53923,7 +53927,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": { @@ -53935,7 +53939,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", @@ -53965,7 +53969,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", @@ -53998,7 +54002,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", @@ -54034,7 +54038,7 @@ "@instructure/ui-babel-preset": "8.46.1", "@types/jscodeshift": "^0.11.6", "@types/prettier": "^2.7.3", - "jest": "^29.6.4" + "jest": "^29.7.0" } }, "packages/ui-color-picker": { @@ -54042,7 +54046,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", @@ -54080,13 +54084,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": { @@ -54094,7 +54098,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", @@ -54123,7 +54127,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", @@ -54154,7 +54158,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" @@ -54165,7 +54169,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", @@ -54188,7 +54192,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" }, @@ -54206,7 +54210,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", @@ -54240,7 +54244,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", @@ -54273,7 +54277,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", @@ -54322,7 +54326,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", @@ -54345,7 +54349,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", @@ -54374,7 +54378,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", @@ -54396,7 +54400,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", @@ -54417,7 +54421,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", @@ -54444,7 +54448,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", @@ -54470,7 +54474,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", @@ -54495,7 +54499,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", @@ -54509,7 +54513,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" @@ -54520,7 +54524,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" }, @@ -54583,7 +54587,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", @@ -54634,7 +54638,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", @@ -54664,7 +54668,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", @@ -54690,7 +54694,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", @@ -54723,7 +54727,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", @@ -54748,7 +54752,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", @@ -54782,7 +54786,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", @@ -54806,7 +54810,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", @@ -54843,7 +54847,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", @@ -54873,7 +54877,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", @@ -54899,7 +54903,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", @@ -54939,7 +54943,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", @@ -54965,7 +54969,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", @@ -55000,7 +55004,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", @@ -55029,7 +55033,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", @@ -55062,7 +55066,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", @@ -55084,7 +55088,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", @@ -55113,7 +55117,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", @@ -55139,7 +55143,7 @@ "version": "8.46.1", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.22.15", + "@babel/runtime": "^7.23.2", "prop-types": "^15.8.1" }, "devDependencies": { @@ -55155,7 +55159,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", @@ -55181,7 +55185,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", @@ -55212,7 +55216,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", @@ -55240,7 +55244,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", @@ -55264,7 +55268,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", @@ -55298,7 +55302,7 @@ "http-server": "^14.1.1", "jscodeshift": "^0.15.0", "karma-cli": "^2.0.0", - "lerna": "^7.1.3", + "lerna": "^7.1.5", "lodash.isplainobject": "^4.0.6", "mocha": "^10.2.0", "prettier": "^2.8.8", @@ -55503,7 +55507,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", @@ -55528,7 +55532,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": { @@ -55540,7 +55544,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", @@ -55563,7 +55567,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", @@ -55600,7 +55604,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", @@ -55618,7 +55622,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": { @@ -55630,7 +55634,7 @@ "version": "8.46.1", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.22.15", + "@babel/runtime": "^7.23.2", "@codemirror/autocomplete": "^6.8.0", "@codemirror/commands": "^6.2.4", "@codemirror/lang-css": "^6.0.1", @@ -55655,26 +55659,34 @@ "@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": { "react": ">=16.8 <=18" } }, + "packages/ui-source-code-editor/node_modules/@lezer/highlight": { + "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" + } + }, "packages/ui-spinner": { "name": "@instructure/ui-spinner", "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", @@ -55691,7 +55703,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": { @@ -55713,7 +55725,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", @@ -55737,7 +55749,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", @@ -55766,7 +55778,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", @@ -55800,7 +55812,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", @@ -55845,7 +55857,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,7 +55878,7 @@ }, "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": { @@ -55903,13 +55915,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": { @@ -55926,7 +55938,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", @@ -55937,11 +55949,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": { @@ -55970,7 +55982,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" }, @@ -55989,7 +56001,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", @@ -56011,7 +56023,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", @@ -56040,7 +56052,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", @@ -56068,7 +56080,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": { @@ -56098,7 +56110,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", @@ -56125,7 +56137,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", @@ -56159,7 +56171,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", @@ -56187,7 +56199,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", @@ -56227,7 +56239,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", @@ -56257,7 +56269,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", @@ -56285,7 +56297,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", @@ -56313,7 +56325,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", @@ -56342,7 +56354,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", @@ -56389,7 +56401,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", @@ -56668,7 +56680,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", @@ -56698,19 +56710,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": { @@ -58037,9 +58056,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" }, @@ -58252,14 +58271,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.7.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.2.tgz", + "integrity": "sha512-t3N7TZq7lOeqTOyEgfGcaltHqEJf7YDlPg75MldeVPPyz14jZq/+mbGF9tueDLFX8R6RwdymrN6D+U5XwZ8Iwg==", "dev": true, "requires": { "@commitlint/format": "^17.4.4", "@commitlint/lint": "^17.7.0", - "@commitlint/load": "^17.7.1", + "@commitlint/load": "^17.7.2", "@commitlint/read": "^17.5.1", "@commitlint/types": "^17.4.4", "execa": "^5.0.0", @@ -58367,16 +58386,16 @@ } }, "@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.7.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.7.2.tgz", + "integrity": "sha512-XA7WTnsjHZ4YH6ZYsrnxgLdXzriwMMq+utZUET6spbOEEIPBCDLdOQXS26P+v3TTO4hUHOEhzUquaBv3jbBixw==", "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", @@ -58894,9 +58913,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", @@ -58904,39 +58923,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": { @@ -58976,7 +59029,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", @@ -58986,7 +59039,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", @@ -59031,8 +59084,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": { @@ -59092,9 +59145,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", @@ -59158,14 +59211,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", @@ -59184,7 +59237,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", @@ -59206,7 +59259,7 @@ "@instructure/ui-stylelint-config": "8.46.1", "@instructure/ui-webpack-config": "8.46.1", "@lerna/project": "^6.4.1", - "depcheck": "^1.4.5", + "depcheck": "^1.4.6", "fs-extra": "^10.1.0", "lodash.template": "^4.5.0", "semver": "^7.5.4", @@ -59301,7 +59354,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", @@ -59317,7 +59370,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" @@ -59326,7 +59379,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", @@ -59337,7 +59390,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", @@ -59413,13 +59466,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", @@ -59437,7 +59490,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", @@ -59454,7 +59507,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", @@ -59477,7 +59530,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", @@ -59491,7 +59544,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" } @@ -59499,7 +59552,7 @@ "@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" } @@ -59521,7 +59574,7 @@ "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", - "@babel/runtime": "^7.22.15", + "@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", @@ -59531,20 +59584,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.32.2" } }, "@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", @@ -59558,7 +59604,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" } @@ -59566,7 +59612,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", @@ -59579,7 +59625,7 @@ "@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", "prop-types": "^15.8.1" @@ -59588,7 +59634,7 @@ "@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-babel-preset": "8.46.1", @@ -59609,7 +59655,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", @@ -59636,7 +59682,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", @@ -59647,7 +59693,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" } @@ -59655,7 +59701,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", @@ -59678,7 +59724,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,7 +59750,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", @@ -59729,7 +59775,7 @@ "@types/jscodeshift": "^0.11.6", "@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" } @@ -59737,7 +59783,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", @@ -59768,17 +59814,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", @@ -59800,7 +59846,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", @@ -59824,14 +59870,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", @@ -59847,7 +59893,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", @@ -59857,7 +59903,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", @@ -59884,7 +59930,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", @@ -59910,7 +59956,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", @@ -59946,7 +59992,7 @@ "@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", @@ -59962,7 +60008,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", @@ -59984,7 +60030,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", @@ -59999,7 +60045,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", @@ -60013,7 +60059,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", @@ -60033,7 +60079,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", @@ -60052,7 +60098,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", @@ -60070,7 +60116,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", @@ -60079,7 +60125,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" @@ -60088,7 +60134,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", @@ -60133,7 +60179,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", @@ -60171,7 +60217,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", @@ -60194,7 +60240,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", @@ -60213,7 +60259,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", @@ -60239,7 +60285,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", @@ -60257,7 +60303,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", @@ -60284,7 +60330,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", @@ -60301,7 +60347,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", @@ -60331,7 +60377,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", @@ -60354,7 +60400,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", @@ -60373,7 +60419,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", @@ -60406,7 +60452,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", @@ -60425,7 +60471,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", @@ -60453,7 +60499,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", @@ -60475,7 +60521,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", @@ -60501,7 +60547,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", @@ -60515,7 +60561,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", @@ -60537,7 +60583,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", @@ -60556,7 +60602,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" @@ -60565,7 +60611,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", @@ -60584,7 +60630,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", @@ -60608,7 +60654,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", @@ -60629,7 +60675,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", @@ -60645,7 +60691,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", @@ -60673,7 +60719,7 @@ "http-server": "^14.1.1", "jscodeshift": "^0.15.0", "karma-cli": "^2.0.0", - "lerna": "^7.1.3", + "lerna": "^7.1.5", "lodash.isplainobject": "^4.0.6", "mocha": "^10.2.0", "prettier": "^2.8.8", @@ -60814,7 +60860,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", @@ -60836,7 +60882,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" } @@ -60844,7 +60890,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", @@ -60860,7 +60906,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", @@ -60890,7 +60936,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", @@ -60905,7 +60951,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" } @@ -60913,7 +60959,7 @@ "@instructure/ui-source-code-editor": { "version": "file:packages/ui-source-code-editor", "requires": { - "@babel/runtime": "^7.22.15", + "@babel/runtime": "^7.23.2", "@codemirror/autocomplete": "^6.8.0", "@codemirror/commands": "^6.2.4", "@codemirror/lang-css": "^6.0.1", @@ -60941,16 +60987,26 @@ "@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" + }, + "dependencies": { + "@lezer/highlight": { + "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" + } + } } }, "@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", @@ -60964,7 +61020,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" } @@ -60980,7 +61036,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", @@ -60997,7 +61053,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", @@ -61019,7 +61075,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", @@ -61046,7 +61102,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", @@ -61066,7 +61122,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" } @@ -61078,7 +61134,7 @@ "@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", "sizzle": "^2.3.10" @@ -61109,10 +61165,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" } @@ -61125,12 +61181,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", @@ -61149,7 +61205,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", @@ -61160,7 +61216,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", @@ -61175,7 +61231,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", @@ -61197,7 +61253,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", @@ -61218,7 +61274,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", @@ -61240,7 +61296,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", @@ -61260,7 +61316,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", @@ -61287,7 +61343,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", @@ -61308,7 +61364,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", @@ -61341,7 +61397,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", @@ -61364,7 +61420,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", @@ -61385,7 +61441,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", @@ -61406,7 +61462,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", @@ -61428,7 +61484,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", @@ -61452,7 +61508,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", @@ -61621,7 +61677,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" } @@ -62205,9 +62261,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", @@ -62215,11 +62271,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", @@ -62250,7 +62306,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", @@ -62326,9 +62382,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", @@ -62600,18 +62656,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": { @@ -62733,9 +62782,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==" } } } @@ -63288,28 +63337,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", @@ -63350,63 +63399,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": { @@ -69233,9 +69282,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", @@ -69249,14 +69298,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", @@ -69289,9 +69337,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": {} }, @@ -69447,9 +69495,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": { @@ -69603,9 +69651,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": "*", @@ -69619,9 +69667,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": { @@ -69685,9 +69733,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", @@ -69833,9 +69881,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": "4.3.2", + "resolved": "https://registry.npmjs.org/@types/marked/-/marked-4.3.2.tgz", + "integrity": "sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w==", "dev": true }, "@types/mdast": { @@ -69868,9 +69916,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": { @@ -69880,9 +69928,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", @@ -69967,9 +70015,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": "*" @@ -70019,18 +70067,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": "*", @@ -70044,9 +70092,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": { @@ -70082,15 +70130,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", @@ -72704,17 +72743,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": { @@ -72775,9 +72814,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", @@ -74944,12 +74986,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", @@ -75507,6 +75550,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", @@ -75880,7 +75929,7 @@ "@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": "^4.3.2", "babel-loader": "^9.1.3", "buffer": "^6.0.3", "chokidar": "^3.5.3", @@ -75896,12 +75945,12 @@ "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-bundle-analyzer": "^4.9.1", "webpack-merge": "^5.9.0" }, "dependencies": { @@ -75931,7 +75980,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", @@ -75953,43 +76002,10 @@ "globby": "^11.1.0", "prop-types": "^15.8.1", "react": "^18.2.0", - "react-docgen": "6.0.0-alpha.3", + "react-docgen": "6.0.4", "react-dom": "^18.2.0", "webpack": "^5.88.2", "webpack-merge": "^5.9.0" - }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true - }, - "react-docgen": { - "version": "6.0.0-alpha.3", - "dev": true, - "requires": { - "@babel/core": "^7.7.5", - "@babel/generator": "^7.12.11", - "ast-types": "^0.14.2", - "commander": "^2.19.0", - "doctrine": "^3.0.0", - "estree-to-babel": "^3.1.0", - "neo-async": "^2.6.1", - "node-dir": "^0.1.10", - "resolve": "^1.17.0", - "strip-indent": "^3.0.0" - } - }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, - "requires": { - "min-indent": "^1.0.0" - } - } } }, "doctrine": { @@ -76768,14 +76784,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", @@ -78494,9 +78510,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", @@ -83605,12 +83621,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", @@ -83647,7 +83663,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", @@ -84000,18 +84016,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": { @@ -84350,9 +84359,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", @@ -84565,9 +84574,9 @@ } }, "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": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "requires": { "chalk": "5.3.0", @@ -89441,21 +89450,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", @@ -89464,16 +89473,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", @@ -89494,9 +89503,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", @@ -89511,6 +89520,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", @@ -89521,18 +89540,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", @@ -89542,9 +89549,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", @@ -91682,12 +91689,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" diff --git a/package.json b/package.json index c49f0b2d1c..accf70e30c 100644 --- a/package.json +++ b/package.json @@ -65,32 +65,35 @@ "@storybook/react/webpack": "^5" }, "devDependencies": { - "@babel/cli": "^7.22.15", - "@commitlint/cli": "^17.7.1", + "@babel/cli": "^7.23.0", + "@commitlint/cli": "^17.7.2", "@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", + "@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", + "danger": "^11.3.0", "esbuild": "^0.18.12", - "eslint": "^8.44.0", + "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": "^14.0.1", "npm-run-all": "^4.1.5", "ts-jest": "^29.1.1", "typescript": "5.2.2", "webpack": "^5.88.2" }, + "//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", "yarn": "YARN NO LONGER USED - use npm instead." diff --git a/packages/__docs__/package.json b/packages/__docs__/package.json index 7cec1f037f..8c7abd6165 100644 --- a/packages/__docs__/package.json +++ b/packages/__docs__/package.json @@ -131,7 +131,7 @@ "@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": "^4.3.2", "chokidar": "^3.5.3", "globby": "^11.1.0", "gray-matter": "^4.0.3", @@ -139,8 +139,8 @@ "jsdoc-api": "^7.2.0", "mkdirp": "^1.0.4", "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..8c14ab078c 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", @@ -47,7 +47,7 @@ "@storybook/manager-webpack5": "^6.5.16", "globby": "^11.1.0", "prop-types": "^15.8.1", - "react-docgen": "6.0.0-alpha.3", + "react-docgen": "6.0.4", "webpack": "^5.88.2" }, "resolutions": { 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/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/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..8f5afb23cf 100644 --- a/packages/instui-cli/package.json +++ b/packages/instui-cli/package.json @@ -38,7 +38,7 @@ "@instructure/ui-stylelint-config": "8.46.1", "@instructure/ui-webpack-config": "8.46.1", "@lerna/project": "^6.4.1", - "depcheck": "^1.4.5", + "depcheck": "^1.4.6", "fs-extra": "^10.1.0", "lodash.template": "^4.5.0", "semver": "^7.5.4", 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..7804f6afa2 100644 --- a/packages/ui-axe-check/package.json +++ b/packages/ui-axe-check/package.json @@ -25,7 +25,7 @@ "@instructure/ui-babel-preset": "8.46.1" }, "dependencies": { - "@babel/runtime": "^7.22.15", + "@babel/runtime": "^7.23.2", "axe-core": "^4.7.2" }, "publishConfig": { diff --git a/packages/ui-babel-preset/package.json b/packages/ui-babel-preset/package.json index 2687dda29d..185b89dda1 100644 --- a/packages/ui-babel-preset/package.json +++ b/packages/ui-babel-preset/package.json @@ -30,7 +30,7 @@ "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", - "@babel/runtime": "^7.22.15", + "@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.32.2" }, "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..da0fd5a329 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" }, "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 6ca003b377..0beedd0855 100644 --- a/packages/ui-breadcrumb/package.json +++ b/packages/ui-breadcrumb/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-icons": "8.46.1", 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 a0754fcb11..bde11197f3 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", 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..07d648dbca 100644 --- a/packages/ui-codemods/package.json +++ b/packages/ui-codemods/package.json @@ -20,7 +20,7 @@ "@instructure/ui-babel-preset": "8.46.1", "@types/jscodeshift": "^0.11.6", "@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-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-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..0186fe9a0c 100644 --- a/packages/ui-scripts/package.json +++ b/packages/ui-scripts/package.json @@ -29,7 +29,7 @@ "http-server": "^14.1.1", "jscodeshift": "^0.15.0", "karma-cli": "^2.0.0", - "lerna": "^7.1.3", + "lerna": "^7.1.5", "lodash.isplainobject": "^4.0.6", "mocha": "^10.2.0", "prettier": "^2.8.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..96b7b381df 100644 --- a/packages/ui-source-code-editor/package.json +++ b/packages/ui-source-code-editor/package.json @@ -26,11 +26,11 @@ "@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", + "@babel/runtime": "^7.23.2", "@codemirror/autocomplete": "^6.8.0", "@codemirror/commands": "^6.2.4", "@codemirror/lang-css": "^6.0.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..c2e9dd5d72 100644 --- a/packages/ui-test-queries/package.json +++ b/packages/ui-test-queries/package.json @@ -32,7 +32,7 @@ }, "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/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..c79a3295e7 100644 --- a/regression-test/package.json +++ b/regression-test/package.json @@ -18,17 +18,17 @@ "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/preset-env": "7", "@babel/preset-react": "^7.16.7", - "@types/prop-types": "^15.7.4", + "@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", + "serve": "^13.0.4", "testcafe": "^2", "testcafe-react-selectors": "^5", "ts-loader": "8", - "typescript": "^4.6.2", + "typescript": "^4.6.4", "webpack": "4", "webpack-cli": "^4.9.2" },