Skip to content

Commit

Permalink
fix(deps): update all dependencies j:cdx-227
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2022
1 parent d247ab1 commit 299a579
Show file tree
Hide file tree
Showing 17 changed files with 1,701 additions and 2,545 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@d1ad3b49578d8a66828f9c8e8fbf5f9faec38f85 # tag=v1
uses: github/codeql-action/init@7cce9bbfb550e880420fd42bdb2f6a2908df139e # tag=v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -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@d1ad3b49578d8a66828f9c8e8fbf5f9faec38f85 # tag=v1
uses: github/codeql-action/autobuild@7cce9bbfb550e880420fd42bdb2f6a2908df139e # tag=v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d1ad3b49578d8a66828f9c8e8fbf5f9faec38f85 # tag=v1
uses: github/codeql-action/analyze@7cce9bbfb550e880420fd42bdb2f6a2908df139e # tag=v1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -38,7 +38,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@d1ad3b49578d8a66828f9c8e8fbf5f9faec38f85 # tag=v1
uses: github/codeql-action/upload-sarif@7cce9bbfb550e880420fd42bdb2f6a2908df139e # tag=v1
with:
sarif_file: ./sarifs
- name: Check Code Scanning alerts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-master.yml
Expand Up @@ -41,7 +41,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@d1ad3b49578d8a66828f9c8e8fbf5f9faec38f85 # tag=v1
uses: github/codeql-action/upload-sarif@7cce9bbfb550e880420fd42bdb2f6a2908df139e # tag=v1

