Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 83a6fad commit 49fbf3f
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 31 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml

- name: Autobuild
uses: github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion packages/@o3r/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^9.0.0",
"memfs": "~4.11.0",
"memfs": "~4.12.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"memfs": "~4.11.0",
"memfs": "~4.12.0",
"minimist": "^1.2.6",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"memfs": "~4.11.0",
"memfs": "~4.12.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/rules-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^9.0.0",
"memfs": "~4.11.0",
"memfs": "~4.12.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"memfs": "~4.11.0",
"memfs": "~4.12.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular-devkit/schematics": "~18.2.0",
"@o3r/schematics": "workspace:^",
"jest-environment-node": "~29.7.0",
"memfs": "~4.11.0",
"memfs": "~4.12.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"semver": "^7.5.2",
Expand Down Expand Up @@ -69,7 +69,7 @@
"jest-environment-node": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"memfs": "~4.11.0",
"memfs": "~4.12.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
Expand Down
28 changes: 8 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7406,7 +7406,7 @@ __metadata:
jest-preset-angular: "npm:~14.2.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:^9.0.0"
memfs: "npm:~4.11.0"
memfs: "npm:~4.12.0"
nx: "npm:~19.5.0"
pid-from-port: "npm:^1.1.3"
rxjs: "npm:^7.8.1"
Expand Down Expand Up @@ -7646,7 +7646,7 @@ __metadata:
jest-junit: "npm:~16.0.0"
jest-preset-angular: "npm:~14.2.0"
jsonc-eslint-parser: "npm:~2.4.0"
memfs: "npm:~4.11.0"
memfs: "npm:~4.12.0"
minimist: "npm:^1.2.6"
nx: "npm:~19.5.0"
pid-from-port: "npm:^1.1.3"
Expand Down Expand Up @@ -8612,7 +8612,7 @@ __metadata:
jest-junit: "npm:~16.0.0"
jest-preset-angular: "npm:~14.2.0"
jsonc-eslint-parser: "npm:~2.4.0"
memfs: "npm:~4.11.0"
memfs: "npm:~4.12.0"
nx: "npm:~19.5.0"
pid-from-port: "npm:^1.1.3"
rxjs: "npm:^7.8.1"
Expand Down Expand Up @@ -9058,7 +9058,7 @@ __metadata:
jest-preset-angular: "npm:~14.2.0"
jsonc-eslint-parser: "npm:~2.4.0"
jsonpath-plus: "npm:^9.0.0"
memfs: "npm:~4.11.0"
memfs: "npm:~4.12.0"
nx: "npm:~19.5.0"
pid-from-port: "npm:^1.1.3"
rimraf: "npm:^5.0.1"
Expand Down Expand Up @@ -9605,7 +9605,7 @@ __metadata:
jest-junit: "npm:~16.0.0"
jest-preset-angular: "npm:~14.2.0"
jsonc-eslint-parser: "npm:~2.4.0"
memfs: "npm:~4.11.0"
memfs: "npm:~4.12.0"
nx: "npm:~19.5.0"
pid-from-port: "npm:^1.1.3"
rxjs: "npm:^7.8.1"
Expand Down Expand Up @@ -9757,7 +9757,7 @@ __metadata:
jest-environment-node: "npm:~29.7.0"
jest-junit: "npm:~16.0.0"
jsonc-eslint-parser: "npm:~2.4.0"
memfs: "npm:~4.11.0"
memfs: "npm:~4.12.0"
minimist: "npm:^1.2.6"
pid-from-port: "npm:^1.1.3"
rxjs: "npm:^7.8.1"
Expand All @@ -9772,7 +9772,7 @@ __metadata:
"@angular-devkit/schematics": ~18.2.0
"@o3r/schematics": "workspace:^"
jest-environment-node: ~29.7.0
memfs: ~4.11.0
memfs: ~4.12.0
minimist: ^1.2.6
pid-from-port: ^1.1.3
semver: ^7.5.2
Expand Down Expand Up @@ -25316,7 +25316,7 @@ __metadata:
languageName: node
linkType: hard

"memfs@npm:^4.6.0":
"memfs@npm:^4.6.0, memfs@npm:~4.12.0":
version: 4.12.0
resolution: "memfs@npm:4.12.0"
dependencies:
Expand All @@ -25328,18 +25328,6 @@ __metadata:
languageName: node
linkType: hard

"memfs@npm:~4.11.0":
version: 4.11.2
resolution: "memfs@npm:4.11.2"
dependencies:
"@jsonjoy.com/json-pack": "npm:^1.0.3"
"@jsonjoy.com/util": "npm:^1.3.0"
tree-dump: "npm:^1.0.1"
tslib: "npm:^2.0.0"
checksum: 10/063189392dd8634985371dee2bd74470b9ada5573429b7d9c3654814655f9815b253bf3d4ec2dd4fedfaa1c2b1e692d78adba302e3be7586134f40e6edcc9f20
languageName: node
linkType: hard

"memoizerific@npm:^1.11.3":
version: 1.11.3
resolution: "memoizerific@npm:1.11.3"
Expand Down

0 comments on commit 49fbf3f

Please sign in to comment.