diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 17b2ec5ad..b87847416 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2 + uses: github/codeql-action/init@312e093a1892bd801f026f1090904ee8e460b9b6 # v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -54,7 +54,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2 + uses: github/codeql-action/autobuild@312e093a1892bd801f026f1090904ee8e460b9b6 # v2 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -68,4 +68,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2 + uses: github/codeql-action/analyze@312e093a1892bd801f026f1090904ee8e460b9b6 # v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29df9a2e1..68af84157 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: mkdir -p sarifs npx snyk code test --dev --all-projects --exclude="project.json,npm-shim" --sarif > ./sarifs/snyk-code.sarif - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2 + uses: github/codeql-action/upload-sarif@312e093a1892bd801f026f1090904ee8e460b9b6 # v2 with: sarif_file: ./sarifs - name: Check Code Scanning alerts diff --git a/.github/workflows/snyk-master.yml b/.github/workflows/snyk-master.yml index f9c200d0b..176333e3a 100644 --- a/.github/workflows/snyk-master.yml +++ b/.github/workflows/snyk-master.yml @@ -44,7 +44,7 @@ jobs: NODE_OPTIONS: --max-old-space-size=8192 run: npx snyk code test --dev --all-projects --exclude="project.json,npm-shim" --sarif > ./sarifs/snyk-code.sarif - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2 + uses: github/codeql-action/upload-sarif@312e093a1892bd801f026f1090904ee8e460b9b6 # v2 with: sarif_file: ./sarifs diff --git a/package-lock.json b/package-lock.json index 8c63097b2..3fce40268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,11 +31,11 @@ "@nrwl/cli": "latest", "@nrwl/workspace": "latest", "@types/node": "18.11.9", - "@typescript-eslint/eslint-plugin": "5.44.0", - "@typescript-eslint/parser": "5.44.0", + "@typescript-eslint/eslint-plugin": "5.45.0", + "@typescript-eslint/parser": "5.45.0", "abortcontroller-polyfill": "1.7.5", "async-retry": "1.3.3", - "aws-sdk": "2.1261.0", + "aws-sdk": "2.1263.0", "axios": "1.2.0", "chai": "4.3.7", "conventional-changelog-angular": "5.0.13", @@ -50,10 +50,10 @@ "gts": "3.1.1", "husky": "8.0.2", "isomorphic-fetch": "3.0.0", - "lint-staged": "13.0.3", + "lint-staged": "13.0.4", "moment": "2.29.4", "npm-registry-fetch": "^14.0.2", - "oclif": "3.2.28", + "oclif": "3.2.31", "octokit": "2.0.10", "patch-package": "6.5.0", "prettier": "2.8.0", @@ -504,20 +504,20 @@ } }, "node_modules/@babel/core": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", - "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.5.tgz", + "integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==", "dependencies": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.2", + "@babel/generator": "^7.20.5", "@babel/helper-compilation-targets": "^7.20.0", "@babel/helper-module-transforms": "^7.20.2", - "@babel/helpers": "^7.20.1", - "@babel/parser": "^7.20.2", + "@babel/helpers": "^7.20.5", + "@babel/parser": "^7.20.5", "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.2", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -541,11 +541,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.20.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", - "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.5.tgz", + "integrity": "sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==", "dependencies": { - "@babel/types": "^7.20.2", + "@babel/types": "^7.20.5", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -878,13 +878,13 @@ } }, "node_modules/@babel/helpers": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", - "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.6.tgz", + "integrity": "sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==", "dependencies": { "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.0" + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" }, "engines": { "node": ">=6.9.0" @@ -968,9 +968,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.20.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", - "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz", + "integrity": "sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==", "bin": { "parser": "bin/babel-parser.js" }, @@ -2111,18 +2111,18 @@ } }, "node_modules/@babel/traverse": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", - "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz", + "integrity": "sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==", "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.1", + "@babel/generator": "^7.20.5", "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.19.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.20.1", - "@babel/types": "^7.20.0", + "@babel/parser": "^7.20.5", + "@babel/types": "^7.20.5", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -2131,9 +2131,9 @@ } }, "node_modules/@babel/types": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", - "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.5.tgz", + "integrity": "sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==", "dependencies": { "@babel/helper-string-parser": "^7.19.4", "@babel/helper-validator-identifier": "^7.19.1", @@ -2370,12 +2370,12 @@ "link": true }, "node_modules/@coveo/atomic": { - "version": "1.123.1", - "resolved": "https://registry.npmjs.org/@coveo/atomic/-/atomic-1.123.1.tgz", - "integrity": "sha512-BBFuejYfk+tvfaEiR5j/aSkg0qqf+l9LeqxtkNMk+a24qy9jjaJPBg41CSI7XD09zrrP38de02rliIOQM1l/SA==", + "version": "1.124.0", + "resolved": "https://registry.npmjs.org/@coveo/atomic/-/atomic-1.124.0.tgz", + "integrity": "sha512-Q3xKRP7lGyeQqYSUh4bfONhSnO1aI29IDeoUSOzgcrG0JTQNEAWdhlHgbfZkJ7l7OjOJcMiZb6bCXMqF/2q0Ag==", "dependencies": { - "@coveo/bueno": "0.42.2", - "@coveo/headless": "1.111.2", + "@coveo/bueno": "0.42.3", + "@coveo/headless": "1.111.3", "@popperjs/core": "^2.11.6", "@salesforce-ux/design-system": "^2.16.1", "@stencil/core": "2.17.3", @@ -2412,9 +2412,9 @@ "integrity": "sha512-+1iDGY6NmOGidq7i7xZGA4cm8DAa6fqdYcvO5Z6yBevH++Bdo9Qt/mN0TzHUgcCcKv1gmh9+W5dHqz8pMWbCbg==" }, "node_modules/@coveo/bueno": { - "version": "0.42.2", - "resolved": "https://registry.npmjs.org/@coveo/bueno/-/bueno-0.42.2.tgz", - "integrity": "sha512-iiHvCGzfY1P1rM3vswn04LWnW1bTZww86IsQjwdnTGq1fWBBFdlR9tTlVLjuaH6JjaP6xKujRhCWIQdzzTtUFQ==" + "version": "0.42.3", + "resolved": "https://registry.npmjs.org/@coveo/bueno/-/bueno-0.42.3.tgz", + "integrity": "sha512-cW4TLCv3LoNHh5B564tdX5KKBHhA2g7z/IEpIvs6s/Vo3J56bfoAwwMpVolRn8r3NPC8nNESNsgUK1m//odGXg==" }, "node_modules/@coveo/cli": { "resolved": "packages/cli/core", @@ -2453,11 +2453,11 @@ "link": true }, "node_modules/@coveo/headless": { - "version": "1.111.2", - "resolved": "https://registry.npmjs.org/@coveo/headless/-/headless-1.111.2.tgz", - "integrity": "sha512-V4eiCPBltHk2LxY0bxk7m6Ag7AXh8u+U+I4wpXQyz+4LPU6TYENSbQRhWft0IM5w3eSTjJkO4Y+Zl6z4cQd8Ng==", + "version": "1.111.3", + "resolved": "https://registry.npmjs.org/@coveo/headless/-/headless-1.111.3.tgz", + "integrity": "sha512-nmzzXgnfriP1wglFFHwbeD0PEHjFcV2+Kvv/SiA2IgvxaSt9mAatHEz5GfCIRbIOQrdIiPcu6sKtxVDdtjvr7A==", "dependencies": { - "@coveo/bueno": "0.42.2", + "@coveo/bueno": "0.42.3", "@reduxjs/toolkit": "1.8.5", "@types/pino": "6.3.12", "@types/redux-mock-store": "1.0.3", @@ -5027,15 +5027,15 @@ } }, "node_modules/@mui/base": { - "version": "5.0.0-alpha.107", - "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.107.tgz", - "integrity": "sha512-HX/BD8CSe+Y/dpbZ5aKJScJhKQ/Hw6du2yd68Upv2cO67bwixyZ64h3aNcdDu7RQzI7nrZQm0JykffP1Orgq0g==", + "version": "5.0.0-alpha.108", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.108.tgz", + "integrity": "sha512-KjzRUts2i/ODlMfywhFTqTzQl+Cr9nlDSZxJcnYjrbOV/iRyQNBTDoiFJt+XEdRi0fZBHnk74AFbnP56ehybsA==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.1", "@emotion/is-prop-valid": "^1.2.0", - "@mui/types": "^7.2.1", - "@mui/utils": "^5.10.15", + "@mui/types": "^7.2.2", + "@mui/utils": "^5.10.16", "@popperjs/core": "^2.11.6", "clsx": "^1.2.1", "prop-types": "^15.8.1", @@ -5060,9 +5060,9 @@ } }, "node_modules/@mui/core-downloads-tracker": { - "version": "5.10.15", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.10.15.tgz", - "integrity": "sha512-xFcS0LpdF0Q1qJrrNsYUv9PU+ovvhCEPTOMw2jcpEFtl3CA87dLpvztORR5oE2UBFjWF7qLQLOwboQU1+xC7Cw==", + "version": "5.10.16", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.10.16.tgz", + "integrity": "sha512-eK9+olw2ZbXX+vGrtKnN01/vLP1aX0Lq0xok35bqWM1aB93Dcmky/xPNf8h31oJ/C+IzJBjZaZMEDzVZg4Qc0A==", "dev": true, "funding": { "type": "opencollective", @@ -5070,17 +5070,17 @@ } }, "node_modules/@mui/material": { - "version": "5.10.15", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.10.15.tgz", - "integrity": "sha512-OqoHfUtVMppFHgk2M95j+pR8MWfLKhzSdz4aKEfIpFrHIHbYang+oY7Iy/exX+vqpZSEGHgHQ0cGX0hGTGx9cg==", + "version": "5.10.16", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.10.16.tgz", + "integrity": "sha512-JSHcDQQ+k30NKkCM/0KX6jq4F5LOrbFKZpS+cEl7scZWOCJpUPH5ccAT5a7O8wzrgNZ8Y9PnwzNvWBrfShpJFw==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.1", - "@mui/base": "5.0.0-alpha.107", - "@mui/core-downloads-tracker": "^5.10.15", - "@mui/system": "^5.10.15", - "@mui/types": "^7.2.1", - "@mui/utils": "^5.10.15", + "@mui/base": "5.0.0-alpha.108", + "@mui/core-downloads-tracker": "^5.10.16", + "@mui/system": "^5.10.16", + "@mui/types": "^7.2.2", + "@mui/utils": "^5.10.16", "@types/react-transition-group": "^4.4.5", "clsx": "^1.2.1", "csstype": "^3.1.1", @@ -5121,13 +5121,13 @@ "dev": true }, "node_modules/@mui/private-theming": { - "version": "5.10.15", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.10.15.tgz", - "integrity": "sha512-l7CsUj5kYdYz118/JHSvZZTYE9WnIWwln0td5jYATnYw9cNX4ygD6AkKOUYZ1Jitp1YLJqcO8jCP9E5/Nql9IQ==", + "version": "5.10.16", + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.10.16.tgz", + "integrity": "sha512-0MArkJaOHRCKqL/GWjngGZmyOeRz+uxffhx82bKcewr8swqV7xx7EFP02pk0L/gLdfcvYdqwH4YTVjG/+TaKrg==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.1", - "@mui/utils": "^5.10.15", + "@mui/utils": "^5.10.16", "prop-types": "^15.8.1" }, "engines": { @@ -5148,9 +5148,9 @@ } }, "node_modules/@mui/styled-engine": { - "version": "5.10.14", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.10.14.tgz", - "integrity": "sha512-bgKdM57ExogWpIfhL/ngSlzF4FhbH00vYF+Y5VALTob4uslFqje0xzoWmbfcCn4cZt2NXxZJIwhsq4vzo5itlw==", + "version": "5.10.16", + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.10.16.tgz", + "integrity": "sha512-ZMSjXvtiGwGDKqrSlXhpxK2voUaF2/lpC/pSTfFmZvKH9j9a9h1/iwo3ybgjFVYGgbfNeW4h0xEchiRohu9xsw==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.1", @@ -5186,16 +5186,16 @@ "dev": true }, "node_modules/@mui/system": { - "version": "5.10.15", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.10.15.tgz", - "integrity": "sha512-WZmgmpYTMXAaD++QetaaM/miwhNh1JJY1dH7MJH/3Fuv3r3gnhfzE6A55lDqWxkQmlWUO2DCn/cnNZ0FkSdZUg==", + "version": "5.10.16", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.10.16.tgz", + "integrity": "sha512-OqI9B1jZ9zQ/dmoqseku4CzdEs9DbLiiMOaWxC3WeAJxM1UavlCgXz0encqm93LIlmSL7TjuHN1/rW8BJCnU8A==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.1", - "@mui/private-theming": "^5.10.15", - "@mui/styled-engine": "^5.10.14", - "@mui/types": "^7.2.1", - "@mui/utils": "^5.10.15", + "@mui/private-theming": "^5.10.16", + "@mui/styled-engine": "^5.10.16", + "@mui/types": "^7.2.2", + "@mui/utils": "^5.10.16", "clsx": "^1.2.1", "csstype": "^3.1.1", "prop-types": "^15.8.1" @@ -5232,9 +5232,9 @@ "dev": true }, "node_modules/@mui/types": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.1.tgz", - "integrity": "sha512-c5mSM7ivD8EsqK6HUi9hQPr5V7TJ/IRThUQ9nWNYPdhCGriTSQV4vL6DflT99LkM+wLiIS1rVjphpEWxERep7A==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.2.tgz", + "integrity": "sha512-siex8cZDtWeC916cXOoUOnEQQejuMYmHtc4hM6VkKVYaBICz3VIiqyiAomRboTQHt2jchxQ5Q5ATlbcDekTxDA==", "dev": true, "peerDependencies": { "@types/react": "*" @@ -5246,9 +5246,9 @@ } }, "node_modules/@mui/utils": { - "version": "5.10.15", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.10.15.tgz", - "integrity": "sha512-6AW4MLBUijJi31hxx+6utTJM2q/4hbO+QiMdtwM+f4Iy+BfFnh/elhb08apxNYLfuugPnXXpkDmzEjg+8uDU9g==", + "version": "5.10.16", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.10.16.tgz", + "integrity": "sha512-3MB/SGsgiiu9Z55CFmAfiONUoR7AAue/H4F6w3mc2LnhFQCsoVvXhioDPcsiRpUMIQr34jDPzGXdCuqWooPCXQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.1", @@ -7971,14 +7971,14 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz", - "integrity": "sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.45.0.tgz", + "integrity": "sha512-CXXHNlf0oL+Yg021cxgOdMHNTXD17rHkq7iW6RFHoybdFgQBjU3yIXhhcPpGwr1CjZlo6ET8C6tzX5juQoXeGA==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/type-utils": "5.44.0", - "@typescript-eslint/utils": "5.44.0", + "@typescript-eslint/scope-manager": "5.45.0", + "@typescript-eslint/type-utils": "5.45.0", + "@typescript-eslint/utils": "5.45.0", "debug": "^4.3.4", "ignore": "^5.2.0", "natural-compare-lite": "^1.4.0", @@ -8111,14 +8111,14 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.44.0.tgz", - "integrity": "sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.45.0.tgz", + "integrity": "sha512-brvs/WSM4fKUmF5Ot/gEve6qYiCMjm6w4HkHPfS6ZNmxTS0m0iNN4yOChImaCkqc1hRwFGqUyanMXuGal6oyyQ==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/typescript-estree": "5.44.0", + "@typescript-eslint/scope-manager": "5.45.0", + "@typescript-eslint/types": "5.45.0", + "@typescript-eslint/typescript-estree": "5.45.0", "debug": "^4.3.4" }, "engines": { @@ -8138,13 +8138,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz", - "integrity": "sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.45.0.tgz", + "integrity": "sha512-noDMjr87Arp/PuVrtvN3dXiJstQR1+XlQ4R1EvzG+NMgXi8CuMCXpb8JqNtFHKceVSQ985BZhfRdowJzbv4yKw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/visitor-keys": "5.44.0" + "@typescript-eslint/types": "5.45.0", + "@typescript-eslint/visitor-keys": "5.45.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -8155,13 +8155,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz", - "integrity": "sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.45.0.tgz", + "integrity": "sha512-DY7BXVFSIGRGFZ574hTEyLPRiQIvI/9oGcN8t1A7f6zIs6ftbrU0nhyV26ZW//6f85avkwrLag424n+fkuoJ1Q==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.44.0", - "@typescript-eslint/utils": "5.44.0", + "@typescript-eslint/typescript-estree": "5.45.0", + "@typescript-eslint/utils": "5.45.0", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -8182,9 +8182,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.44.0.tgz", - "integrity": "sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.45.0.tgz", + "integrity": "sha512-QQij+u/vgskA66azc9dCmx+rev79PzX8uDHpsqSjEFtfF2gBUTRCpvYMh2gw2ghkJabNkPlSUCimsyBEQZd1DA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -8195,13 +8195,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz", - "integrity": "sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.0.tgz", + "integrity": "sha512-maRhLGSzqUpFcZgXxg1qc/+H0bT36lHK4APhp0AEUVrpSwXiRAomm/JGjSG+kNUio5kAa3uekCYu/47cnGn5EQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/visitor-keys": "5.44.0", + "@typescript-eslint/types": "5.45.0", + "@typescript-eslint/visitor-keys": "5.45.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -8222,16 +8222,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.44.0.tgz", - "integrity": "sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.45.0.tgz", + "integrity": "sha512-OUg2JvsVI1oIee/SwiejTot2OxwU8a7UfTFMOdlhD2y+Hl6memUSL4s98bpUTo8EpVEr0lmwlU7JSu/p2QpSvA==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/typescript-estree": "5.44.0", + "@typescript-eslint/scope-manager": "5.45.0", + "@typescript-eslint/types": "5.45.0", + "@typescript-eslint/typescript-estree": "5.45.0", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0", "semver": "^7.3.7" @@ -8248,12 +8248,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.44.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz", - "integrity": "sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==", + "version": "5.45.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.0.tgz", + "integrity": "sha512-jc6Eccbn2RtQPr1s7th6jJWQHBHI6GBVQkCHoJFQ5UreaKm59Vxw+ynQUPPY2u2Amquc+7tmEoC2G52ApsGNNg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.44.0", + "@typescript-eslint/types": "5.45.0", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -9513,9 +9513,9 @@ } }, "node_modules/aws-sdk": { - "version": "2.1261.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1261.0.tgz", - "integrity": "sha512-Lumifi52Vj6ss1tlZ9Z+BvJ+Yk2MTwPQyrDCZh79xggFgXYoDU/g4rZUr47/1AXBZje3mVkLeRM15hvUwKlTaA==", + "version": "2.1263.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1263.0.tgz", + "integrity": "sha512-luYVrKPZ363LYU689XS79xW3fDw1SEQH46B9scWlQ1W/36d0wrJRd+FmnnNiSV2XR1VDfDicMbEbI/rqCD8pkw==", "dev": true, "dependencies": { "buffer": "4.9.2", @@ -11970,9 +11970,9 @@ } }, "node_modules/devtools-protocol": { - "version": "0.0.1075032", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1075032.tgz", - "integrity": "sha512-Np2EaEFlSOev03f5ySurGi3/z8YWOwsfSPPSDTbf7zlBY77SxBWfkFf41IUmkvfkeckX8XVW9hes1jVwALNAaA==" + "version": "0.0.1075693", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1075693.tgz", + "integrity": "sha512-X/MxMOLpVH5AntCqcX1K0BXvxYT9vFA93SFX5HYrZvtVPUorE8qt0Cffn1YNHADKcfzAqCaK2uP4Y1CXq/QFOQ==" }, "node_modules/dezalgo": { "version": "1.0.4", @@ -19726,9 +19726,9 @@ "dev": true }, "node_modules/lilconfig": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.5.tgz", - "integrity": "sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz", + "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==", "dev": true, "engines": { "node": ">=10" @@ -19740,24 +19740,24 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz", - "integrity": "sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==", + "version": "13.0.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.4.tgz", + "integrity": "sha512-HxlHCXoYRsq9QCby5wFozmZW00hMs/9e3l+/dz6Qr8Kle4UH0kJTdABAbqhzG+3pcG6QjL9kz7NgGBfph+a5dw==", "dev": true, "dependencies": { "cli-truncate": "^3.1.0", - "colorette": "^2.0.17", - "commander": "^9.3.0", + "colorette": "^2.0.19", + "commander": "^9.4.1", "debug": "^4.3.4", "execa": "^6.1.0", - "lilconfig": "2.0.5", - "listr2": "^4.0.5", + "lilconfig": "2.0.6", + "listr2": "^5.0.5", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "object-inspect": "^1.12.2", "pidtree": "^0.6.0", "string-argv": "^0.3.1", - "yaml": "^2.1.1" + "yaml": "^2.1.3" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -19889,22 +19889,22 @@ } }, "node_modules/listr2": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-4.0.5.tgz", - "integrity": "sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-5.0.6.tgz", + "integrity": "sha512-u60KxKBy1BR2uLJNTWNptzWQ1ob/gjMzIJPZffAENzpZqbMZ/5PrXXOomDcevIS/+IB7s1mmCEtSlT2qHWMqag==", "dev": true, "dependencies": { "cli-truncate": "^2.1.0", - "colorette": "^2.0.16", + "colorette": "^2.0.19", "log-update": "^4.0.0", "p-map": "^4.0.0", "rfdc": "^1.3.0", - "rxjs": "^7.5.5", + "rxjs": "^7.5.7", "through": "^2.3.8", "wrap-ansi": "^7.0.0" }, "engines": { - "node": ">=12" + "node": "^14.13.1 || >=16.0.0" }, "peerDependencies": { "enquirer": ">= 2.3.0 < 3" @@ -22680,13 +22680,13 @@ } }, "node_modules/oclif": { - "version": "3.2.28", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.28.tgz", - "integrity": "sha512-A5TxuGe5bDiCwxg0JvmhKnvEmdA6rPSeIUdkNOuxgGV696YAafR2ClCG4sku7WzB5anl01/ijtmyhfNegd0vhw==", + "version": "3.2.31", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.2.31.tgz", + "integrity": "sha512-zJ0bDcvsBHOnnmCfNHFQYhkF8CuF80Ly7+6PF0093s3uHO/8u19FQmxQ9GtxcphibYKw35w6/74b2xGh0dfziA==", "dev": true, "dependencies": { "@oclif/core": "^1.20.4", - "@oclif/plugin-help": "^5.1.16", + "@oclif/plugin-help": "^5.1.19", "@oclif/plugin-not-found": "^2.3.7", "@oclif/plugin-warn-if-update-available": "^2.0.14", "aws-sdk": "^2.1231.0", @@ -22694,7 +22694,7 @@ "debug": "^4.3.3", "find-yarn-workspace-root": "^2.0.0", "fs-extra": "^8.1", - "github-slugger": "^1.4.0", + "github-slugger": "^1.5.0", "lodash": "^4.17.21", "normalize-package-data": "^3.0.3", "qqjs": "^0.3.11", @@ -27746,9 +27746,9 @@ "peer": true }, "node_modules/undici": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.12.0.tgz", - "integrity": "sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.13.0.tgz", + "integrity": "sha512-UDZKtwb2k7KRsK4SdXWG7ErXiL7yTGgLWvk2AXO1JMjgjh404nFo6tWSCM2xMpJwMPx3J8i/vfqEh1zOqvj82Q==", "dependencies": { "busboy": "^1.6.0" }, @@ -30176,7 +30176,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@babel/preset-env": "7.20.2", "@babel/preset-typescript": "7.18.6", "@coveo/cli": "2.0.0", @@ -30185,7 +30185,7 @@ "async-retry": "1.3.3", "axios": "1.2.0", "babel-jest": "29.3.1", - "devtools-protocol": "0.0.1075032", + "devtools-protocol": "0.0.1075693", "dotenv": "16.0.3", "fs-extra": "10.1.0", "get-port": "5.1.1", @@ -30293,14 +30293,14 @@ "tmp": "^0.2.1", "ts-dedent": "2.2.0", "tslib": "2.4.1", - "undici": "5.12.0" + "undici": "5.13.0" }, "bin": { "coveo": "bin/run" }, "devDependencies": { "@amplitude/types": "1.10.2", - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@coveo/angular": "1.35.17", "@coveo/cli-commons-dev": "5.0.0", "@coveo/cra-template": "1.36.0", @@ -30322,7 +30322,7 @@ "fancy-test": "2.0.7", "jest": "29.3.1", "mock-stdin": "1.0.0", - "oclif": "3.2.28", + "oclif": "3.2.31", "prettier": "2.8.0", "rimraf": "3.0.2", "stdout-stderr": "0.1.13", @@ -30393,7 +30393,7 @@ "@types/node": "18.11.9", "eslint": "8.28.0", "jest": "29.3.1", - "oclif": "3.2.28", + "oclif": "3.2.31", "stdout-stderr": "0.1.13", "strip-ansi": "6.0.1", "ts-jest": "29.0.3", @@ -31125,7 +31125,7 @@ "name": "@coveo/create-atomic-template", "version": "1.35.14", "dependencies": { - "@coveo/atomic": "1.123.1", + "@coveo/atomic": "1.124.0", "@coveo/search-token-lambda": "1.35.15", "@stencil/core": "2.19.3" }, @@ -31281,7 +31281,7 @@ "@coveo/search-token-server": "1.35.15", "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", - "@mui/material": "5.10.15", + "@mui/material": "5.10.16", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@types/jest": "29.2.3", @@ -31304,12 +31304,12 @@ "license": "Apache-2.0", "dependencies": { "@coveo/platform-client": "37.9.0", - "undici": "5.12.0" + "undici": "5.13.0" }, "devDependencies": { - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@types/jest": "29.2.3", - "@typescript-eslint/eslint-plugin": "5.44.0", + "@typescript-eslint/eslint-plugin": "5.45.0", "eslint": "8.28.0", "gts": "3.1.1", "jest": "29.3.1", @@ -31336,7 +31336,7 @@ "typescript": "^4.1.5" }, "devDependencies": { - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@types/cookie-session": "2.0.44", "@types/cors": "2.8.12", "@types/csurf": "1.11.2", @@ -31344,7 +31344,7 @@ "@types/jest": "29.2.3", "@types/node": "^18.11.9", "@types/supertest": "2.0.12", - "@typescript-eslint/eslint-plugin": "5.44.0", + "@typescript-eslint/eslint-plugin": "5.45.0", "eslint": "8.28.0", "gts": "3.1.1", "jest": "29.3.1", @@ -31376,7 +31376,7 @@ "name": "@coveo/headless-vue-template", "version": "0.0.1", "dependencies": { - "@coveo/headless": "1.111.2", + "@coveo/headless": "1.111.3", "vue": "^3.2.41", "vue-router": "^4.1.5", "vuetify": "^3.0.0-beta.14", diff --git a/package.json b/package.json index cc825ddc0..14bb5a468 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "@nrwl/cli": "latest", "@nrwl/workspace": "latest", "@types/node": "18.11.9", - "@typescript-eslint/eslint-plugin": "5.44.0", - "@typescript-eslint/parser": "5.44.0", + "@typescript-eslint/eslint-plugin": "5.45.0", + "@typescript-eslint/parser": "5.45.0", "abortcontroller-polyfill": "1.7.5", "async-retry": "1.3.3", - "aws-sdk": "2.1261.0", + "aws-sdk": "2.1263.0", "axios": "1.2.0", "chai": "4.3.7", "conventional-changelog-angular": "5.0.13", @@ -38,10 +38,10 @@ "gts": "3.1.1", "husky": "8.0.2", "isomorphic-fetch": "3.0.0", - "lint-staged": "13.0.3", + "lint-staged": "13.0.4", "moment": "2.29.4", "npm-registry-fetch": "^14.0.2", - "oclif": "3.2.28", + "oclif": "3.2.31", "octokit": "2.0.10", "patch-package": "6.5.0", "prettier": "2.8.0", diff --git a/packages/cli-e2e/package.json b/packages/cli-e2e/package.json index 3180da15d..6ec4f2281 100644 --- a/packages/cli-e2e/package.json +++ b/packages/cli-e2e/package.json @@ -58,7 +58,7 @@ "wait-on": "6.0.1" }, "dependencies": { - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@babel/preset-env": "7.20.2", "@babel/preset-typescript": "7.18.6", "@coveo/cli": "2.0.0", @@ -67,7 +67,7 @@ "async-retry": "1.3.3", "axios": "1.2.0", "babel-jest": "29.3.1", - "devtools-protocol": "0.0.1075032", + "devtools-protocol": "0.0.1075693", "dotenv": "16.0.3", "fs-extra": "10.1.0", "get-port": "5.1.1", diff --git a/packages/cli/core/package.json b/packages/cli/core/package.json index 01f0cfc5c..c7f3522e8 100644 --- a/packages/cli/core/package.json +++ b/packages/cli/core/package.json @@ -37,11 +37,11 @@ "tmp": "^0.2.1", "ts-dedent": "2.2.0", "tslib": "2.4.1", - "undici": "5.12.0" + "undici": "5.13.0" }, "devDependencies": { "@amplitude/types": "1.10.2", - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@coveo/angular": "1.35.17", "@coveo/cli-commons-dev": "5.0.0", "@coveo/cra-template": "1.36.0", @@ -63,7 +63,7 @@ "fancy-test": "2.0.7", "jest": "29.3.1", "mock-stdin": "1.0.0", - "oclif": "3.2.28", + "oclif": "3.2.31", "prettier": "2.8.0", "rimraf": "3.0.2", "stdout-stderr": "0.1.13", diff --git a/packages/cli/source/package.json b/packages/cli/source/package.json index 3e40e0751..c8a57c7a2 100644 --- a/packages/cli/source/package.json +++ b/packages/cli/source/package.json @@ -31,7 +31,7 @@ "@types/node": "18.11.9", "eslint": "8.28.0", "jest": "29.3.1", - "oclif": "3.2.28", + "oclif": "3.2.31", "stdout-stderr": "0.1.13", "strip-ansi": "6.0.1", "ts-jest": "29.0.3", diff --git a/packages/ui/atomic/template/package.json b/packages/ui/atomic/template/package.json index 470e16742..74753a7b8 100644 --- a/packages/ui/atomic/template/package.json +++ b/packages/ui/atomic/template/package.json @@ -8,7 +8,7 @@ "lint": "prettier --check . && eslint ." }, "dependencies": { - "@coveo/atomic": "1.123.1", + "@coveo/atomic": "1.124.0", "@stencil/core": "2.19.3", "@coveo/search-token-lambda": "1.35.15" }, diff --git a/packages/ui/cra-template/package.json b/packages/ui/cra-template/package.json index 1368133e0..6940ffef7 100644 --- a/packages/ui/cra-template/package.json +++ b/packages/ui/cra-template/package.json @@ -33,7 +33,7 @@ "@coveo/search-token-server": "1.35.15", "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", - "@mui/material": "5.10.15", + "@mui/material": "5.10.16", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@types/jest": "29.2.3", diff --git a/packages/ui/search-token-lambda/package.json b/packages/ui/search-token-lambda/package.json index a3ee4aab7..132f90db6 100644 --- a/packages/ui/search-token-lambda/package.json +++ b/packages/ui/search-token-lambda/package.json @@ -16,12 +16,12 @@ }, "dependencies": { "@coveo/platform-client": "37.9.0", - "undici": "5.12.0" + "undici": "5.13.0" }, "devDependencies": { - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@types/jest": "29.2.3", - "@typescript-eslint/eslint-plugin": "5.44.0", + "@typescript-eslint/eslint-plugin": "5.45.0", "eslint": "8.28.0", "gts": "3.1.1", "jest": "29.3.1", diff --git a/packages/ui/search-token-server/package.json b/packages/ui/search-token-server/package.json index ca69af8af..5e6baf415 100644 --- a/packages/ui/search-token-server/package.json +++ b/packages/ui/search-token-server/package.json @@ -28,7 +28,7 @@ "release:phase1": "node --experimental-specifier-resolution=node ../../../scripts/releaseV2/phase1-bump-all-packages.mjs" }, "devDependencies": { - "@babel/core": "7.20.2", + "@babel/core": "7.20.5", "@types/cookie-session": "2.0.44", "@types/cors": "2.8.12", "@types/csurf": "1.11.2", @@ -36,7 +36,7 @@ "@types/jest": "29.2.3", "@types/node": "^18.11.9", "@types/supertest": "2.0.12", - "@typescript-eslint/eslint-plugin": "5.44.0", + "@typescript-eslint/eslint-plugin": "5.45.0", "eslint": "8.28.0", "gts": "3.1.1", "jest": "29.3.1", diff --git a/packages/ui/vue/create-headless-vue/template/package.json b/packages/ui/vue/create-headless-vue/template/package.json index 24c4a71fc..1b802f5d1 100644 --- a/packages/ui/vue/create-headless-vue/template/package.json +++ b/packages/ui/vue/create-headless-vue/template/package.json @@ -12,7 +12,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { - "@coveo/headless": "1.111.2", + "@coveo/headless": "1.111.3", "vue": "^3.2.41", "vue-router": "^4.1.5", "vuetify": "^3.0.0-beta.14",