Bump sortablejs from 1.13.0 to 1.14.0 in /admin

Bumps [sortablejs](https://github.com/SortableJS/Sortable) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](https://github.com/SortableJS/Sortable/compare/1.13.0...1.14.0)

---
updated-dependencies:
- dependency-name: sortablejs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-05 17:00:59 +00:00 committed by Giuseppe Criscione
parent b1a6c9f9ee
commit afbfbfde14
2 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@
"dependencies": {
"chartist": "^0.11.4",
"codemirror": "^5.62.0",
"sortablejs": "^1.13.0"
"sortablejs": "^1.14.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
@ -3368,9 +3368,9 @@
}
},
"node_modules/sortablejs": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.13.0.tgz",
"integrity": "sha512-RBJirPY0spWCrU5yCmWM1eFs/XgX2J5c6b275/YyxFRgnzPhKl/TDeU2hNR8Dt7ITq66NRPM4UlOt+e5O4CFHg=="
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.14.0.tgz",
"integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w=="
},
"node_modules/source-map": {
"version": "0.5.7",
@ -6582,9 +6582,9 @@
}
},
"sortablejs": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.13.0.tgz",
"integrity": "sha512-RBJirPY0spWCrU5yCmWM1eFs/XgX2J5c6b275/YyxFRgnzPhKl/TDeU2hNR8Dt7ITq66NRPM4UlOt+e5O4CFHg=="
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.14.0.tgz",
"integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w=="
},
"source-map": {
"version": "0.5.7",

View File

@ -22,7 +22,7 @@
"dependencies": {
"chartist": "^0.11.4",
"codemirror": "^5.62.0",
"sortablejs": "^1.13.0"
"sortablejs": "^1.14.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",