From e305056589dfe306a435bf02a2e1343b7ea79b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:01:47 +0000 Subject: [PATCH] Bump @jsdevtools/npm-publish from 4.0.1 to 4.1.0 Bumps [@jsdevtools/npm-publish](https://github.com/JS-DevTools/npm-publish) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/JS-DevTools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](https://github.com/JS-DevTools/npm-publish/compare/v4.0.1...v4.1) --- updated-dependencies: - dependency-name: "@jsdevtools/npm-publish" dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f804ffedf41..0bcc09dd1e0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@actions/core": "1.11.1", - "@jsdevtools/npm-publish": "4.0.1", + "@jsdevtools/npm-publish": "4.1.0", "@octokit/plugin-throttling": "^11.0.1", "@octokit/rest": "22.0.0", "@webref/css": "file:packages/css", @@ -330,9 +330,9 @@ } }, "node_modules/@jsdevtools/npm-publish": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-4.0.1.tgz", - "integrity": "sha512-nr3fZLc7bvOXuBi/xvMKqgRDUdeEql5H7aXpH8QAKTBBfx34krY56hAx4Z6fjArGA6mYub9e6A4wlobI7ouMdg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-4.1.0.tgz", + "integrity": "sha512-Ed6h+ryAQ73g6oS9UvzFy8hHI8rMeFGe+TtDH7WG4P7rFeNlFOXdeD/HcR8RhenROPN4Han9fm/o5jnIVBPTHQ==", "dev": true, "dependencies": { "@types/semver": "^7.7.1", @@ -2902,7 +2902,7 @@ }, "packages/css": { "name": "@webref/css", - "version": "7.1.0", + "version": "7.1.1", "dev": true, "license": "MIT", "peerDependencies": { @@ -2911,7 +2911,7 @@ }, "packages/css6": { "name": "@webref/css", - "version": "6.23.11", + "version": "6.23.12", "dev": true, "license": "MIT", "peerDependencies": { @@ -2920,7 +2920,7 @@ }, "packages/elements": { "name": "@webref/elements", - "version": "2.5.1", + "version": "2.5.2", "dev": true, "license": "MIT" }, @@ -2932,7 +2932,7 @@ }, "packages/idl": { "name": "@webref/idl", - "version": "3.68.0", + "version": "3.68.1", "dev": true, "license": "MIT", "peerDependencies": { @@ -3124,9 +3124,9 @@ } }, "@jsdevtools/npm-publish": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-4.0.1.tgz", - "integrity": "sha512-nr3fZLc7bvOXuBi/xvMKqgRDUdeEql5H7aXpH8QAKTBBfx34krY56hAx4Z6fjArGA6mYub9e6A4wlobI7ouMdg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@jsdevtools/npm-publish/-/npm-publish-4.1.0.tgz", + "integrity": "sha512-Ed6h+ryAQ73g6oS9UvzFy8hHI8rMeFGe+TtDH7WG4P7rFeNlFOXdeD/HcR8RhenROPN4Han9fm/o5jnIVBPTHQ==", "dev": true, "requires": { "@types/semver": "^7.7.1", diff --git a/package.json b/package.json index 82f5b50fe3a1..96758b29422e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "type": "module", "devDependencies": { "@actions/core": "1.11.1", - "@jsdevtools/npm-publish": "4.0.1", + "@jsdevtools/npm-publish": "4.1.0", "@octokit/plugin-throttling": "^11.0.1", "@octokit/rest": "22.0.0", "@webref/css": "file:packages/css",