Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade #468

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9827fd5
fix: upgrade semver from 7.5.3 to 7.5.4
snyk-bot Sep 12, 2023
3c1f834
Create sync.yml
mayank1513 Sep 12, 2023
3060c88
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 12, 2023
166adf5
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 12, 2023
effe318
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 12, 2023
5fa775c
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 12, 2023
9ee70e3
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 13, 2023
a40156c
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 13, 2023
0950856
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 13, 2023
448add1
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 13, 2023
7142612
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 13, 2023
a7336b6
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 14, 2023
668be81
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 14, 2023
2f3a084
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 14, 2023
8a052b2
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 15, 2023
b64fc56
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 15, 2023
2502f77
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 18, 2023
a220427
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 19, 2023
30d8528
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 19, 2023
44e1313
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 19, 2023
192fc8c
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 20, 2023
90de287
Merge branch 'getsentry:master' into master
github-actions[bot] Sep 20, 2023
bd40f55
Merge pull request #5 from mayank1513/snyk-upgrade-fc6e6943dddbbc4100…
mayank1513 Sep 25, 2023
8daf7bd
fix: upgrade axios from 1.3.5 to 1.5.0
snyk-bot Sep 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sync Fork

on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- run: gh repo sync $REPOSITORY -b $BRANCH_NAME
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: ${{ github.ref_name }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@clack/prompts": "0.7.0",
"@sentry/cli": "^1.72.0",
"@sentry/node": "^7.69.0",
"axios": "1.3.5",
"axios": "1.5.0",
"chalk": "^2.4.1",
"glob": "^7.1.3",
"inquirer": "^6.2.0",
Expand All @@ -36,7 +36,7 @@
"opn": "^5.4.0",
"r2": "^2.0.1",
"read-env": "^1.3.0",
"semver": "^7.5.3",
"semver": "^7.5.4",
"xcode": "3.0.1",
"xml-js": "^1.6.11",
"yargs": "^16.2.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1421,10 +1421,10 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

axios@1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542"
integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==
axios@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down Expand Up @@ -3985,10 +3985,10 @@ semver@^7.3.7:
dependencies:
lru-cache "^6.0.0"

semver@^7.5.3:
version "7.5.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
semver@^7.5.4:
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
dependencies:
lru-cache "^6.0.0"

Expand Down
Loading