fix(deps): update dependency backbone to v1.6.1 (#37959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
17
package-lock.json
generated
17
package-lock.json
generated
@@ -25,7 +25,7 @@
|
||||
"babel-loader": "^9.1.3",
|
||||
"babel-plugin-transform-class-properties": "6.24.1",
|
||||
"babel-polyfill": "6.26.0",
|
||||
"backbone": "1.6.0",
|
||||
"backbone": "1.6.1",
|
||||
"backbone-associations": "0.6.2",
|
||||
"backbone.paginator": "2.0.8",
|
||||
"bootstrap": "4.0.0",
|
||||
@@ -5663,9 +5663,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/backbone": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.6.0.tgz",
|
||||
"integrity": "sha512-13PUjmsgw/49EowNcQvfG4gmczz1ximTMhUktj0Jfrjth0MVaTxehpU+qYYX4MxnuIuhmvBLC6/ayxuAGnOhbA==",
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.6.1.tgz",
|
||||
"integrity": "sha512-YQzWxOrIgL6BoFnZjThVN99smKYhyEXXFyJJ2lsF1wJLyo4t+QjmkLrH8/fN22FZ4ykF70Xq7PgTugJVR4zS9Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"underscore": ">=1.8.3"
|
||||
@@ -7747,6 +7747,15 @@
|
||||
"urijs": "1.19.11"
|
||||
}
|
||||
},
|
||||
"node_modules/edx-ui-toolkit/node_modules/backbone": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/backbone/-/backbone-1.6.0.tgz",
|
||||
"integrity": "sha512-13PUjmsgw/49EowNcQvfG4gmczz1ximTMhUktj0Jfrjth0MVaTxehpU+qYYX4MxnuIuhmvBLC6/ayxuAGnOhbA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"underscore": ">=1.8.3"
|
||||
}
|
||||
},
|
||||
"node_modules/edx-ui-toolkit/node_modules/jquery": {
|
||||
"version": "3.7.1",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"babel-loader": "^9.1.3",
|
||||
"babel-plugin-transform-class-properties": "6.24.1",
|
||||
"babel-polyfill": "6.26.0",
|
||||
"backbone": "1.6.0",
|
||||
"backbone": "1.6.1",
|
||||
"backbone-associations": "0.6.2",
|
||||
"backbone.paginator": "2.0.8",
|
||||
"bootstrap": "4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user