diff --git a/package-lock.json b/package-lock.json index 9f8d1d5..fd5aefd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -851,12 +851,30 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, - "@magic-modules/gdpr": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@magic-modules/gdpr/-/gdpr-0.0.4.tgz", - "integrity": "sha512-wljvQDO8hIbrLYdIjWK+ImA93BYT2we1KOIRk40jN4ExIaQrnioR8H4w5V5my0/EVcHWqwfQdRHjO7tq4R9LGg==", + "@magic-libraries/db": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@magic-libraries/db/-/db-0.0.2.tgz", + "integrity": "sha512-xU6mRgHV06mCT5xwPpyIv5y9S/J9x6KCsTvlmFfhfanySJj8KHF4laPiQyP5AlKVsXljLEYKWXcsFwKlh+uclA==", + "dev": true, + "requires": { + "@magic-libraries/json": "0.0.1" + } + }, + "@magic-libraries/json": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@magic-libraries/json/-/json-0.0.1.tgz", + "integrity": "sha512-djM59+gaixz08sogAQu3yhI1nsfTWZipvMY2TUSMa4Pz2yylPEYHMXcaIeTqsGa0EfXMBLUfPWwbx1XeHWyugg==", "dev": true }, + "@magic-modules/gdpr": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@magic-modules/gdpr/-/gdpr-0.0.5.tgz", + "integrity": "sha512-XxVTAqliNct9n4whnxwijGBtGvv8KF2ZhNn3hA855R9In7XNHd7/hTCOdoq3i8DWJ49eWsDOYpv59Sre5heM4w==", + "dev": true, + "requires": { + "@magic-libraries/db": "0.0.2" + } + }, "@magic-modules/light-switch": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/@magic-modules/light-switch/-/light-switch-0.0.2.tgz", diff --git a/package.json b/package.json index 1597824..98cc0cd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "url": "https://github.com/magic-themes/docs/issues" }, "devDependencies": { - "@magic-modules/gdpr": "0.0.4", + "@magic-modules/gdpr": "0.0.5", "@magic-modules/light-switch": "0.0.2", "@magic-modules/pre": "0.0.2", "@magic/core": "0.0.2",