diff --git a/package-lock.json b/package-lock.json index d7d338d9..dd454c77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@elderjs/elderjs", - "version": "1.5.8", + "version": "1.5.10", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1156,9 +1156,9 @@ "optional": true }, "@elderjs/shortcodes": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@elderjs/shortcodes/-/shortcodes-1.0.7.tgz", - "integrity": "sha512-zy5rgaDVCVuiznW10G2H2oKjcTasygEkW7eim5w7mtA3huhOWagJjuCZIPVo4sNGnolZgH/qnAh2Ie0OLJTggg==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@elderjs/shortcodes/-/shortcodes-2.0.2.tgz", + "integrity": "sha512-ZdT5JJ+L1H1R1eUU6Mtnet7coXKRFPRj0rOu7IO9mPyI0QBjUxPDZXkRic1+bwrpp4Vw6hcWHuRjHQk8fBsYvw==" }, "@eslint/eslintrc": { "version": "0.4.2", @@ -7504,9 +7504,9 @@ "dev": true }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index f944c863..c073d13e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elderjs/elderjs", - "version": "1.5.10", + "version": "1.6.0", "main": "./build/index.js", "types": "./build/index.d.ts", "engineStrict": true, @@ -22,7 +22,7 @@ ], "dependencies": { "@babel/core": "^7.13.10", - "@elderjs/shortcodes": "^1.0.7", + "@elderjs/shortcodes": "^2.0.2", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.2.0",