fix(deps): update dependency underscore to v1.12.1 [security]

This commit is contained in:
renovate[bot]
2024-06-04 17:38:09 +00:00
parent 7612ffd4e4
commit 9850472761
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@@ -69,7 +69,7 @@
"style-loader": "0.18.2",
"svg-inline-loader": "0.8.2",
"uglify-js": "2.7.0",
"underscore": "1.8.3",
"underscore": "1.12.1",
"underscore.string": "3.3.6",
"universal-cookie": "^4.0.4",
"webpack": "^5.90.3",
@@ -7825,6 +7825,12 @@
"node": ">=0.1.103"
}
},
"node_modules/edx-ui-toolkit/node_modules/underscore": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
"integrity": "sha512-5WsVTFcH1ut/kkhAaHf4PVgI8c7++GiVcpCGxPouI6ZVjsqPnSDf8h/8HtVqc0t4fzRXwnMK70EcZeAs3PIddg==",
"license": "MIT"
},
"node_modules/ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
@@ -24745,9 +24751,10 @@
}
},
"node_modules/underscore": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
"integrity": "sha512-5WsVTFcH1ut/kkhAaHf4PVgI8c7++GiVcpCGxPouI6ZVjsqPnSDf8h/8HtVqc0t4fzRXwnMK70EcZeAs3PIddg=="
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
"integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
"license": "MIT"
},
"node_modules/underscore.string": {
"version": "3.3.6",

View File

@@ -75,7 +75,7 @@
"style-loader": "0.18.2",
"svg-inline-loader": "0.8.2",
"uglify-js": "2.7.0",
"underscore": "1.8.3",
"underscore": "1.12.1",
"underscore.string": "3.3.6",
"universal-cookie": "^4.0.4",
"webpack": "^5.90.3",