From 83387fd75b3ae5cc4dfb80c455743536fd3dbe56 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Jan 2025 07:44:05 -0800
Subject: [PATCH] deps: bump the dependency-updates group with 2 updates (#923)
Bumps the dependency-updates group with 2 updates:
[datatables.net](https://github.com/DataTables/Dist-DataTables) and
[datatables.net-bs4](https://github.com/DataTables/Dist-DataTables-Bootstrap4).
Updates `datatables.net` from 2.1.8 to 2.2.0
Commits
fb1c557
Sync tag release - 2.2.0
f95be84
4652edd0ac3e010443a6ec392c94a62d6e424cb5 Dev: State object should be
100% ind...
afabc89
8e155b3eca39175eec7e9c1fe3ecb273e63a438b Release 2.2.0
eaff715
c5876413be0fdb125cb0e05db5c2ca770a436a1b Dev: Tweak to auto column width
upda...
c274f08
5a05ebd839add77d82207f90478871cb3c69546c Fix: If -init
columns.className
is...
8b1620d
2a38379c9820bf76296bfdce339f971ac6ec68ad Fix: Update `-init
columns.orderData...
6caeb6b
4bc2118f2747e82d9509d4da4db0058b02230870 Update: Moved the tab focus
(for key...
36d4c8c
15a28f0db351b32b446a20ab2d4accd6acbd9716 Fix: -init
layout
's output depende...
cec3813
4f47939f6ee3fc533887ec775f202fd833645548 New: CSS variables to control
row ho...
d1e9a09
156957fcb3062a68de89b43d5f929fa3fa1f5c08 Fix: Remove the
name
attribute fro...
- Additional commits viewable in compare
view
Updates `datatables.net-bs4` from 2.1.8 to 2.2.0
Commits
d45475a
Sync tag release - 2.2.0
459fade
4652edd0ac3e010443a6ec392c94a62d6e424cb5 Dev: State object should be
100% ind...
64a2fa6
8e155b3eca39175eec7e9c1fe3ecb273e63a438b Release 2.2.0
415fe01
c5876413be0fdb125cb0e05db5c2ca770a436a1b Dev: Tweak to auto column width
upda...
34d4c1d
5a05ebd839add77d82207f90478871cb3c69546c Fix: If -init
columns.className
is...
e47a2ee
2a38379c9820bf76296bfdce339f971ac6ec68ad Fix: Update `-init
columns.orderData...
14502e4
4bc2118f2747e82d9509d4da4db0058b02230870 Update: Moved the tab focus
(for key...
c1b9a5b
15a28f0db351b32b446a20ab2d4accd6acbd9716 Fix: -init
layout
's output depende...
b5a7638
4f47939f6ee3fc533887ec775f202fd833645548 New: CSS variables to control
row ho...
9e8cc32
156957fcb3062a68de89b43d5f929fa3fa1f5c08 Fix: Remove the
name
attribute fro...
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 0adbab7a9..7d83eb6e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5183,19 +5183,19 @@
}
},
"node_modules/datatables.net": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.1.8.tgz",
- "integrity": "sha512-47ULt+U4bcjbuGTpTlT6SnCuSFVRBxxdWa6X3NfvTObBJ2BZU0o+JUIl05wQ6cABNIavjbAV51gpgvFsMHL9zA==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.2.0.tgz",
+ "integrity": "sha512-q/G5ylL+AhMLFFHNYQAgvooCZtmbudc7wwzKkCZI4B1HnYec4SqnWtcTFjC7P6EtL1UGyx16FcjQ0U84S86mLg==",
"dependencies": {
"jquery": ">=1.7"
}
},
"node_modules/datatables.net-bs4": {
- "version": "2.1.8",
- "resolved": "https://registry.npmjs.org/datatables.net-bs4/-/datatables.net-bs4-2.1.8.tgz",
- "integrity": "sha512-2mFfyD6KdeFaq5qlOWggcjLPblZTuoOFv1fHN3WzquYNiWe8BuSEEARvl7OQ+53/sEY3HOkHsbZ5+Pat0faG9Q==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/datatables.net-bs4/-/datatables.net-bs4-2.2.0.tgz",
+ "integrity": "sha512-dTgsblxSftIkLuyUItcQwbRfunAhFygxwpXxLCfKmE3xA8QBkl8KREAx9OQuVxJUMc5Ao+LCknd5kT+kzEqREg==",
"dependencies": {
- "datatables.net": "2.1.8",
+ "datatables.net": "2.2.0",
"jquery": ">=1.7"
}
},