build(deps): update underscore requirement from ^1.13.6 to ^1.13.7 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#29743)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
This commit is contained in:
dependabot[bot] 2024-07-29 13:32:31 -06:00 committed by GitHub
parent fd8f8719f8
commit 320ba9eac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View File

@ -60041,11 +60041,6 @@
"through": "^2.3.8" "through": "^2.3.8"
} }
}, },
"node_modules/underscore": {
"version": "1.13.6",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
},
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "5.26.5", "version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
@ -66242,7 +66237,7 @@
"mousetrap": "^1.6.5", "mousetrap": "^1.6.5",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-bootstrap-slider": "2.1.5", "react-bootstrap-slider": "2.1.5",
"underscore": "^1.13.6", "underscore": "^1.13.7",
"urijs": "^1.19.11", "urijs": "^1.19.11",
"xss": "^1.0.15" "xss": "^1.0.15"
}, },
@ -66603,6 +66598,11 @@
"@deck.gl/react": "8.9.22" "@deck.gl/react": "8.9.22"
} }
}, },
"plugins/legacy-preset-chart-deckgl/node_modules/underscore": {
"version": "1.13.7",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
},
"plugins/legacy-preset-chart-deckgl/node_modules/xss": { "plugins/legacy-preset-chart-deckgl/node_modules/xss": {
"version": "1.0.15", "version": "1.0.15",
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz", "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
@ -79337,7 +79337,7 @@
"mousetrap": "^1.6.5", "mousetrap": "^1.6.5",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-bootstrap-slider": "2.1.5", "react-bootstrap-slider": "2.1.5",
"underscore": "^1.13.6", "underscore": "^1.13.7",
"urijs": "^1.19.11", "urijs": "^1.19.11",
"xss": "^1.0.15" "xss": "^1.0.15"
}, },
@ -79622,6 +79622,11 @@
"@deck.gl/react": "8.9.22" "@deck.gl/react": "8.9.22"
} }
}, },
"underscore": {
"version": "1.13.7",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g=="
},
"xss": { "xss": {
"version": "1.0.15", "version": "1.0.15",
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz", "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
@ -113121,11 +113126,6 @@
"through": "^2.3.8" "through": "^2.3.8"
} }
}, },
"underscore": {
"version": "1.13.6",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
},
"undici-types": { "undici-types": {
"version": "5.26.5", "version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",

View File

@ -37,7 +37,7 @@
"mousetrap": "^1.6.5", "mousetrap": "^1.6.5",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"react-bootstrap-slider": "2.1.5", "react-bootstrap-slider": "2.1.5",
"underscore": "^1.13.6", "underscore": "^1.13.7",
"urijs": "^1.19.11", "urijs": "^1.19.11",
"xss": "^1.0.15" "xss": "^1.0.15"
}, },