From 721ddace2ae662557b5a292f5e3f8f48fe24d126 Mon Sep 17 00:00:00 2001 From: neo-escieur <109512756+neo-escieur@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:54:50 +0200 Subject: [PATCH 1/2] Neo escieur patch 1 (#141) * Update action version for npm-publish.yml use v3 version for actions * Update package.json use version 3.6.6 for codeceptjs and v4.1.0 for resemble.js * Update package-lock.json use version 3.6.6 for codeceptjs and 4.1.0 for resemble --- .github/workflows/npm-publish.yml | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c9726d2..55bc197 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,8 +14,8 @@ jobs: publish-npm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: 18 registry-url: https://registry.npmjs.org/ diff --git a/package-lock.json b/package-lock.json index b31c33d..547d639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,13 +16,13 @@ "mkdirp": "^1.0.4", "mz": "2.7.0", "path": "^0.12.7", - "resemblejs": "4.0.0" + "resemblejs": "4.1.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/mocha": "^10.0.1", "allure-commandline": "^2.13.0", - "codeceptjs": "^3.4.1", + "codeceptjs": "^3.6.6", "jest": "^29.5.0", "mocha": "^10.2.0", "mochawesome": "^4.1.0", diff --git a/package.json b/package.json index 8e840c8..96bcc01 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ "mkdirp": "^1.0.4", "mz": "2.7.0", "path": "^0.12.7", - "resemblejs": "4.0.0" + "resemblejs": "4.1.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/mocha": "^10.0.1", "allure-commandline": "^2.13.0", - "codeceptjs": "^3.4.1", + "codeceptjs": "^3.6.6", "jest": "^29.5.0", "mocha": "^10.2.0", "mochawesome": "^4.1.0", From 4691ed599c8395d23c193c45590100ffdd121829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:58:05 +0200 Subject: [PATCH 2/2] Bump tar from 6.1.13 to 6.2.1 (#138) Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.13...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 547d639..8e0b5bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4841,9 +4841,9 @@ } }, "node_modules/minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "engines": { "node": ">=8" } @@ -6565,13 +6565,13 @@ } }, "node_modules/tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" @@ -10900,9 +10900,9 @@ "dev": true }, "minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" }, "minizlib": { "version": "2.1.2", @@ -12208,13 +12208,13 @@ "dev": true }, "tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0"