Skip to content

Commit

Permalink
PLATUI-3224: update dependencies and .nsprc (#405)
Browse files Browse the repository at this point in the history
* PLATUI-3224: update dependencies and nsprc

* PLATUI-3224: update vrt reference images

* Revert "PLATUI-3224: update vrt reference images"

This reverts commit c5dbfdf.

* PLATUI-3224: revert to [email protected]

* PLATUI-3224: update .nsprc with backstop issue
  • Loading branch information
oscarduignan authored Oct 3, 2024
1 parent a4a75de commit 1baa496
Show file tree
Hide file tree
Showing 6 changed files with 1,154 additions and 469 deletions.
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

0 comments on commit 1baa496

Please sign in to comment.