Skip to content

Commit 4b013fd

Browse files
committed
chore(deps): fix npm audit vulnerabilities
- Bump nanoid to ^5.1.9 across packages - Bump vite to ^7.0.0 and sass to ^1.70.0 - Bump jest-environment-jsdom to ^30.0.0 - Bump pouchdb-browser and pouchdb-find to ^9.0.0 - Add overrides for transitive jsdom, uuid, and nx-related vulns (brace-expansion, follow-redirects, yaml)
1 parent c5426ec commit 4b013fd

15 files changed

Lines changed: 8326 additions & 5185 deletions

File tree

package-lock.json

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

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,19 @@
1111
},
1212
"overrides": {
1313
"nx": {
14-
"@parcel/watcher": "2.4.1"
15-
}
14+
"@parcel/watcher": "2.4.1",
15+
"brace-expansion": "^5.0.5",
16+
"follow-redirects": "^1.16.0",
17+
"yaml": "^2.8.3"
18+
},
19+
"@jest/environment-jsdom-abstract": {
20+
"jsdom": "$jsdom"
21+
},
22+
"rehype-mathjax": {
23+
"jsdom": "^26.1.0"
24+
},
25+
"jsdom": "^26.1.0",
26+
"uuid": "^14.0.0"
1627
},
1728
"scripts": {
1829
"clean:build": "rimraf packages/*/dist packages/*/build",
@@ -113,25 +124,25 @@
113124
"jasmine": "4.0.2",
114125
"jest": "^29.3.1",
115126
"jest-canvas-mock": "^2.4.0",
116-
"jest-environment-jsdom": "^29.3.1",
127+
"jest-environment-jsdom": "^30.0.0",
117128
"jest-runner-eslint": "^1.1.0",
118129
"jest-runner-stylelint": "^2.3.7",
119130
"jest-watch-select-projects": "^2.0.0",
120131
"jest-watch-typeahead": "^2.2.1",
121132
"lerna": "^9.0.1",
122-
"nanoid": "^5.0.7",
133+
"nanoid": "^5.1.9",
123134
"npm-run-all": "^4.1.5",
124135
"prettier": "3.0.0",
125136
"react": "^18.3.1",
126137
"react-dom": "^18.3.1",
127138
"react-redux": "^7.2.7",
128139
"redux": "^4.2.0",
129140
"rimraf": "^3.0.2",
130-
"sass": "1.49.9",
141+
"sass": "^1.70.0",
131142
"source-map-explorer": "^2.5.2",
132143
"stylelint": "^14.5.1",
133144
"typescript": "~5.6.2",
134-
"vite": "^5.4.2"
145+
"vite": "^7.0.0"
135146
},
136147
"prettier": "@deephaven/prettier-config",
137148
"stylelint": {

packages/code-studio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"memoize-one": "^5.1.1",
5050
"memoizee": "^0.4.15",
5151
"monaco-editor": "^0.43.0",
52-
"nanoid": "^5.0.7",
53-
"pouchdb-browser": "^7.2.2",
54-
"pouchdb-find": "^7.2.2",
52+
"nanoid": "^5.1.9",
53+
"pouchdb-browser": "^9.0.0",
54+
"pouchdb-find": "^9.0.0",
5555
"react": "^18.3.1",
5656
"react-dom": "^18.3.1",
5757
"react-redux": "^7.2.7",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lodash.debounce": "^4.0.8",
5050
"lodash.flatten": "^4.4.0",
5151
"memoizee": "^0.4.15",
52-
"nanoid": "^5.0.7",
52+
"nanoid": "^5.1.9",
5353
"popper.js": "^1.16.1",
5454
"react-reverse-portal": "^2.3.0",
5555
"react-transition-group": "^4.4.2",

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"memoize-one": "^5.1.1",
4343
"memoizee": "^0.4.15",
4444
"monaco-editor": "^0.43.0",
45-
"nanoid": "^5.0.7",
45+
"nanoid": "^5.1.9",
4646
"papaparse": "5.3.2",
4747
"popper.js": "^1.16.1",
4848
"shell-quote": "^1.7.2"

packages/dashboard-core-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"lodash.throttle": "^4.1.1",
5151
"memoize-one": "^5.1.1",
5252
"memoizee": "^0.4.15",
53-
"nanoid": "^5.0.7",
53+
"nanoid": "^5.1.9",
5454
"prop-types": "^15.7.2",
5555
"react-markdown": "^8.0.7",
5656
"redux": "^4.2.0",

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lodash.ismatch": "^4.1.1",
3434
"lodash.throttle": "^4.1.1",
3535
"memoize-one": "^5.1.1",
36-
"nanoid": "^5.0.7",
36+
"nanoid": "^5.1.9",
3737
"prop-types": "^15.7.2"
3838
},
3939
"peerDependencies": {

packages/embed-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@deephaven/utils": "file:../utils",
3131
"@fontsource/fira-mono": "5.0.13",
3232
"@fontsource/fira-sans": "5.0.20",
33-
"nanoid": "5.0.7",
33+
"nanoid": "5.1.9",
3434
"react": "^18.3.1",
3535
"react-dom": "^18.3.1",
3636
"react-redux": "^7.2.7"

packages/golden-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@deephaven/components": "file:../components",
1414
"jquery": "^3.6.0",
15-
"nanoid": "^5.0.7"
15+
"nanoid": "^5.1.9"
1616
},
1717
"peerDependencies": {
1818
"react": ">=16.8.0",

packages/iris-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"memoize-one": "^5.1.1",
5959
"memoizee": "^0.4.15",
6060
"monaco-editor": "^0.43.0",
61-
"nanoid": "^5.0.7",
61+
"nanoid": "^5.1.9",
6262
"react-transition-group": "^4.4.2"
6363
},
6464
"peerDependencies": {

0 commit comments

Comments
 (0)