Skip to content

Commit 6b319aa

Browse files
authored
Merge branch 'loopbackio:master' into KalleV_fix_nested_relation_hidden_props
2 parents 42d2759 + af5f4f9 commit 6b319aa

File tree

5 files changed

+242
-8
lines changed

5 files changed

+242
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
27+
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
2828
with:
2929
languages: 'javascript'
3030
config-file: ./.github/codeql/codeql-config.yml
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
33+
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0

package-lock.json

Lines changed: 237 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/boot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/debug": "^4.1.12",
4545
"@types/glob": "^8.1.0",
4646
"debug": "^4.4.0",
47-
"glob": "^10.4.5",
47+
"glob": "^11.0.0",
4848
"tslib": "^2.6.3"
4949
},
5050
"devDependencies": {

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"debug": "^4.4.0",
3939
"eslint": "^8.57.0",
4040
"fs-extra": "^11.2.0",
41-
"glob": "^10.4.5",
41+
"glob": "^11.0.0",
4242
"lodash": "^4.17.21",
4343
"mocha": "^10.8.2",
4444
"nyc": "^17.1.0",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"change-case": "^4.1.2",
5050
"debug": "^4.4.0",
5151
"fs-extra": "^11.2.0",
52-
"glob": "^10.4.5",
52+
"glob": "^11.0.0",
5353
"inquirer-autocomplete-prompt": "^2.0.1",
5454
"json5": "^2.2.3",
5555
"latest-version": "^5.1.0",

0 commit comments

Comments
 (0)