mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
chore(deps): Bump autosize from 5.0.1 to 6.0.1
Bumps [autosize](https://github.com/jackmoore/autosize) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/jackmoore/autosize/releases) - [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md) - [Commits](https://github.com/jackmoore/autosize/compare/5.0.1...6.0.1) --- updated-dependencies: - dependency-name: autosize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
86c102ed99
commit
be7001de99
4 changed files with 11 additions and 11 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -31,7 +31,7 @@
|
|||
"@nextcloud/vue": "^7.7.0",
|
||||
"@nextcloud/vue-dashboard": "^2.0.1",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"autosize": "^5.0.1",
|
||||
"autosize": "^6.0.1",
|
||||
"backbone": "^1.4.1",
|
||||
"blueimp-md5": "^2.19.0",
|
||||
"browserslist-useragent-regexp": "^3.0.2",
|
||||
|
|
@ -7038,9 +7038,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/autosize": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/autosize/-/autosize-5.0.1.tgz",
|
||||
"integrity": "sha512-UIWUlE4TOVPNNj2jjrU39wI4hEYbneUypEqcyRmRFIx5CC2gNdg3rQr+Zh7/3h6egbBvm33TDQjNQKtj9Tk1HA=="
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/autosize/-/autosize-6.0.1.tgz",
|
||||
"integrity": "sha512-f86EjiUKE6Xvczc4ioP1JBlWG7FKrE13qe/DxBCpe8GCipCq2nFw73aO8QEBKHfSbYGDN5eB9jXWKen7tspDqQ=="
|
||||
},
|
||||
"node_modules/available-typed-arrays": {
|
||||
"version": "1.0.5",
|
||||
|
|
@ -30583,9 +30583,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"autosize": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/autosize/-/autosize-5.0.1.tgz",
|
||||
"integrity": "sha512-UIWUlE4TOVPNNj2jjrU39wI4hEYbneUypEqcyRmRFIx5CC2gNdg3rQr+Zh7/3h6egbBvm33TDQjNQKtj9Tk1HA=="
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/autosize/-/autosize-6.0.1.tgz",
|
||||
"integrity": "sha512-f86EjiUKE6Xvczc4ioP1JBlWG7FKrE13qe/DxBCpe8GCipCq2nFw73aO8QEBKHfSbYGDN5eB9jXWKen7tspDqQ=="
|
||||
},
|
||||
"available-typed-arrays": {
|
||||
"version": "1.0.5",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"@nextcloud/vue": "^7.7.0",
|
||||
"@nextcloud/vue-dashboard": "^2.0.1",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"autosize": "^5.0.1",
|
||||
"autosize": "^6.0.1",
|
||||
"backbone": "^1.4.1",
|
||||
"blueimp-md5": "^2.19.0",
|
||||
"browserslist-useragent-regexp": "^3.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue