From facf5d4367a15959c6911f64fe1c7ea911911e66 Mon Sep 17 00:00:00 2001 From: lihbr Date: Fri, 3 Dec 2021 10:04:02 +0100 Subject: [PATCH] chore(deps): maintain dependencies --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d20952a..95fc0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0-beta.2", "license": "Apache-2.0", "dependencies": { - "@prismicio/types": "^0.1.18" + "@prismicio/types": "^0.1.19" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.5.0", @@ -623,9 +623,9 @@ } }, "node_modules/@prismicio/types": { - "version": "0.1.18", - "resolved": "https://registry.npmjs.org/@prismicio/types/-/types-0.1.18.tgz", - "integrity": "sha512-vO1fNFPGlIld44JiykeevariyZfA44Ihb4P52s4zqz9xBdNY5O3u8V6i+ObwOhrTFjZ0kHIG9KfTPrN3NvKAQA==", + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/@prismicio/types/-/types-0.1.19.tgz", + "integrity": "sha512-nMJ71C86LghZmKLZm40wIeGk5bkZvLsIK9YWy4EUE+1pO/rmVQYvOJcl83zpL8UcvbZXhR3+ZgDG2MO/+b5/sg==", "engines": { "node": ">=12.7.0" } @@ -8230,9 +8230,9 @@ } }, "@prismicio/types": { - "version": "0.1.18", - "resolved": "https://registry.npmjs.org/@prismicio/types/-/types-0.1.18.tgz", - "integrity": "sha512-vO1fNFPGlIld44JiykeevariyZfA44Ihb4P52s4zqz9xBdNY5O3u8V6i+ObwOhrTFjZ0kHIG9KfTPrN3NvKAQA==" + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/@prismicio/types/-/types-0.1.19.tgz", + "integrity": "sha512-nMJ71C86LghZmKLZm40wIeGk5bkZvLsIK9YWy4EUE+1pO/rmVQYvOJcl83zpL8UcvbZXhR3+ZgDG2MO/+b5/sg==" }, "@rollup/plugin-alias": { "version": "3.1.8", diff --git a/package.json b/package.json index e912e7a..a3c5405 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "unit": "nyc --reporter=lcovonly --reporter=text --exclude-after-remap=false ava" }, "dependencies": { - "@prismicio/types": "^0.1.18" + "@prismicio/types": "^0.1.19" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.5.0",