generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix dependabot alerts #57
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nishantms
approved these changes
Mar 5, 2024
This was referenced Jun 24, 2024
shmam
added a commit
to npm/action-deployment-notifications
that referenced
this pull request
Jun 25, 2024
* fix dependabot alerts (npm#57) * nock 13.5.1 * Revert "nock 13.5.1" This reverts commit dd1d7ad. * mock commit * Revert "mock commit" This reverts commit 10c7bab. * @zeit/ncc replaced by @vercel/ncc * nock 13.5.4 * typescript 3.9.7 * ts-standard 12.0.2 * ts-jest 26.5.6 * @types/node 17.0.41 * @types/jest 27.4.1 * @typescript-eslint/parser 7.1.1 * @types/sinon 17.0.3 * js-yaml 4.1.0 * @types/node and typescript * jest 26.6.3 * typescript code cleanup * jest and related * jest 28.1.3 * jest-circus and sinon * typescript 4.9.5 * @slack/web-api 7.0.2 * @actions/core 1.6.0 * reverting console.error * version bump * deps: upgrading `@actions/github` to 6.0.0 (npm#65) * deps: upgrading @actions/github to 6.0.0 which included a pretty big re-write * 2.6.0 * updating dist * fix: pre version bump * 2.6.0 --------- Co-authored-by: Jithin Prabhakaran Girija <141764922+jpg619@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR bump following packages
Changes:
2.4.0
to2.5.0
error: any
: It allows to assign a variable or function parameter to be of literally any type.@zeit/ncc
with@vercel/ncc
version0.38.1
@actions/core
to version1.6.0
@slack/web-api
to version7.0.2
@types/jest
to version29.5.12
@types/node
to version20.11.24
@types/sinon
to version17.0.3
@typescript-eslint/parser
to version7.1.1
jest
to version28.1.3
jest-circus
to version29.7.0
js-yaml
to version4.1.1
nock
to version13.5.4
sinon
to version17.0.1
ts-jest
to version29.1.2
ts-standard
to version12.0.2
typescript
to version4.9.5
References
Related to: Dependabot Alerts