build(deps): bump mustache from 2.3.2 to 4.2.0 in /superset-frontend (#29815)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-01 13:42:16 -06:00 committed by GitHub
parent 91faa3593a
commit eaaa44c6c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 26 deletions

View File

@ -89,7 +89,7 @@
"moment": "^2.30.1", "moment": "^2.30.1",
"moment-timezone": "^0.5.44", "moment-timezone": "^0.5.44",
"mousetrap": "^1.6.5", "mousetrap": "^1.6.5",
"mustache": "^2.2.1", "mustache": "^4.2.0",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"polished": "^4.3.1", "polished": "^4.3.1",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
@ -47863,14 +47863,11 @@
"integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E=" "integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E="
}, },
"node_modules/mustache": { "node_modules/mustache": {
"version": "2.3.2", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz", "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==", "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"bin": { "bin": {
"mustache": "bin/mustache" "mustache": "bin/mustache"
},
"engines": {
"npm": ">=1.4.0"
} }
}, },
"node_modules/mute-stream": { "node_modules/mute-stream": {
@ -65275,15 +65272,6 @@
"node": ">=8.6" "node": ">=8.6"
} }
}, },
"packages/superset-ui-demo/node_modules/mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"peer": true,
"bin": {
"mustache": "bin/mustache"
}
},
"packages/superset-ui-demo/node_modules/parse-json": { "packages/superset-ui-demo/node_modules/parse-json": {
"version": "5.2.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@ -77211,12 +77199,6 @@
"picomatch": "^2.2.3" "picomatch": "^2.2.3"
} }
}, },
"mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"peer": true
},
"parse-json": { "parse-json": {
"version": "5.2.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
@ -103781,9 +103763,9 @@
"integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E=" "integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E="
}, },
"mustache": { "mustache": {
"version": "2.3.2", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz", "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==" "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ=="
}, },
"mute-stream": { "mute-stream": {
"version": "0.0.8", "version": "0.0.8",

View File

@ -154,7 +154,7 @@
"moment": "^2.30.1", "moment": "^2.30.1",
"moment-timezone": "^0.5.44", "moment-timezone": "^0.5.44",
"mousetrap": "^1.6.5", "mousetrap": "^1.6.5",
"mustache": "^2.2.1", "mustache": "^4.2.0",
"nanoid": "^5.0.7", "nanoid": "^5.0.7",
"polished": "^4.3.1", "polished": "^4.3.1",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",