1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Zero-day patch: Batch 3 Final (#238)

* Bump @babel/traverse from 7.23.0 to 7.23.3 (#237)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated pr_next.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Eugene Fox
2023-11-12 20:24:44 +03:00
committed by GitHub
parent e7599ea2a1
commit 992949f797
2 changed files with 35 additions and 11 deletions
+5 -5
View File
@@ -17,15 +17,15 @@ jobs:
- uses: actions/checkout@main
- name: Get version from package.json
id: get_manifest
id: get_version
run: |
content=`cat ./package.json`
echo "::set-output name=manifest::${content}"
extver=`jq -r ".version" package.json`
echo "version=$extver" >> "$GITHUB_OUTPUT"
- uses: dev-build-deploy/release-me@v0.15.0
- uses: dev-build-deploy/release-me@v0.14.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
prefix: v
draft: true
version: ${{ fromJson(steps.get_manifest.outputs.manifest).version }}
version: ${{ steps.get_version.outputs.version }}
release-notes: .github/release_description_template.md