Skip to content

Commit 77ad420

Browse files
CopilotJackGilmore
andauthored
fix: resolve 3 security advisories (addressable, rexml, uuid) (#62)
Agent-Logs-Url: https://github.com/OpenDataScotland/jkan/sessions/42546f3e-f73a-4abf-84b6-048698275885 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JackGilmore <46202639+JackGilmore@users.noreply.github.com>
1 parent eda928f commit 77ad420

3 files changed

Lines changed: 21 additions & 30 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.9.0)
5+
public_suffix (>= 2.0.2, < 8.0)
66
bigdecimal (3.1.9)
77
colorator (1.1.0)
88
concurrent-ruby (1.3.5)
@@ -77,7 +77,7 @@ GEM
7777
rb-fsevent (0.11.2)
7878
rb-inotify (0.11.1)
7979
ffi (~> 1.0)
80-
rexml (3.4.0)
80+
rexml (3.4.4)
8181
rouge (4.5.1)
8282
safe_yaml (1.0.5)
8383
sass-embedded (1.83.4-aarch64-linux-gnu)

package-lock.json

Lines changed: 15 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"webpack-cli": "^5.1.4",
2626
"webpack-dev-server": "^5.2.3"
2727
},
28+
"overrides": {
29+
"uuid": "^14.0.0"
30+
},
2831
"dependencies": {
2932
"@fortawesome/fontawesome-free": "^6.6.0",
3033
"bootstrap": "^5.3.8",

0 commit comments

Comments
 (0)