Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui-dev: bump the types group across 1 directory with 2 updates #829

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ui-dev: bump the types group across 1 directory with 2 updates
Bumps the types group with 2 updates in the /server/src/main/webapp/WEB-INF/rails directory: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/lodash` from 4.17.4 to 4.17.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 20.14.2 to 20.14.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
commit 6541969e49db2a0a351b3b15477724391c1b333e
4 changes: 2 additions & 2 deletions server/src/main/webapp/WEB-INF/rails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"@types/jasmine-ajax": "^3.3.5",
"@types/jquery": "^3.5.30",
"@types/license-checker": "^25.0.6",
"@types/lodash": "^4.17.4",
"@types/lodash": "^4.17.6",
"@types/mini-css-extract-plugin": "^1.4.3",
"@types/mithril": "2.2.6",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@types/optimize-css-assets-webpack-plugin": "^5.0.8",
"@types/prismjs": "^1.26.4",
"@types/shell-quote": "^1.7.5",
Expand Down
23 changes: 16 additions & 7 deletions server/src/main/webapp/WEB-INF/rails/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1957,10 +1957,10 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.4":
version: 4.17.4
resolution: "@types/lodash@npm:4.17.4"
checksum: 10/3ec19f9fc48200006e71733e08bcb1478b0398673657fcfb21a8643d41a80bcce09a01000077c3b23a3c6d86b9b314abe0672a8fdfc0fd66b893bd41955cfab8
"@types/lodash@npm:^4.17.6":
version: 4.17.6
resolution: "@types/lodash@npm:4.17.6"
checksum: 10/6d3a68b3e795381f4aaf946855134d24eeb348ad5d66e9a44461d30026da82b215d55b92b70486d811ca45d54d4ab956aa2dced37fd04e19d49afe160ae3da2e
languageName: node
linkType: hard

Expand Down Expand Up @@ -1989,7 +1989,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^20.14.2":
"@types/node@npm:*, @types/node@npm:>=10.0.0":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
dependencies:
Expand All @@ -1998,6 +1998,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.9":
version: 20.14.9
resolution: "@types/node@npm:20.14.9"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/f313b06c79be92f5d3541159ef813b9fc606941f951ecf826e940658c6d4952755ca2f06277b746326cef0697ed79a04676ecde053d32e1121b3352c8168d2e9
languageName: node
linkType: hard

"@types/optimize-css-assets-webpack-plugin@npm:^5.0.8":
version: 5.0.8
resolution: "@types/optimize-css-assets-webpack-plugin@npm:5.0.8"
Expand Down Expand Up @@ -5872,10 +5881,10 @@ __metadata:
"@types/jasmine-ajax": "npm:^3.3.5"
"@types/jquery": "npm:^3.5.30"
"@types/license-checker": "npm:^25.0.6"
"@types/lodash": "npm:^4.17.4"
"@types/lodash": "npm:^4.17.6"
"@types/mini-css-extract-plugin": "npm:^1.4.3"
"@types/mithril": "npm:2.2.6"
"@types/node": "npm:^20.14.2"
"@types/node": "npm:^20.14.9"
"@types/optimize-css-assets-webpack-plugin": "npm:^5.0.8"
"@types/prismjs": "npm:^1.26.4"
"@types/shell-quote": "npm:^1.7.5"
Expand Down