From 6f365eab7e553c13850ac7f939f83c1ed97a1952 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Dec 2022 01:48:50 +0000 Subject: [PATCH] feat: upgrade @contentstack/datasync-content-store-filesystem from 1.0.2 to 2.0.0 Snyk has created this PR to upgrade @contentstack/datasync-content-store-filesystem from 1.0.2 to 2.0.0. See this package in npm: https://www.npmjs.com/package/@contentstack/datasync-content-store-filesystem See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/6ef037bc-115b-462b-81f6-2a6b1341d41a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f20fce5..739e19c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "datasync-boilerplate", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "datasync-boilerplate", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "@contentstack/datasync-asset-store-filesystem": "^1.0.1", - "@contentstack/datasync-content-store-filesystem": "^1.0.2", + "@contentstack/datasync-content-store-filesystem": "^2.0.0", "@contentstack/datasync-content-store-mongodb": "^1.0.2", - "@contentstack/datasync-manager": "^1.2.3s", + "@contentstack/datasync-manager": "^1.2.3", "@contentstack/webhook-listener": "^1.0.1" }, "devDependencies": { @@ -1038,9 +1038,9 @@ } }, "node_modules/@contentstack/datasync-content-store-filesystem": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-1.0.2.tgz", - "integrity": "sha512-XwjVPzbSxu8al3+zpdgemDU6RPj3RxNBwcmWb0UJxtWr09gfhunauu5FrHrbyk/LSToe0IeZXcKmmfnkCDBeqA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.0.0.tgz", + "integrity": "sha512-wXuC04OBX4OzsIERujsdXVuSFKsyKYOMqrUPpvCoVQyQveOiO3ygYXjSFQgCeEaCoWCGsOHGLIbf1lBmRp12DA==", "dependencies": { "debug": "^4.3.4", "lodash": "^4.17.15", @@ -4019,9 +4019,9 @@ } }, "@contentstack/datasync-content-store-filesystem": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-1.0.2.tgz", - "integrity": "sha512-XwjVPzbSxu8al3+zpdgemDU6RPj3RxNBwcmWb0UJxtWr09gfhunauu5FrHrbyk/LSToe0IeZXcKmmfnkCDBeqA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@contentstack/datasync-content-store-filesystem/-/datasync-content-store-filesystem-2.0.0.tgz", + "integrity": "sha512-wXuC04OBX4OzsIERujsdXVuSFKsyKYOMqrUPpvCoVQyQveOiO3ygYXjSFQgCeEaCoWCGsOHGLIbf1lBmRp12DA==", "requires": { "debug": "^4.3.4", "lodash": "^4.17.15", diff --git a/package.json b/package.json index 6477fa8..1c11946 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@contentstack/datasync-asset-store-filesystem": "^1.0.1", - "@contentstack/datasync-content-store-filesystem": "^1.0.2", + "@contentstack/datasync-content-store-filesystem": "^2.0.0", "@contentstack/datasync-content-store-mongodb": "^1.0.2", "@contentstack/webhook-listener": "^1.0.1", "@contentstack/datasync-manager": "^1.2.3"