diff --git a/package-lock.json b/package-lock.json index fc602ad..4bfd82b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,20 @@ { "name": "@aurodesignsystem/auro-menu", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aurodesignsystem/auro-menu", - "version": "4.1.0", + "version": "4.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@alaskaairux/icons": "^4.43.0", "@aurodesignsystem/auro-icon": "^6.0.1", "@aurodesignsystem/auro-library": "2.8.0", - "lit": "^3.2.1" + "lit": "^3.2.1", + "mark.js": "8.11.0" }, "devDependencies": { "@alaskaairux/icons": "^4.44.1", @@ -40,7 +41,6 @@ "eslint-plugin-jsdoc": "^50.4.3", "husky": "^9.1.6", "lodash": "^4.17.21", - "mark.js": "8.11.0", "markdown-magic": "^2.6.1", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5", @@ -9481,7 +9481,6 @@ "version": "8.11.0", "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.0.tgz", "integrity": "sha512-8AoMHqBrnswoDy8VqIWBb4NnrGuKMvyv+MbySozHQ/9peTU83VX3swte5to4j8WVlaLfUn0sIHJM25i6rScj+g==", - "dev": true, "license": "MIT" }, "node_modules/markdown-magic": { @@ -15569,9 +15568,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.80.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", - "integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", + "version": "1.80.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.5.tgz", + "integrity": "sha512-TQd2aoQl/+zsxRMEDSxVdpPIqeq9UFc6pr7PzkugiTx3VYCFPUaa3P4RrBQsqok4PO200Vkz0vXQBNlg7W907g==", "license": "MIT", "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 53f8626..cbb33f9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "@alaskaairux/icons": "^4.43.0", "@aurodesignsystem/auro-icon": "^6.0.1", "@aurodesignsystem/auro-library": "2.8.0", - "lit": "^3.2.1" + "lit": "^3.2.1", + "mark.js": "8.11.0" }, "peerDependencies": { "@aurodesignsystem/design-tokens": "^4.9.2", @@ -54,7 +55,6 @@ "eslint-plugin-jsdoc": "^50.4.3", "husky": "^9.1.6", "lodash": "^4.17.21", - "mark.js": "8.11.0", "markdown-magic": "^2.6.1", "nodemon": "^3.1.7", "npm-run-all": "^4.1.5",