From 63fadcff3266cf3b3c6b85aa39e64684a4d59867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:24:11 +0000 Subject: [PATCH] deps(dev): bump @nestjs/common from 10.4.11 to 10.4.12 (#2384) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) from 10.4.11 to 10.4.12.
Release notes

Sourced from @​nestjs/common's releases.

v10.4.12 (2024-11-29)

Bug fixes

Dependencies

Committers: 1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nestjs/common&package-manager=npm_and_yarn&previous-version=10.4.11&new-version=10.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- arcjet-nest/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arcjet-nest/package.json b/arcjet-nest/package.json index 6348e2c5b..3715b973e 100644 --- a/arcjet-nest/package.json +++ b/arcjet-nest/package.json @@ -57,7 +57,7 @@ "@arcjet/rollup-config": "1.0.0-alpha.33", "@arcjet/tsconfig": "1.0.0-alpha.33", "@jest/globals": "29.7.0", - "@nestjs/common": "^10.4.11", + "@nestjs/common": "^10.4.12", "@rollup/wasm-node": "4.27.4", "@types/node": "18.18.0", "jest": "29.7.0", diff --git a/package-lock.json b/package-lock.json index 77eac13aa..dcda58a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -141,7 +141,7 @@ "@arcjet/rollup-config": "1.0.0-alpha.33", "@arcjet/tsconfig": "1.0.0-alpha.33", "@jest/globals": "29.7.0", - "@nestjs/common": "^10.4.11", + "@nestjs/common": "^10.4.12", "@rollup/wasm-node": "4.27.4", "@types/node": "18.18.0", "jest": "29.7.0", @@ -2940,14 +2940,14 @@ } }, "node_modules/@nestjs/common": { - "version": "10.4.11", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.11.tgz", - "integrity": "sha512-7MnKYckMsT/LGlwC0PCY8XZFWD84bxVwsPsn9H2RrLSbCCwUvcRb39ZkQt4uR+zKj2fq4TsV80+5DfjMwFvVdg==", + "version": "10.4.12", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.12.tgz", + "integrity": "sha512-+aQw1d1cV9MtjSSCoXA2iZf+EBJANyjTC9d0j38bUAHhaPQinRlgM81F91DFYZoYcYVOY4hJd+DDYRFGoN7j7Q==", "dev": true, "license": "MIT", "dependencies": { "iterare": "1.2.1", - "tslib": "2.7.0", + "tslib": "2.8.1", "uid": "2.0.2" }, "funding": { @@ -8007,9 +8007,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "devOptional": true, "license": "0BSD" },