Skip to content

Commit a115162

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/7-bank-project/api/multi-9423f4c335
2 parents dde024c + 626a0c0 commit a115162

File tree

13 files changed

+1988
-1028
lines changed

13 files changed

+1988
-1028
lines changed

.github/workflows/links.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Links
2+
3+
on:
4+
repository_dispatch:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: "00 18 * * 0"
8+
9+
jobs:
10+
linkChecker:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
issues: write # required for peter-evans/create-issue-from-file
14+
steps:
15+
- uses: actions/checkout@v4
16+
17+
- name: Link Checker
18+
id: lychee
19+
uses: lycheeverse/lychee-action@v2
20+
with:
21+
fail: false
22+
23+
- name: Create Issue From File
24+
if: steps.lychee.outputs.exit_code != 0
25+
uses: peter-evans/create-issue-from-file@v5
26+
with:
27+
title: Link Checker Report
28+
content-filepath: ./lychee/out.md
29+
labels: report, automated issue

5-browser-extension/solution/package-lock.json

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

5-browser-extension/solution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"webpack-cli": "^5.1.4"
2525
},
2626
"dependencies": {
27-
"axios": "^1.7.4"
27+
"axios": "^1.8.2"
2828
}
2929
}

5-browser-extension/start/package-lock.json

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

5-browser-extension/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Microsoft Cloud Advocacy Team",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"webpack": "^5.88.1",
23+
"webpack": "^5.99.9",
2424
"webpack-cli": "^5.1.4"
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)