Skip to content

Commit

Permalink
Upgrade: [dependabot] - bump uuid from 11.0.2 to 11.0.3
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.2...v11.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent dc157ad commit 552727e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 78 deletions.
95 changes: 22 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mustache": "^4.0.1",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"xml-c14n": "^0.0.6",
"xml-js": "^1.6.11",
"xsd-schema-validator": "^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pino": "^9.5.0",
"tough-cookie": "^5.0.0",
"tsconfig-paths": "^4.2.0",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"xml-js": "^1.6.11"
}
}
2 changes: 1 addition & 1 deletion packages/tool/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"geckodriver": "^5.0.0",
"lodash": "^4.17.21",
"selenium-webdriver": "^4.25.0",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/tool/site/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-dom": "^18.3.1",
"style-loader": "^4.0.0",
"styled-components": "^6.1.13",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
Expand Down
2 changes: 1 addition & 1 deletion packages/tool/site/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jsonwebtoken": "^9.0.2",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
}
}

0 comments on commit 552727e

Please sign in to comment.