diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3e8c1dc..33b4cdf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,8 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/devcontainers-contrib/features/node-asdf:0": {} + "ghcr.io/devcontainers-contrib/features/node-asdf:0": {}, + "ghcr.io/schlich/devcontainer-features/cypress:1": {} } // Use 'forwardPorts' to make a list of ports inside the container available locally. diff --git a/package-lock.json b/package-lock.json index 75a1277..eb07db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-jekyll-search", - "version": "1.11.1", + "version": "1.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-jekyll-search", - "version": "1.11.1", + "version": "1.14.0", "license": "MIT", "dependencies": { "fuzzysearch": "^1.0.3" @@ -15,7 +15,7 @@ "ava": "^3.14.0", "browser-pack-flat": "^3.4.2", "browserify": "^17.0.0", - "cypress": "^6.2.0", + "cypress": "^6.9.1", "standard": "^16.0.3", "uglify-js": "^3.12.3" } @@ -2116,6 +2116,7 @@ "integrity": "sha512-/RVx6sOhsyTR9sd9v0BHI4tnDZAhsH9rNat7CIKCUEr5VPWxyfGH0EzK4IHhAqAH8vjFcD4U14tPiJXshoUrmQ==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@cypress/listr-verbose-renderer": "^0.4.1", "@cypress/request": "^2.88.5", diff --git a/package.json b/package.json index 5c4ceea..7d8605b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "ava": "^3.14.0", "browser-pack-flat": "^3.4.2", "browserify": "^17.0.0", - "cypress": "^6.2.0", + "cypress": "^6.9.1", "standard": "^16.0.3", "uglify-js": "^3.12.3" },