From 6cde92e2ac60ce140ebcdbfb55591c0a0f8dd76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:02:26 +0000 Subject: [PATCH 1/2] deps: bump the dependency-updates group with 3 updates Bumps the dependency-updates group with 3 updates: [@npmcli/template-oss](https://github.com/npm/template-oss), [datatables.net](https://github.com/DataTables/Dist-DataTables) and [datatables.net-bs4](https://github.com/DataTables/Dist-DataTables-Bootstrap4). Updates `@npmcli/template-oss` from 4.24.0 to 4.24.1 - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/template-oss/compare/v4.24.0...v4.24.1) Updates `datatables.net` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](https://github.com/DataTables/Dist-DataTables/compare/2.2.1...2.2.2) Updates `datatables.net-bs4` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/DataTables/Dist-DataTables-Bootstrap4/releases) - [Commits](https://github.com/DataTables/Dist-DataTables-Bootstrap4/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependency-updates - dependency-name: datatables.net dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependency-updates - dependency-name: datatables.net-bs4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++------------- package.json | 2 +- workspaces/data/package.json | 2 +- workspaces/www/package.json | 2 +- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef0c1b346..ebde83639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "tap": "^21.0.1" }, "engines": { @@ -1928,9 +1928,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.24.0.tgz", - "integrity": "sha512-Bk7DVWL/asOqk+DTSzNn7f0SPM/6x0ih4pjJ3knCzCiEJXVp2mfX9AQW4QgyxyB3QXA04KXX3jpxD/zPsMejDA==", + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.24.1.tgz", + "integrity": "sha512-IRMjivMDmGHu1oQb8/F22vVWukvgN1SsYBsC3hzxTjqTlISaL9L+Qkb5gIGsgEfumcjT1Y8lHQevu2slcaf/hA==", "dev": true, "hasInstallScript": true, "license": "ISC", @@ -5190,19 +5190,21 @@ } }, "node_modules/datatables.net": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.2.1.tgz", - "integrity": "sha512-Hz7f+a77xGdroAzej88aobT5nkQIJ2Oy1JI7yh2cl0QAXQSJDXOKkOLknu+nphVP8CP8w9MtLCmwMst/F8niiQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.2.2.tgz", + "integrity": "sha512-gfODIKE3gpgbVeZy2QGj2Dq9roO6hy00S+k1knklrqlMyAMrh1wt0Q6ryBUM7gU96U77ysbq8dYhxFdmcC/oPQ==", + "license": "MIT", "dependencies": { "jquery": ">=1.7" } }, "node_modules/datatables.net-bs4": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/datatables.net-bs4/-/datatables.net-bs4-2.2.1.tgz", - "integrity": "sha512-YJpbGGTqrOhS6p8BolGv16mdmljaq4ewhc0dbm3yd02UQ86A2cWQ2tDq6lE966tvRD43JE0PPAc5wLgsRozReg==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/datatables.net-bs4/-/datatables.net-bs4-2.2.2.tgz", + "integrity": "sha512-BrG2e4HVgtLydGWXLjnvniNfd4U537KKbRIyfS2PZ+y0pnjA+jIbYynceJWV4xGPA31XhWnqaJumTIfAPUVhxA==", + "license": "MIT", "dependencies": { - "datatables.net": "2.2.1", + "datatables.net": "2.2.2", "jquery": ">=1.7" } }, @@ -12621,7 +12623,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "tap": "^21.0.1" }, "engines": { @@ -12649,7 +12651,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "eslint-import-resolver-typescript": "^3.6.1", "tap": "^21.0.1" }, diff --git a/package.json b/package.json index be1d8ff01..841342f37 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "tap": "^21.0.1" }, "templateOSS": { diff --git a/workspaces/data/package.json b/workspaces/data/package.json index 24803f439..a3201a1d5 100644 --- a/workspaces/data/package.json +++ b/workspaces/data/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "tap": "^21.0.1" }, "files": [ diff --git a/workspaces/www/package.json b/workspaces/www/package.json index 758fd22b2..9d47bb317 100644 --- a/workspaces/www/package.json +++ b/workspaces/www/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/npm/statusboard#readme", "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.0", + "@npmcli/template-oss": "4.24.1", "eslint-import-resolver-typescript": "^3.6.1", "tap": "^21.0.1" }, From b4b85dfa5d2e819997127ce4e528d79ce1787478 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Wed, 5 Feb 2025 09:03:10 +0000 Subject: [PATCH 2/2] chore: postinstall for dependabot template-oss PR --- package.json | 2 +- workspaces/data/package.json | 2 +- workspaces/www/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 841342f37..11a1cfa50 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.0", + "version": "4.24.1", "content": "./scripts/template-oss" }, "tap": { diff --git a/workspaces/data/package.json b/workspaces/data/package.json index a3201a1d5..9075bb45c 100644 --- a/workspaces/data/package.json +++ b/workspaces/data/package.json @@ -59,7 +59,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.0", + "version": "4.24.1", "content": "../../scripts/template-oss" }, "tap": { diff --git a/workspaces/www/package.json b/workspaces/www/package.json index 9d47bb317..764c18526 100644 --- a/workspaces/www/package.json +++ b/workspaces/www/package.json @@ -43,7 +43,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.0", + "version": "4.24.1", "content": "../../scripts/template-oss" }, "dependencies": {