Skip to content

Commit

Permalink
Pin glob instead of reverting tailwind or any other (grand)parent dep…
Browse files Browse the repository at this point in the history
…endency
  • Loading branch information
philrenaud committed Jul 6, 2024
1 parent 070b587 commit 7277670
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 131 deletions.
3 changes: 3 additions & 0 deletions .changelog/21378.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:security
ui: Pin and namespace sub-module dependencies related to the Consul UI
```
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"resolutions": {
"xmlhttprequest-ssl": "^1.6.3",
"ember-basic-dropdown": "3.0.21"
"ember-basic-dropdown": "3.0.21",
"glob": "7.2.3"
},
"engines": {
"node": "18"
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/consul-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"remark-autolink-headings": "^6.0.1",
"remark-hbs": "^0.4.0",
"sass": "^1.28.0",
"tailwindcss": "3.2.7",
"tailwindcss": "^3.1.8",
"tape": "^5.0.1",
"text-encoding": "^0.7.0",
"tippy.js": "^6.2.7",
Expand Down
Loading

0 comments on commit 7277670

Please sign in to comment.