Skip to content

Commit ea83934

Browse files
authored
Merge pull request #157 from JoSSte/snyk-upgrade-1e1347855e05f36e6d8b9758f1dfdb87
[Snyk] Upgrades
2 parents c5b5629 + 89deb81 commit ea83934

File tree

3 files changed

+27
-16
lines changed

3 files changed

+27
-16
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: push
1+
on:
2+
push:
3+
branches:
4+
- master
25
name: Deploy Angular Application
36
permissions:
47
contents: write
@@ -8,7 +11,7 @@ permissions:
811
pull-requests: write
912
jobs:
1013
deploy-ghpages:
11-
needs: build
14+
#needs: build
1215
if: startsWith(github.ref, 'refs/tags/v')
1316
runs-on: ubuntu-latest
1417
steps:

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "^17.0.5",
21-
"@angular/common": "^17.0.5",
22-
"@angular/compiler": "^17.0.5",
23-
"@angular/core": "^17.0.5",
24-
"@angular/forms": "^17.0.5",
25-
"@angular/platform-browser": "^17.0.5",
26-
"@angular/platform-browser-dynamic": "^17.0.5",
20+
"@angular/animations": "^17.3.10",
21+
"@angular/common": "^17.3.10",
22+
"@angular/compiler": "^17.3.10",
23+
"@angular/core": "^17.3.10",
24+
"@angular/forms": "^17.3.10",
25+
"@angular/platform-browser": "^17.3.10",
26+
"@angular/platform-browser-dynamic": "^17.3.10",
2727
"@babel/polyfill": "^7.12.1",
2828
"bootstrap": "^5.3.2",
2929
"core-js": "^3.37.1",

0 commit comments

Comments
 (0)