with:
sarif_file: ./sarifs
4,088 changes: 1,622 additions & 2,466 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -13,41 +13,41 @@
"@actions/github": "5.0.3",
"@commitlint/config-conventional": "16.2.4",
"@commitlint/lint": "16.2.4",
"@coveo/semantic-monorepo-tools": "1.1.10",
"@coveord/platform-client": "34.7.0",
"@npmcli/arborist": "^5.6.1",
"@coveo/semantic-monorepo-tools": "1.3.4",
"@coveord/platform-client": "34.12.0",
"@npmcli/arborist": "5.6.1",
"@nrwl/cli": "latest",
"@nrwl/workspace": "latest",
"@types/node": "16.11.53",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@types/node": "16.11.59",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"abortcontroller-polyfill": "1.7.3",
"async-retry": "1.3.3",
"aws-sdk": "2.1199.0",
"aws-sdk": "2.1216.0",
"axios": "0.27.2",
"chai": "4.3.6",
"conventional-changelog-angular": "5.0.13",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.1",
"eslint": "8.22.0",
"dotenv": "16.0.2",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"exponential-backoff": "3.1.0",
"fs-extra": "10.1.0",
"gts": "3.1.0",
"gts": "3.1.1",
"husky": "7.0.4",
"isomorphic-fetch": "3.0.0",
"lint-staged": "12.5.0",
"moment": "2.29.4",
"oclif": "3.1.2",
"oclif": "3.2.1",
"octokit": "1.8.1",
"patch-package": "6.4.7",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"ts-dedent": "2.2.0",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"typescript": "4.8.3",
"yargs": "17.5.1"
},
"commitlint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Expand Up @@ -40,7 +40,7 @@
"@coveo/headless": "latest",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.5.2",
"@types/node": "16.11.53",
"@types/node": "16.11.59",
"fs-extra": "10.1.0",
"jest": "27.5.1",
"prettier": "2.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic/create-atomic/package.json
Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"dependencies": {
"@coveord/platform-client": "34.7.0",
"@coveord/platform-client": "34.12.0",
"abortcontroller-polyfill": "1.7.3",
"detect-indent": "7.0.0",
"https-proxy-agent": "5.0.1",
Expand All @@ -40,7 +40,7 @@
"node-plop": "^0.31.0",
"plop": "3.1.1",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "4.8.3"
},
"devDependencies": {
"fs-extra": "10.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic/template/package.json
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@coveo/atomic": "1.86.0",
"@coveo/search-token-lambda": "1.35.12",
"@stencil/core": "2.17.3"
"@stencil/core": "2.18.0"
},
"devDependencies": {
"@rollup/plugin-replace": "4.0.0",
"fkill": "8.0.1",
"get-port": "6.1.2",
"gts": "3.1.0",
"gts": "3.1.1",
"netlify-cli": "10.18.0",
"prettier": "2.7.1",
"rollup-plugin-dotenv": "0.3.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli-e2e/package.json
Expand Up @@ -42,38 +42,38 @@
"@types/fs-extra": "9.0.13",
"@types/is-running": "2.1.0",
"@types/jest": "27.5.2",
"@types/node": "16.11.53",
"@types/node": "16.11.59",
"@types/tmp": "0.2.3",
"@types/wait-on": "5.3.1",
"chrome-launcher": "0.15.1",
"eslint": "8.22.0",
"eslint": "8.23.1",
"fkill": "7.2.1",
"folder-hash": "4.0.2",
"is-running": "2.1.0",
"open": "8.4.0",
"tmp": "0.2.1",
"ts-node": "10.9.1",
"verdaccio": "5.14.0",
"verdaccio": "5.15.3",
"wait-on": "6.0.1"
},
"dependencies": {
"@babel/core": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/core": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-typescript": "7.18.6",
"@coveo/cli": "^1.34.2",
"@coveord/platform-client": "34.7.0",
"@coveord/platform-client": "34.12.0",
"abortcontroller-polyfill": "1.7.3",
"async-retry": "1.3.3",
"axios": "0.27.2",
"babel-jest": "27.5.1",
"devtools-protocol": "0.0.1036444",
"dotenv": "16.0.1",
"devtools-protocol": "0.0.1046751",
"dotenv": "16.0.2",
"fs-extra": "10.1.0",
"get-port": "5.1.1",
"isomorphic-fetch": "3.0.0",
"jest": "27.5.1",
"puppeteer": "13.7.0",
"strip-ansi": "6.0.1",
"typescript": "4.7.4"
"typescript": "4.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/cli/commons-dev/package.json
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/jest": "27.5.2",
"typescript": "4.7.4"
"typescript": "4.8.3"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/commons/package.json
Expand Up @@ -16,14 +16,14 @@
"devDependencies": {
"@coveo/cli-commons-dev": "1.35.12",
"@types/jest": "27.5.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"typescript": "4.7.4"
"jest": "27.5.1",
"ts-jest": "27.1.5",
"typescript": "4.8.3"
},
"dependencies": {
"@amplitude/node": "1.10.0",
"@coveord/platform-client": "34.7.0",
"@oclif/core": "1.14.2",
"@amplitude/node": "1.10.2",
"@coveord/platform-client": "34.12.0",
"@oclif/core": "1.16.1",
"abortcontroller-polyfill": "1.7.3",
"chalk": "4.1.2",
"fs-extra": "10.1.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/core/package.json
Expand Up @@ -12,8 +12,8 @@
"@coveo/cli-commons": "1.35.12",
"@coveo/cli-plugin-source": "1.35.12",
"@coveo/push-api-client": "^2.4.4",
"@coveord/platform-client": "34.7.0",
"@oclif/core": "1.14.2",
"@coveord/platform-client": "34.12.0",
"@oclif/core": "1.16.1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.1.0",
"@oclif/plugin-update": "^3.0.0",
Expand All @@ -40,8 +40,8 @@
"tslib": "^2"
},
"devDependencies": {
"@amplitude/types": "1.10.0",
"@babel/core": "7.18.10",
"@amplitude/types": "1.10.2",
"@babel/core": "7.19.1",
"@coveo/angular": "1.35.12",
"@coveo/cli-commons-dev": "1.35.12",
"@coveo/cra-template": "1.35.12",
Expand All @@ -55,23 +55,23 @@
"@types/inquirer": "8.2.3",
"@types/jest": "27.5.2",
"@types/json2csv": "5.0.3",
"@types/node": "16.11.53",
"@types/node": "16.11.59",
"@types/semver": "7.3.12",
"@types/tmp": "0.2.3",
"chai": "4.3.6",
"eslint": "8.22.0",
"eslint": "8.23.1",
"fancy-test": "2.0.0",
"jest": "27.5.1",
"mock-stdin": "1.0.0",
"oclif": "3.1.2",
"oclif": "3.2.1",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"stdout-stderr": "0.1.13",
"strip-ansi": "6.0.1",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "4.7.4"
"tsconfig-paths": "3.14.1",
"typescript": "4.8.3"
},
"peerDependencies": {
"@angular/cli": "^14.0.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/source/package.json
Expand Up @@ -15,9 +15,9 @@
],
"dependencies": {
"@coveo/cli-commons": "1.35.12",
"@coveo/push-api-client": "2.5.8",
"@coveord/platform-client": "34.7.0",
"@oclif/core": "1.14.2",
"@coveo/push-api-client": "2.5.13",
"@coveord/platform-client": "34.12.0",
"@oclif/core": "1.16.1",
"@oclif/plugin-help": "5.1.12",
"@oclif/plugin-plugins": "2.1.0",
"chalk": "4.1.2",
Expand All @@ -28,17 +28,17 @@
"@coveo/cli-commons-dev": "1.35.12",
"@oclif/test": "2.1.1",
"@types/jest": "27.5.2",
"@types/node": "16.11.53",
"eslint": "8.22.0",
"@types/node": "16.11.59",
"eslint": "8.23.1",
"jest": "27.5.1",
"oclif": "3.1.2",
"stdout-stderr": "^0.1.13",
"oclif": "3.2.1",
"stdout-stderr": "0.1.13",
"strip-ansi": "6.0.1",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths": "3.14.1",
"tslib": "2.4.0",
"typescript": "4.7.4"
"typescript": "4.8.3"
},
"oclif": {
"bin": "coveo",
Expand Down
14 changes: 7 additions & 7 deletions packages/cra-template/package.json
Expand Up @@ -31,20 +31,20 @@
"devDependencies": {
"@coveo/headless": "latest",
"@coveo/search-token-server": "1.35.12",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/material": "5.10.1",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/material": "5.10.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/react": "13.4.0",
"@types/jest": "27.5.2",
"@types/react": "18.0.17",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"eslint": "8.22.0",
"eslint": "8.23.1",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0"
"react-router-dom": "6.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/search-token-lambda/package.json
Expand Up @@ -15,20 +15,20 @@
"release:phase2": "node --experimental-specifier-resolution=node ../../scripts/releaseV2/phase2-bump-all-packages.mjs"
},
"dependencies": {
"@coveord/platform-client": "34.7.0",
"@coveord/platform-client": "34.12.0",
"abortcontroller-polyfill": "1.7.3",
"isomorphic-fetch": "3.0.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.19.1",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "5.33.1",
"eslint": "8.22.0",
"gts": "3.1.0",
"@typescript-eslint/eslint-plugin": "5.37.0",
"eslint": "8.23.1",
"gts": "3.1.1",
"jest": "27.5.1",
"netlify-cli": "10.18.0",
"ts-jest": "27.1.5",
"typescript": "4.7.4"
"typescript": "4.8.3"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/search-token-server/package.json
Expand Up @@ -9,7 +9,7 @@
"directory": "packages/search-token-server"
},
"dependencies": {
"@coveord/platform-client": "34.7.0",
"@coveord/platform-client": "34.12.0",
"@types/express": "^4.17.11",
"abortcontroller-polyfill": "^1.7.1",
"cookie-session": "^2.0.0",
Expand All @@ -28,16 +28,16 @@
"release:phase2": "node --experimental-specifier-resolution=node ../../scripts/releaseV2/phase2-bump-all-packages.mjs"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.19.1",
"@types/cookie-session": "2.0.44",
"@types/cors": "2.8.12",
"@types/csurf": "1.11.2",
"@types/helmet": "4.0.0",
"@types/jest": "27.5.2",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.33.1",
"eslint": "8.22.0",
"gts": "3.1.0",
"@typescript-eslint/eslint-plugin": "5.37.0",
"eslint": "8.23.1",
"gts": "3.1.1",
"jest": "27.5.1",
"supertest": "6.2.4",
"ts-jest": "27.1.5"
Expand Down

0 comments on commit 299a579

Please sign in to comment.