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

PLATUI-3224: update dependencies and .nsprc #405

Merged
merged 5 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 2 additions & 8 deletions .nsprc
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@
"GHSA-f5x3-32g6-xq36": "tar - devDependency, used in sass pipeline, no risk given our usage",
"GHSA-35jh-r3h4-6jhm": "lodash.template - devDependency, used to locally serve markdown, no risk given our usage",
"GHSA-4gmj-3p3h-gm8h": "es5-ext - no risk given our usage - test coverage should catch",
"GHSA-78xj-cgh5-2h22": "ip - devDependency, no risk given our usage",
"GHSA-67hx-6x53-jw92": "@babel/traverse - devDependency, no risk given our usage",
"GHSA-j8xg-fqg3-53r7": "word-wrap - devDependency, no risk given our usage",
"GHSA-c2qf-rxjj-qqgw": "semver - devDependency, no risk given our usage",
"GHSA-7fh5-64p2-3v2j": "postcss - devDependency, no risk given our usage",
"GHSA-rp65-9cf3-cjxr": "nth-check - devDependency, no risk given our usage",
"GHSA-p8p7-x288-28g6": "request: devDependency, no risk given our usage",
"GHSA-72xf-g2v4-qvf3": "tough-cookie: devDependency, no risk given our usage",
"GHSA-x9w5-v3q2-3rhw": "browserify-sign: devDependency, no risk given our usage",
"GHSA-rv95-896h-c2vc": "Express.js Open Redirect in malformed URLs, we only use it locally for previewing components - never publicly hosted so no risk given our usage",
"GHSA-3h5v-q93c-6h6q": "DoS possibility when handling requests with multiple headers, we're not at risk given our usage for automated testing requests we construct.",
"GHSA-2p57-rm9w-gvfp": "ip - devDependency, no risk given our usage",
"GHSA-grv7-fg5c-xmjg": "devDependency, should be no risk, but if we did hit an issue it would just result in long build we might have to kill and fix.",
"GHSA-952p-6rrq-rcjv": "micromatch: used by stylelint, no risk given our usage",
"GHSA-f7q4-pwc6-w24p": "elliptic - devDependency, no risk given our usage",
"GHSA-977x-g7h5-7qgw": "elliptic - devDependency, no risk given our usage",
"GHSA-49q7-c7j4-3p7m": "elliptic - devDependency, no risk given our usage"
"GHSA-gcx4-mw62-g8wm": "rollup - we don't use import.meta.url to inject scripts dynamically, so we should be ok",
"GHSA-3h5v-q93c-6h6q": "backstopjs - won't impact us I think, and we can't upgrade past at the moment because of flakey tests."
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [6.34.0] - 2024-10-01

### Changed

- Updated some dev dependencies

## [6.33.0] - 2024-10-01

### Changed
Expand Down
Loading