Spaces:
Sleeping
build(deps): bump path-to-regexp and express (#1614)
Browse filesBumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12)
Updates `express` from 4.21.0 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.2)
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- package-lock.json +22 -9
- package.json +1 -1
|
@@ -23,7 +23,7 @@
|
|
| 23 |
"browser-image-resizer": "^2.4.1",
|
| 24 |
"date-fns": "^2.29.3",
|
| 25 |
"dotenv": "^16.0.3",
|
| 26 |
-
"express": "^4.21.
|
| 27 |
"file-type": "^19.4.1",
|
| 28 |
"google-auth-library": "^9.13.0",
|
| 29 |
"handlebars": "^4.7.8",
|
|
@@ -5813,6 +5813,7 @@
|
|
| 5813 |
"version": "0.6.0",
|
| 5814 |
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
|
| 5815 |
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
|
|
|
|
| 5816 |
"engines": {
|
| 5817 |
"node": ">= 0.6"
|
| 5818 |
}
|
|
@@ -6774,16 +6775,16 @@
|
|
| 6774 |
}
|
| 6775 |
},
|
| 6776 |
"node_modules/express": {
|
| 6777 |
-
"version": "4.21.
|
| 6778 |
-
"resolved": "https://registry.npmjs.org/express/-/express-4.21.
|
| 6779 |
-
"integrity": "sha512-
|
| 6780 |
"dependencies": {
|
| 6781 |
"accepts": "~1.3.8",
|
| 6782 |
"array-flatten": "1.1.1",
|
| 6783 |
"body-parser": "1.20.3",
|
| 6784 |
"content-disposition": "0.5.4",
|
| 6785 |
"content-type": "~1.0.4",
|
| 6786 |
-
"cookie": "0.
|
| 6787 |
"cookie-signature": "1.0.6",
|
| 6788 |
"debug": "2.6.9",
|
| 6789 |
"depd": "2.0.0",
|
|
@@ -6797,7 +6798,7 @@
|
|
| 6797 |
"methods": "~1.1.2",
|
| 6798 |
"on-finished": "2.4.1",
|
| 6799 |
"parseurl": "~1.3.3",
|
| 6800 |
-
"path-to-regexp": "0.1.
|
| 6801 |
"proxy-addr": "~2.0.7",
|
| 6802 |
"qs": "6.13.0",
|
| 6803 |
"range-parser": "~1.2.1",
|
|
@@ -6812,6 +6813,18 @@
|
|
| 6812 |
},
|
| 6813 |
"engines": {
|
| 6814 |
"node": ">= 0.10.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6815 |
}
|
| 6816 |
},
|
| 6817 |
"node_modules/express/node_modules/debug": {
|
|
@@ -9970,9 +9983,9 @@
|
|
| 9970 |
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
| 9971 |
},
|
| 9972 |
"node_modules/path-to-regexp": {
|
| 9973 |
-
"version": "0.1.
|
| 9974 |
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.
|
| 9975 |
-
"integrity": "sha512-
|
| 9976 |
},
|
| 9977 |
"node_modules/path-type": {
|
| 9978 |
"version": "4.0.0",
|
|
|
|
| 23 |
"browser-image-resizer": "^2.4.1",
|
| 24 |
"date-fns": "^2.29.3",
|
| 25 |
"dotenv": "^16.0.3",
|
| 26 |
+
"express": "^4.21.2",
|
| 27 |
"file-type": "^19.4.1",
|
| 28 |
"google-auth-library": "^9.13.0",
|
| 29 |
"handlebars": "^4.7.8",
|
|
|
|
| 5813 |
"version": "0.6.0",
|
| 5814 |
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
|
| 5815 |
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
|
| 5816 |
+
"dev": true,
|
| 5817 |
"engines": {
|
| 5818 |
"node": ">= 0.6"
|
| 5819 |
}
|
|
|
|
| 6775 |
}
|
| 6776 |
},
|
| 6777 |
"node_modules/express": {
|
| 6778 |
+
"version": "4.21.2",
|
| 6779 |
+
"resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
|
| 6780 |
+
"integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
|
| 6781 |
"dependencies": {
|
| 6782 |
"accepts": "~1.3.8",
|
| 6783 |
"array-flatten": "1.1.1",
|
| 6784 |
"body-parser": "1.20.3",
|
| 6785 |
"content-disposition": "0.5.4",
|
| 6786 |
"content-type": "~1.0.4",
|
| 6787 |
+
"cookie": "0.7.1",
|
| 6788 |
"cookie-signature": "1.0.6",
|
| 6789 |
"debug": "2.6.9",
|
| 6790 |
"depd": "2.0.0",
|
|
|
|
| 6798 |
"methods": "~1.1.2",
|
| 6799 |
"on-finished": "2.4.1",
|
| 6800 |
"parseurl": "~1.3.3",
|
| 6801 |
+
"path-to-regexp": "0.1.12",
|
| 6802 |
"proxy-addr": "~2.0.7",
|
| 6803 |
"qs": "6.13.0",
|
| 6804 |
"range-parser": "~1.2.1",
|
|
|
|
| 6813 |
},
|
| 6814 |
"engines": {
|
| 6815 |
"node": ">= 0.10.0"
|
| 6816 |
+
},
|
| 6817 |
+
"funding": {
|
| 6818 |
+
"type": "opencollective",
|
| 6819 |
+
"url": "https://opencollective.com/express"
|
| 6820 |
+
}
|
| 6821 |
+
},
|
| 6822 |
+
"node_modules/express/node_modules/cookie": {
|
| 6823 |
+
"version": "0.7.1",
|
| 6824 |
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
| 6825 |
+
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
| 6826 |
+
"engines": {
|
| 6827 |
+
"node": ">= 0.6"
|
| 6828 |
}
|
| 6829 |
},
|
| 6830 |
"node_modules/express/node_modules/debug": {
|
|
|
|
| 9983 |
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
|
| 9984 |
},
|
| 9985 |
"node_modules/path-to-regexp": {
|
| 9986 |
+
"version": "0.1.12",
|
| 9987 |
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
| 9988 |
+
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ=="
|
| 9989 |
},
|
| 9990 |
"node_modules/path-type": {
|
| 9991 |
"version": "4.0.0",
|
|
@@ -76,7 +76,7 @@
|
|
| 76 |
"browser-image-resizer": "^2.4.1",
|
| 77 |
"date-fns": "^2.29.3",
|
| 78 |
"dotenv": "^16.0.3",
|
| 79 |
-
"express": "^4.21.
|
| 80 |
"file-type": "^19.4.1",
|
| 81 |
"google-auth-library": "^9.13.0",
|
| 82 |
"handlebars": "^4.7.8",
|
|
|
|
| 76 |
"browser-image-resizer": "^2.4.1",
|
| 77 |
"date-fns": "^2.29.3",
|
| 78 |
"dotenv": "^16.0.3",
|
| 79 |
+
"express": "^4.21.2",
|
| 80 |
"file-type": "^19.4.1",
|
| 81 |
"google-auth-library": "^9.13.0",
|
| 82 |
"handlebars": "^4.7.8",
|