From f70bc6a3db9cf980faa5ac44c9f9e32c4f0d7855 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Wed, 26 Jun 2024 22:07:26 -0700 Subject: [PATCH] Update package-lock --- package-lock.json | 58 ++++------------------------------------------- 1 file changed, 4 insertions(+), 54 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51d1448..7677f43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,7 +1,7 @@ { "name": "@rxrc/dotfiles", "version": "2.0.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { @@ -43,9 +43,8 @@ "integrity": "sha512-784/+HsMuyDbn2dhUOZvweeyTh8h3dsaWRvGw5uZ6V5oB9dPYjjNzcx6viLen6K3A7qwOiDdBH+gwsur5DpfIg==" }, "node_modules/@rxrc/ssh-config": { - "version": "2.3.0", - "resolved": "git+ssh://git@github.com/rxrc/ssh-config.git#05e5a4836a90327ace6d9d0bbac5f22453fc6c9e", - "license": "UNLICENSED" + "version": "2.4.0", + "resolved": "git+ssh://git@github.com/rxrc/ssh-config.git#7044052f655a51bd699bb24df4d4c0343e429eab" }, "node_modules/@rxrc/systemd-user-units": { "version": "2.5.0", @@ -54,8 +53,7 @@ }, "node_modules/@rxrc/tmuxinator-profiles": { "version": "1.1.0", - "resolved": "git+ssh://git@github.com/rxrc/tmuxinator-profiles.git#852961ca458e237fb0e6f3305130e0d552143002", - "license": "UNLICENSED" + "resolved": "git+ssh://git@github.com/rxrc/tmuxinator-profiles.git#852961ca458e237fb0e6f3305130e0d552143002" }, "node_modules/@rxrc/xresources": { "version": "2.0.1", @@ -74,53 +72,5 @@ "npm": ">= 8.1.0" } } - }, - "dependencies": { - "@rxrc/apw": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@rxrc/apw/-/apw-1.0.1.tgz", - "integrity": "sha512-Ktl5O2VZEsMRtmpLRQZejaIDlvcIY0n3pta1AcQxPNM1RVUq/hwN0Sm5LHzXDBI7zDGVrm9Rbusrymk7VMdLew==" - }, - "@rxrc/awesome-copycats": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/@rxrc/awesome-copycats/-/awesome-copycats-5.5.1.tgz", - "integrity": "sha512-b2KbmgD73A+loWIV7SCm3sTpWjUIi8JY7R/JMkQULaweYQ+FqnrEoFVjo3fTkQ4NO5Kbv2wRbTySRUhq3TW1Gg==", - "requires": { - "@rxrc/apw": "^1.0.0" - } - }, - "@rxrc/hexchat-material-design-icons": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@rxrc/hexchat-material-design-icons/-/hexchat-material-design-icons-2.0.2.tgz", - "integrity": "sha512-E7IcQIFLtX3keE3/thNonYF42JIb7722TPGF8Zx8lDy08aDehZrOsJITYemQLO53MC4yrIlldLueD1V14h/hPg==" - }, - "@rxrc/keymaps": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@rxrc/keymaps/-/keymaps-2.0.1.tgz", - "integrity": "sha512-784/+HsMuyDbn2dhUOZvweeyTh8h3dsaWRvGw5uZ6V5oB9dPYjjNzcx6viLen6K3A7qwOiDdBH+gwsur5DpfIg==" - }, - "@rxrc/ssh-config": { - "version": "git+ssh://git@github.com/rxrc/ssh-config.git#05e5a4836a90327ace6d9d0bbac5f22453fc6c9e", - "from": "@rxrc/ssh-config@github:rxrc/ssh-config#v2.4.0" - }, - "@rxrc/systemd-user-units": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@rxrc/systemd-user-units/-/systemd-user-units-2.5.0.tgz", - "integrity": "sha512-I8nTJCwtOUvi+DzHWaGRmpOhNFChtkvdeeE+0JWRiyx5FmqplebfIEdgaVaVxysx8AFlah9KzACmJaMaqABJWw==" - }, - "@rxrc/tmuxinator-profiles": { - "version": "git+ssh://git@github.com/rxrc/tmuxinator-profiles.git#852961ca458e237fb0e6f3305130e0d552143002", - "from": "@rxrc/tmuxinator-profiles@github:rxrc/tmuxinator-profiles#v1.1.0" - }, - "@rxrc/xresources": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@rxrc/xresources/-/xresources-2.0.1.tgz", - "integrity": "sha512-VkydIOcRvSRd1D/cJqZkBWyTSskcq1NpGgpc/mT9qmTZ26ph0VSs4mD3eSx32ez+6QkgLth7wdAh4vzt9Q1w1Q==" - }, - "config-curator": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/config-curator/-/config-curator-2.0.0.tgz", - "integrity": "sha512-0qga95isPrHs8PpFqymTBHUgR0QJGVx1JgaW/n9Z9OXwzeGG9Nypkeg9H+CLBaXdebbgHzANeWT0bLNJn2MKPw==" - } } }