This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 3449b8f9dc chore(deps-dev): update @types/lodash requirement from
^4.17.4 to ^4.17.6 in /superset-frontend/plugins/plugin-chart-handlebars
(#29425)
3449b8f9dc is described below
commit 3449b8f9dc4468de6a2e1d1992bafc7a328cac86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 1 17:02:44 2024 -0600
chore(deps-dev): update @types/lodash requirement from ^4.17.4 to ^4.17.6
in /superset-frontend/plugins/plugin-chart-handlebars (#29425)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <[email protected]>
---
superset-frontend/package-lock.json | 16 ++++++++--------
.../plugins/plugin-chart-handlebars/package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 7ab87afc19..676b956c15 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -70520,7 +70520,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
- "@types/lodash": "^4.17.4",
+ "@types/lodash": "^4.17.6",
"jest": "^29.7.0"
},
"peerDependencies": {
@@ -70535,9 +70535,9 @@
}
},
"plugins/plugin-chart-handlebars/node_modules/@types/lodash": {
- "version": "4.17.4",
- "resolved":
"https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz",
- "integrity":
"sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==",
+ "version": "4.17.6",
+ "resolved":
"https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
+ "integrity":
"sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==",
"dev": true
},
"plugins/plugin-chart-handlebars/node_modules/just-handlebars-helpers": {
@@ -89053,16 +89053,16 @@
"version": "file:plugins/plugin-chart-handlebars",
"requires": {
"@types/jest": "^29.5.12",
- "@types/lodash": "^4.17.4",
+ "@types/lodash": "^4.17.6",
"handlebars": "^4.7.7",
"jest": "^29.7.0",
"just-handlebars-helpers": "^1.0.19"
},
"dependencies": {
"@types/lodash": {
- "version": "4.17.4",
- "resolved":
"https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz",
- "integrity":
"sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==",
+ "version": "4.17.6",
+ "resolved":
"https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
+ "integrity":
"sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==",
"dev": true
},
"just-handlebars-helpers": {
diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json
b/superset-frontend/plugins/plugin-chart-handlebars/package.json
index ed63f04ad9..9ce608cd1b 100644
--- a/superset-frontend/plugins/plugin-chart-handlebars/package.json
+++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
- "@types/lodash": "^4.17.4",
+ "@types/lodash": "^4.17.6",
"jest": "^29.7.0"
}
}