fixed a problem with network-path references (see https://datatracker.ietf.org/doc/html/rfc3986#section-4.2), updated mocha

This commit is contained in:
Oliver Gutperl
2021-05-30 12:01:53 +02:00
parent 558ab482d9
commit 6271dd98c0
4 changed files with 1846 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "standard-redirects-for-cloudfront",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "index.js",
"scripts": {
@@ -11,7 +11,6 @@
"package": "aws cloudformation package --template-file sam.yaml --output-template-file standard-redirects-for-cloudfront-sam.yaml --s3-bucket public.digital-sailors.de --s3-prefix serverless-application-repo/standard-redirects-for-cloudfront",
"package-test": "aws cloudformation package --template-file sam.yaml --output-template-file standard-redirects-for-cloudfront-sam-test.yaml --s3-bucket demo.digital-sailors.work --s3-prefix serverless-application-repo/standard-redirects-for-cloudfront-test"
},
"dependencies": {},
"license": "Apache-2.0",
"author": {
"name": "DigitalSailors e.K.",
@@ -19,6 +18,6 @@
"url": "https://www.digital-sailors.de"
},
"devDependencies": {
"mocha": "^4.0.1"
"mocha": "^8.4.0"
}
}