diff --git a/package-lock.json b/package-lock.json index ca12f00..11d3867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.3.3-development", "license": "MIT", "dependencies": { - "@adifkz/exp-p": "^1.0.14", + "@adifkz/exp-p": "^1.0.15", "@babel/runtime": "^7.21.0", "eslint-plugin-jest": "^27.2.1", "expressionparser": "^1.1.5", @@ -54,9 +54,12 @@ } }, "node_modules/@adifkz/exp-p": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@adifkz/exp-p/-/exp-p-1.0.14.tgz", - "integrity": "sha512-Sn0SL0tZ8Vbr49LYqMcfjtNj5X0sb/9DVFXmGvQ4Wa1Mzjz+mu2cVEkNM3ywnnDdiWJXHH2rzH7eso+emAfTpA==" + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@adifkz/exp-p/-/exp-p-1.0.15.tgz", + "integrity": "sha512-SlkHIsTIxBdQ3M+jXva9N6swR8HVqS7I8tgkzisQUBuudGbktLCfxxt3+MnjfsVWSqREGcHOeNuTyQEmtC7OKQ==", + "dependencies": { + "luxon": "^3.3.0" + } }, "node_modules/@adobe/css-tools": { "version": "4.2.0", @@ -16580,6 +16583,14 @@ "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", "dev": true }, + "node_modules/luxon": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", + "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==", + "engines": { + "node": ">=12" + } + }, "node_modules/lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", @@ -26272,9 +26283,12 @@ }, "dependencies": { "@adifkz/exp-p": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@adifkz/exp-p/-/exp-p-1.0.14.tgz", - "integrity": "sha512-Sn0SL0tZ8Vbr49LYqMcfjtNj5X0sb/9DVFXmGvQ4Wa1Mzjz+mu2cVEkNM3ywnnDdiWJXHH2rzH7eso+emAfTpA==" + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@adifkz/exp-p/-/exp-p-1.0.15.tgz", + "integrity": "sha512-SlkHIsTIxBdQ3M+jXva9N6swR8HVqS7I8tgkzisQUBuudGbktLCfxxt3+MnjfsVWSqREGcHOeNuTyQEmtC7OKQ==", + "requires": { + "luxon": "^3.3.0" + } }, "@adobe/css-tools": { "version": "4.2.0", @@ -38369,6 +38383,11 @@ "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", "dev": true }, + "luxon": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", + "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==" + }, "lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", diff --git a/package.json b/package.json index 04b2dc9..61cfcbd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "access": "public" }, "dependencies": { - "@adifkz/exp-p": "^1.0.14", + "@adifkz/exp-p": "^1.0.15", "@babel/runtime": "^7.21.0", "eslint-plugin-jest": "^27.2.1", "expressionparser": "^1.1.5",