chore(project): bump ids dependency

This commit is contained in:
Nico Rehwaldt 2019-06-17 14:35:11 +02:00
parent 06cd481146
commit aed11d88af
2 changed files with 4 additions and 12 deletions

14
package-lock.json generated
View File

@ -4050,11 +4050,6 @@
"pinkie-promise": "^2.0.0"
}
},
"hat": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/hat/-/hat-0.0.3.tgz",
"integrity": "sha1-uwFKnmSzeIrtgAWRdBPU/z1QLYo="
},
"he": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
@ -4156,12 +4151,9 @@
}
},
"ids": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/ids/-/ids-0.2.2.tgz",
"integrity": "sha512-icIO8S7A7Hat9x/59VYjS5uwfBU1xRTDxeFC4t9wNceLxZFm2JbPhO4lC/xhFqFNVaxw2idwpLgUfkVQrjsxIw==",
"requires": {
"hat": "^0.0.3"
}
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/ids/-/ids-1.0.0.tgz",
"integrity": "sha512-Zvtq1xUto4LttpstyOlFum8lKx+i1OmRfg+6A9drFS9iSZsDPMHG4Sof/qwNR4kCU7jBeWFPrY2ocHxiz7cCRw=="
},
"ieee754": {
"version": "1.1.13",

View File

@ -83,7 +83,7 @@
"css.escape": "^1.5.1",
"diagram-js": "^4.0.0-beta.2",
"diagram-js-direct-editing": "^1.4.3",
"ids": "^0.2.0",
"ids": "^1.0.0",
"inherits": "^2.0.1",
"min-dash": "^3.5.0",
"min-dom": "^3.0.0",