From 3a37f6cbf2f1486624ed33c33100523a4fd183da Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 6 Dec 2024 17:58:09 +0000
Subject: [PATCH] deps(example): bump express from 4.21.1 to 4.21.2 in
/examples/express-sensitive-info in the dependencies group (#2455)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group in /examples/express-sensitive-info with 1 update: [express](https://github.com/expressjs/express).
Updates `express` from 4.21.1 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: path-to-regexp@0.1.12
- Fix backtracking protection
- deps: path-to-regexp@0.1.11
- Throws an error on invalid path values
Commits
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=4.21.1&new-version=4.21.2)](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 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
---
.../express-sensitive-info/package-lock.json | 50 +++++++++++--------
examples/express-sensitive-info/package.json | 2 +-
2 files changed, 29 insertions(+), 23 deletions(-)
diff --git a/examples/express-sensitive-info/package-lock.json b/examples/express-sensitive-info/package-lock.json
index f024c8250..33f080595 100644
--- a/examples/express-sensitive-info/package-lock.json
+++ b/examples/express-sensitive-info/package-lock.json
@@ -7,7 +7,7 @@
"": {
"dependencies": {
"@arcjet/node": "file:../../arcjet-node",
- "express": "^4.21.1"
+ "express": "^4.21.2"
},
"devDependencies": {
"@types/node": "^20",
@@ -16,27 +16,27 @@
},
"../../arcjet-node": {
"name": "@arcjet/node",
- "version": "1.0.0-alpha.27",
+ "version": "1.0.0-alpha.34",
"license": "Apache-2.0",
"dependencies": {
- "@arcjet/body": "1.0.0-alpha.27",
- "@arcjet/env": "1.0.0-alpha.27",
- "@arcjet/headers": "1.0.0-alpha.27",
- "@arcjet/ip": "1.0.0-alpha.27",
- "@arcjet/logger": "1.0.0-alpha.27",
- "@arcjet/protocol": "1.0.0-alpha.27",
- "@arcjet/transport": "1.0.0-alpha.27",
- "arcjet": "1.0.0-alpha.27"
+ "@arcjet/body": "1.0.0-alpha.34",
+ "@arcjet/env": "1.0.0-alpha.34",
+ "@arcjet/headers": "1.0.0-alpha.34",
+ "@arcjet/ip": "1.0.0-alpha.34",
+ "@arcjet/logger": "1.0.0-alpha.34",
+ "@arcjet/protocol": "1.0.0-alpha.34",
+ "@arcjet/transport": "1.0.0-alpha.34",
+ "arcjet": "1.0.0-alpha.34"
},
"devDependencies": {
- "@arcjet/eslint-config": "1.0.0-alpha.27",
- "@arcjet/rollup-config": "1.0.0-alpha.27",
- "@arcjet/tsconfig": "1.0.0-alpha.27",
+ "@arcjet/eslint-config": "1.0.0-alpha.34",
+ "@arcjet/rollup-config": "1.0.0-alpha.34",
+ "@arcjet/tsconfig": "1.0.0-alpha.34",
"@jest/globals": "29.7.0",
- "@rollup/wasm-node": "4.24.0",
+ "@rollup/wasm-node": "4.28.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
- "typescript": "5.6.2"
+ "typescript": "5.7.2"
},
"engines": {
"node": ">=18"
@@ -240,9 +240,10 @@
}
},
"node_modules/express": {
- "version": "4.21.1",
- "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz",
- "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
+ "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
+ "license": "MIT",
"dependencies": {
"accepts": "~1.3.8",
"array-flatten": "1.1.1",
@@ -263,7 +264,7 @@
"methods": "~1.1.2",
"on-finished": "2.4.1",
"parseurl": "~1.3.3",
- "path-to-regexp": "0.1.10",
+ "path-to-regexp": "0.1.12",
"proxy-addr": "~2.0.7",
"qs": "6.13.0",
"range-parser": "~1.2.1",
@@ -278,6 +279,10 @@
},
"engines": {
"node": ">= 0.10.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
}
},
"node_modules/express/node_modules/encodeurl": {
@@ -547,9 +552,10 @@
}
},
"node_modules/path-to-regexp": {
- "version": "0.1.10",
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
- "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w=="
+ "version": "0.1.12",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
+ "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
+ "license": "MIT"
},
"node_modules/proxy-addr": {
"version": "2.0.7",
diff --git a/examples/express-sensitive-info/package.json b/examples/express-sensitive-info/package.json
index 6b58a14c1..b6382225d 100644
--- a/examples/express-sensitive-info/package.json
+++ b/examples/express-sensitive-info/package.json
@@ -6,7 +6,7 @@
},
"dependencies": {
"@arcjet/node": "file:../../arcjet-node",
- "express": "^4.21.1"
+ "express": "^4.21.2"
},
"devDependencies": {
"@types/node": "^20",