1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

Bump underscore from 1.10.2 to 1.12.1

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.12.1.
- [Commits](https://github.com/jashkenas/underscore/compare/1.10.2...1.12.1)

---
updated-dependencies:
- dependency-name: underscore
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-11 08:07:53 +00:00 committed by GitHub
parent d041d3c286
commit 2313f8d1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@danog/gift",
"version": "0.10.2",
"version": "0.10.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1109,9 +1109,9 @@
"dev": true
},
"underscore": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
"integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg=="
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
"integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw=="
},
"universalify": {
"version": "0.1.1",

View File

@ -24,7 +24,7 @@
},
"dependencies": {
"flex-exec": "^1.0.0",
"underscore": "^1.10.2"
"underscore": "^1.12.1"
},
"devDependencies": {
"coffeescript": "^1.12.7",