Skip to content

Commit

Permalink
Merge branch 'loopbackio:master' into KalleV_fix_nested_relation_hidd…
Browse files Browse the repository at this point in the history
…en_props
  • Loading branch information
KalleV authored Jan 2, 2025
2 parents 42d2759 + af5f4f9 commit 6b319aa
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: 'javascript'
config-file: ./.github/codeql/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
240 changes: 237 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/debug": "^4.1.12",
"@types/glob": "^8.1.0",
"debug": "^4.4.0",
"glob": "^10.4.5",
"glob": "^11.0.0",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"debug": "^4.4.0",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.5",
"glob": "^11.0.0",
"lodash": "^4.17.21",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"change-case": "^4.1.2",
"debug": "^4.4.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.5",
"glob": "^11.0.0",
"inquirer-autocomplete-prompt": "^2.0.1",
"json5": "^2.2.3",
"latest-version": "^5.1.0",
Expand Down

0 comments on commit 6b319aa

Please sign in to comment.