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

package.json is bundled into the generated JavaScript #539

Open
RA80533 opened this issue Jun 13, 2021 · 0 comments
Open

package.json is bundled into the generated JavaScript #539

RA80533 opened this issue Jun 13, 2021 · 0 comments

Comments

@RA80533
Copy link

RA80533 commented Jun 13, 2021

As a result:

The project has an implicit dependency on an old version of @octokit/rest, the source of the behavior being exhibited, through an outdated version of @actions/github:

"@actions/github": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-2.2.0.tgz",
"integrity": "sha512-9UAZqn8ywdR70n3GwVle4N8ALosQs4z50N7XMXrSTUVOmVpaBC5kE3TRTT7qQdi3OaQV24mjGuJZsHUmhD+ZXw==",
"requires": {
"@actions/http-client": "^1.0.3",
"@octokit/graphql": "^4.3.1",
"@octokit/rest": "^16.43.1"
}
},

Related #538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant