build(deps): bump flowchart.js from 1.17.0 to 1.17.1 in /web (#2217)

Bumps [flowchart.js](https://github.com/adrai/flowchart.js) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/adrai/flowchart.js/releases)
- [Changelog](https://github.com/adrai/flowchart.js/blob/master/releasenotes.md)
- [Commits](https://github.com/adrai/flowchart.js/compare/v1.17.0...v1.17.1)

---
updated-dependencies:
- dependency-name: flowchart.js
  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>
This commit is contained in:
dependabot[bot] 2022-02-03 09:38:43 +01:00 committed by GitHub
parent b51a7f9746
commit 50666a76fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -51,7 +51,7 @@
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.4",
"eslint-plugin-lit": "^1.6.1",
"flowchart.js": "^1.17.0",
"flowchart.js": "^1.17.1",
"fuse.js": "^6.5.3",
"lit": "^2.1.2",
"moment": "^2.29.1",
@ -4816,9 +4816,9 @@
"integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA=="
},
"node_modules/flowchart.js": {
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/flowchart.js/-/flowchart.js-1.17.0.tgz",
"integrity": "sha512-aLpkIVgaSEWQ033WFeV/G84o9DAhEhJWtv1ViGyzpjF2VvfBEOdEzEXJJ0gDND0P75dXFJAXbSUTywkhiJiZAw==",
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/flowchart.js/-/flowchart.js-1.17.1.tgz",
"integrity": "sha512-zphTaxdyqvHHu+8Cdf6HvamhArXpq9SyNe1zQ61maCIfTenaj3cMvjS1e/0gfPj7QTLTx3HroSzVqDXpL8naoQ==",
"dependencies": {
"raphael": "2.3.0"
},
@ -12396,9 +12396,9 @@
"integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA=="
},
"flowchart.js": {
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/flowchart.js/-/flowchart.js-1.17.0.tgz",
"integrity": "sha512-aLpkIVgaSEWQ033WFeV/G84o9DAhEhJWtv1ViGyzpjF2VvfBEOdEzEXJJ0gDND0P75dXFJAXbSUTywkhiJiZAw==",
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/flowchart.js/-/flowchart.js-1.17.1.tgz",
"integrity": "sha512-zphTaxdyqvHHu+8Cdf6HvamhArXpq9SyNe1zQ61maCIfTenaj3cMvjS1e/0gfPj7QTLTx3HroSzVqDXpL8naoQ==",
"requires": {
"raphael": "2.3.0"
}

View File

@ -90,7 +90,7 @@
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.4",
"eslint-plugin-lit": "^1.6.1",
"flowchart.js": "^1.17.0",
"flowchart.js": "^1.17.1",
"fuse.js": "^6.5.3",
"lit": "^2.1.2",
"moment": "^2.29.1",