Bump underscore.string from 3.3.5 to 3.3.6 in /ee/server/services (#24498)

Bumps [underscore.string](https://github.com/epeli/underscore.string) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/epeli/underscore.string/releases)
- [Changelog](https://github.com/esamattis/underscore.string/blob/master/CHANGELOG.markdown)
- [Commits](https://github.com/epeli/underscore.string/compare/3.3.5...3.3.6)

---
updated-dependencies:
- dependency-name: underscore.string
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24461/head^2
dependabot[bot] 4 years ago committed by GitHub
parent 98e718c989
commit 732bb4f64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      ee/server/services/package-lock.json
  2. 2
      ee/server/services/package.json

@ -3147,11 +3147,11 @@
"dev": true
},
"underscore.string": {
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz",
"integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==",
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.6.tgz",
"integrity": "sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==",
"requires": {
"sprintf-js": "^1.0.3",
"sprintf-js": "^1.1.1",
"util-deprecate": "^1.0.2"
}
},

@ -44,7 +44,7 @@
"pino": "^7.6.4",
"sodium-native": "^3.2.1",
"sodium-plus": "^0.9.0",
"underscore.string": "^3.3.5",
"underscore.string": "^3.3.6",
"uuid": "^7.0.3",
"ws": "^7.5.5"
},

Loading…
Cancel
Save