-
Notifications
You must be signed in to change notification settings - Fork 4
fix(ui): bump vulnerable transitive npm dependencies #45
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c5f1fb5
fix(ui): bump vulnerable transitive npm dependencies
wtobis-splunk 376cc97
fix(ui): use public registry for dependencies
wtobis-splunk 33008be
fix(ui): bump jest-fixed-jsdom to 0.0.11
wtobis-splunk aa658d2
ci: bump appinspect-cli-action to v2.15.0
wtobis-splunk c51482e
test: pin Splunk version for CI and bump test dependencies
wtobis-splunk c8d6ee0
fix: pin add-on runtime dependency versions
wtobis-splunk c580a43
fix(ui): pin jspdf and react-router-dom via nested overrides
wtobis-splunk d16e438
fix: drop obsolete Python 3.7 packaging workaround
wtobis-splunk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1 @@ | ||
| # splunk-example-ta | ||
|
|
||
| # Binary File Declaration | ||
|
|
||
| lib/charset_normalizer/md__mypyc.cpython-37m-x86_64-linux-gnu.so -- This binary file contains the compiled code related to the Charset Normalizer package that has been generated by the MyPyC tool for Python | ||
|
|
||
| lib/charset_normalizer/md.cpython-37m-x86_64-linux-gnu.so -- This binary file contains the compiled code of the Charset Normalizer package, which includes performance optimizations and low-level functionality written in C or C++ |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| splunktaucclib | ||
| splunk-sdk | ||
| solnlib | ||
| splunktaucclib==8.2.0 | ||
| splunk-sdk==2.1.1 | ||
| solnlib==7.0.0 | ||
| packaging==24.0 | ||
|
wtobis-splunk marked this conversation as resolved.
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| pytest-splunk-addon==5.4.1 | ||
| pytest-splunk-addon==5.5.3 | ||
| splunk-add-on-ucc-framework==5.58.0 | ||
| splunk-add-on-ucc-modinput-test==2.0.0 | ||
| splunk-add-on-ucc-modinput-test==2.0.5 |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| "service":"InitialDatasetGlobalMap" | ||
| "location":"genericDatasets/global_datasets_map.go:72" |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| [install] | ||
| state = enabled | ||
|
|
||
| [ui] | ||
| is_visible = false | ||
|
|
||
| [package] | ||
| id = splunk_ci_test_config |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # GitHub-hosted runners have limited disk space. Keep a safety margin while | ||
| # allowing searches in this short-lived test-only Splunk instance. | ||
| [diskUsage] | ||
| minFreeSpace = 500 |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.